Danny Ryan
|
65b615a4d4
|
remove custody_bits from attestation
|
2019-11-01 21:02:53 -06:00 |
Danny Ryan
|
c547c5291d
|
Merge pull request #1447 from ethereum/early-committee-bias
Implement solution for #1446, based on suggested use of eth1 hash
|
2019-10-28 14:10:50 +08:00 |
protolambda
|
2cc643d2bb
|
update test_eth1_data_votes_no_consensus to not hardcode pre hash
|
2019-10-25 13:39:50 +02:00 |
Danny Ryan
|
69730cc267
|
remove transfers entirely from phase 0
|
2019-10-24 16:12:10 +09:00 |
Carl Beekhuizen
|
fe68a8d1f0
|
Minor python style tweaks
|
2019-06-30 22:59:12 +02:00 |
Danny Ryan
|
6d5e4da3e0
|
PR feedback
|
2019-06-30 12:42:24 -05:00 |
Justin Drake
|
0be2b8e620
|
Cleanup
|
2019-06-30 16:10:22 +01:00 |
Justin Drake
|
e8532ced79
|
WIP
|
2019-06-30 10:56:14 +01:00 |
protolambda
|
afb33ddc5b
|
fix typo in justification wording
|
2019-06-29 21:39:10 +02:00 |
protolambda
|
afb34c71e6
|
fix broken block test for checkpoint use
|
2019-06-29 03:22:14 +02:00 |
protolambda
|
235c3d6841
|
re-enable test_empty_epoch_transition_not_finalizing for minimal config
|
2019-06-27 00:58:25 +02:00 |
protolambda
|
f7b3c87715
|
check invalid state root
|
2019-06-27 00:43:50 +02:00 |
protolambda
|
ff2d711d51
|
test block application on same and on previous slot state
|
2019-06-27 00:37:20 +02:00 |
protolambda
|
1d6b1cab13
|
expected deposit count test
|
2019-06-26 22:22:01 +02:00 |
protolambda
|
13b67b4cde
|
sign blocks in eth1 vote tests
|
2019-06-26 22:19:34 +02:00 |
protolambda
|
f54d1a56f7
|
eth1 voting no consensus test
|
2019-06-26 22:19:27 +02:00 |
protolambda
|
b133dedeaf
|
Eth1 data test
|
2019-06-26 22:11:40 +02:00 |
protolambda
|
0249cf651e
|
fix lint, and update encoder to handle the few imported types well
|
2019-06-22 20:04:17 +02:00 |
protolambda
|
dd5ad2e2c5
|
remove unnecessary (and now outdated) type hints, update List encoding for generators
|
2019-06-22 19:48:06 +02:00 |
protolambda
|
f95e7315b4
|
fix get_active_validator_indices typing usage
|
2019-06-22 18:34:33 +02:00 |
protolambda
|
224c98a094
|
last() method, no negative index lookups
|
2019-06-20 20:55:17 +02:00 |
Danny Ryan
|
d7ac601b9e
|
Merge branch 'dev' into v071backport
|
2019-06-17 13:42:27 -06:00 |
Danny Ryan
|
a6230425b8
|
Merge branch 'dev' into container-cleanup
|
2019-06-14 10:36:41 -06:00 |
Danny Ryan
|
f834f727fa
|
lint
|
2019-06-13 18:03:20 -06:00 |
Danny Ryan
|
c391017a05
|
address #1146 by inserting state root and re-signing blocks in tests
|
2019-06-13 17:57:29 -06:00 |
Diederik Loerakker
|
e4704e08cc
|
Merge pull request #1175 from ethereum/bytes-type-error
fix #1169 bytes type error
|
2019-06-13 22:49:19 +02:00 |
Danny Ryan
|
4a08abfa1d
|
ensure sanity tests run with bls
|
2019-06-13 14:47:53 -06:00 |
Danny Ryan
|
7c0cc7f801
|
fix #1169 bytes type error
|
2019-06-13 14:32:45 -06:00 |
Danny Ryan
|
cc625c7d6d
|
lint
|
2019-06-11 09:26:23 -06:00 |
Danny Ryan
|
ef1ef753a3
|
comment out transfer test from sanity tests
|
2019-06-11 09:16:37 -06:00 |
Justin Drake
|
dc56d87eef
|
Revert a couple of renamings
|
2019-06-10 21:16:51 +01:00 |
Justin Drake
|
565f61dfaa
|
Cleanup containers
|
2019-06-09 20:41:21 +01:00 |
Carl Beekhuizen
|
67471a8d6e
|
Rework of phases decorator
|
2019-06-06 23:30:40 +02:00 |
Carl Beekhuizen
|
956c476d81
|
Move over to parameterised decorators for phases
|
2019-06-06 16:23:30 +02:00 |
Carl Beekhuizen
|
e5fb91c4a2
|
Make test generators work with phase 1 execution
|
2019-06-05 16:23:44 +02:00 |
Carl Beekhuizen
|
d761b6f041
|
Implements new SSZ types
|
2019-06-05 15:29:26 +02:00 |
Carl Beekhuizen
|
9d00a76493
|
Skips tests properly
|
2019-06-04 16:14:14 +02:00 |
protolambda
|
77d4f0b407
|
update generator type hinting to use new type syntax
|
2019-06-01 01:53:50 +02:00 |
protolambda
|
33233c98ff
|
fix ssz imports
|
2019-06-01 01:51:09 +02:00 |
Carl Beekhuizen
|
5155bc6c4f
|
Makes everything pass around
|
2019-05-30 22:57:18 +02:00 |
Hsiao-Wei Wang
|
6ec59867ef
|
Fix linter errors
|
2019-05-30 09:53:46 +08:00 |
Danny Ryan
|
d3d8b36365
|
Merge branch 'dev' into v06x-to-dev
|
2019-05-27 11:09:52 -06:00 |
protolambda
|
b12031b48d
|
not signed by default
|
2019-05-24 18:38:51 +02:00 |
protolambda
|
21c48b574f
|
move sanity tests, separate slot tests
|
2019-05-23 23:32:21 +02:00 |