Commit Graph

750 Commits

Author SHA1 Message Date
protolambda 68ff136b5d
warn about broken attestation validation, fix most attester slashings tests 2020-01-10 00:00:10 +01:00
protolambda f810e6b9c2
update to python v3.8 2020-01-09 15:16:46 +01:00
protolambda 140129ec51
Merge dev into phase1 refactor, update BLS phase1 2020-01-09 14:56:06 +01:00
Danny Ryan fff354d673
Merge branch 'dev' into carl_new_new_bls 2020-01-07 15:44:30 -07:00
Danny Ryan 1f70d3eb97
add additional upgrade to py_ecc 2.0.0 to packages 2020-01-07 15:12:24 -07:00
Carl Beekhuizen 12ea891ce5
`py_ecc` 2.0.0 baby! 2020-01-07 20:52:20 +01:00
Carl Beekhuizen 8948393e76
Remove references to BLS messages 2020-01-07 20:28:16 +01:00
protolambda 8391d8ee5b
missed deposit case, also fix signing here 2020-01-06 16:22:18 +01:00
protolambda 60954286f9
make tests correctly sign for general genesis-domain 2020-01-06 16:17:05 +01:00
protolambda 71206c9a26
deposit with other fork version 2020-01-06 16:04:34 +01:00
protolambda 9dd8d1d880
add two missing decorators 2020-01-06 01:18:52 +01:00
protolambda cd7a2149f9
fix genesis tests: only run on single phase, ignore phases extra data 2020-01-06 00:57:36 +01:00
protolambda ba10046cc1
minor lint fixes 2020-01-06 00:49:32 +01:00
protolambda 0cf866e799
fix bug, test should run properly, forward generator in return 2020-01-06 00:06:57 +01:00
protolambda bf86a716ee
force-add in phase0 in test context, since state creation is not independent yet 2020-01-05 23:51:02 +01:00
protolambda 752eeecaf4
old challenge based custody game tests are not relevant anymore 2020-01-05 23:44:20 +01:00
protolambda 3995bd633c
coerce container types, since classes do not match between phases 2020-01-05 23:38:06 +01:00
protolambda 11011f2544
test context can handle multiple phases better now 2020-01-05 23:37:05 +01:00
Danny Ryan 50c8727ae7
make genesis delay configurable 2020-01-05 15:29:23 -07:00
protolambda 13cdfa8edb
apply configs in tests properly 2020-01-04 18:33:15 +01:00
protolambda a5faabbf19
Merge branch 'version-pyspec-module' into phase1rebase 2020-01-04 18:28:34 +01:00
Danny Ryan c9f52d0099
Merge branch 'dev' into phase1rebase 2020-01-03 07:49:23 -07:00
Carl Beekhuizen 51bcb29e28
'DomainWrapper' -> 'SigningRoot' 2020-01-03 07:46:27 +01:00
Carl Beekhuizen a65d96da04
Merge in dev 2020-01-03 07:35:19 +01:00
Carl Beekhuizen 765176ec8c
PySpec SSZ Bytes instantiated from hex 2019-12-27 09:37:26 +01:00
Diederik Loerakker b698eff2a7
Merge pull request #1546 from ethereum/master
Backport v0.9.4 to dev
2019-12-20 21:25:50 +01:00
Carl Beekhuizen 7af4429011
Make bls a module 2019-12-20 08:41:46 +02:00
protolambda 2de5119cfe
fix two missing pre-states, and fix unsigned block 2019-12-19 17:31:58 +01:00
Carl Beekhuizen 42a3dd4ab1
Implement @djrtwo's review suggestions 2019-12-19 15:47:42 +02:00
Danny Ryan 01a2ef8158
fix vyper custom build link and bump pycryptodome version 2019-12-18 16:36:28 -07:00
Carl Beekhuizen 995c895b9c
New BLS in Phase 1 2019-12-17 15:33:37 +02:00
Carl Beekhuizen c239ffb78c
Linting fixes 2019-12-17 12:30:46 +02:00
Carl Beekhuizen 502ee29537
Phase 0 new BLS 2019-12-17 12:04:56 +02:00
Martin Lundfall 21c8c58cb1 edit comment to make line shorter 2019-12-16 13:22:08 +01:00
Martin Lundfall a4f8a77c02 Fix spelling errors found by codespell 2019-12-16 13:02:36 +01:00
Diederik Loerakker 88e954a9c7
Merge pull request #1522 from ethereum/master
backport v093 to dev
2019-12-13 18:56:31 +01:00
Danny Ryan c1dc4a0063
Merge pull request #1518 from ethereum/proposers-1515
Two tests for proposer indices being off because of (in)active validators
2019-12-12 08:55:31 -07:00
protolambda 020af2707a
fix: don't get stuck in same slot doing a transition, and clean up latest-block-header with starting block for pre-state 2019-12-12 16:40:57 +01:00
Danny Ryan 4a31503ec0
Merge pull request #1516 from ethereum/dup-indices-attest
Fixes #1486: disallow duplicate indices in indexed attestation
2019-12-12 08:32:43 -07:00
protolambda 5c26d8e52f
fix normal signed case; only sign for 1 of the duplicate indices 2019-12-12 16:29:30 +01:00
protolambda 020dbb1ecd
fix missing transition 2019-12-12 16:16:52 +01:00
Danny Ryan 52a6cf7ba3
Merge pull request #1514 from ethereum/queue-fix-on-finality
Fix queue rate and only activate upon finality
2019-12-12 07:44:57 -07:00
Danny Ryan ba8a67ccd8
update registry tests to modified finality condition 2019-12-12 07:31:51 -07:00
protolambda 8d5d7387f9
Two tests for proposer indices being off because of active validators status, fixes #1515 2019-12-12 02:36:20 +01:00
protolambda 7691e312c7
update mypy to compile pyspec well with py 3.8.0, and minor mypy fix 2019-12-12 01:48:03 +01:00
protolambda 2405060a7e
Fixes #1486: disallow duplicate indices in indexed attestation 2019-12-12 01:45:59 +01:00
Danny Ryan 45620e345d
add test for activation_queue, activation, and ejection all in one 2019-12-11 17:31:05 -07:00
Danny Ryan b6d7cd93e9
Add ejection/exit queue test 2019-12-11 17:21:43 -07:00
Danny Ryan e8d079b366
fix and add tests for activation queue 2019-12-11 17:06:14 -07:00
Danny Ryan 40025c96dd
Merge pull request #1509 from ethereum/match-slot-target
ensure that epoch of attestation slot matches the target epoch
2019-12-10 13:42:32 -07:00