Paul Hauner
|
027f0a539d
|
Prepare ssz for publishing on crates.io
|
2019-07-03 16:06:20 +10:00 |
|
Paul Hauner
|
5a98502ad6
|
Fix bug in epoch trans. finalization
|
2019-06-24 09:34:53 +10:00 |
|
Paul Hauner
|
25e93f60fd
|
Tidy comments
|
2019-06-17 10:01:23 -04:00 |
|
Michael Sproul
|
9cec5dc073
|
process slashings: fix subtraction overflow
|
2019-06-17 17:22:48 +10:00 |
|
Michael Sproul
|
03c50354f4
|
v0.6: update all spec version comments
|
2019-06-17 17:22:48 +10:00 |
|
Paul Hauner
|
a71f05066b
|
Merge branch 'docker-env' into v0.6.1
|
2019-06-13 10:37:35 -04:00 |
|
Michael Sproul
|
44bccda4b3
|
epoch proc: set correct active index root
|
2019-06-12 15:39:48 +10:00 |
|
Paul Hauner
|
e550c0218f
|
Add various fixes to clippy lints
Thou shalt appease clippy
|
2019-06-10 11:01:25 -04:00 |
|
Paul Hauner
|
a662c3a940
|
Fix various compile errors and warnings
|
2019-06-09 06:26:34 -04:00 |
|
Paul Hauner
|
ab12787610
|
Update account manager config parsing
|
2019-06-09 04:34:56 -04:00 |
|
Paul Hauner
|
d8fc5f31d8
|
Add Eth2Config to runtime
|
2019-06-08 13:17:03 -04:00 |
|
Paul Hauner
|
749f2fcb5f
|
Unify EthSpecs in Mainnet and Minimal
|
2019-06-08 08:49:04 -04:00 |
|
Paul Hauner
|
caddeba81b
|
Remove genesis_epoch from ChainSpec
|
2019-06-08 08:17:42 -04:00 |
|
Paul Hauner
|
e74d49fc8a
|
Remove dupe info between ChainSpec and EthSpec
|
2019-06-08 07:57:25 -04:00 |
|
Paul Hauner
|
719dd72de6
|
Fix recently introduced sync bugs
|
2019-06-07 02:55:16 -04:00 |
|
Michael Sproul
|
b9f0348930
|
epoch processing: fix inclusion info proposer idx
|
2019-06-04 17:10:18 +10:00 |
|
Michael Sproul
|
49e19e2b7d
|
state_proc: verify sig in process_block_header
|
2019-06-04 16:37:36 +10:00 |
|
Paul Hauner
|
47128ea834
|
Fix bug in proposer rewards
|
2019-06-04 15:00:52 +10:00 |
|
Paul Hauner
|
50dd963fdd
|
Fix bug in epoch_processing
|
2019-06-04 14:16:45 +10:00 |
|
Michael Sproul
|
10884359af
|
spec v0.6: check custody bitfield length
|
2019-06-04 11:04:53 +10:00 |
|
Michael Sproul
|
6bde64bd6a
|
spec v0.6: update beacon_node, validator_client
|
2019-06-03 16:13:51 +10:00 |
|
Michael Sproul
|
7fbcdd54d7
|
op_pool: update for v0.6.x
|
2019-06-03 15:25:06 +10:00 |
|
Paul Hauner
|
e310bdd904
|
Merge branch 'master' into v0.6.1
|
2019-06-02 13:49:24 +10:00 |
|
Michael Sproul
|
83456c6894
|
fixup: remove some unused variables
|
2019-05-29 16:36:50 +10:00 |
|
Michael Sproul
|
37c67117d3
|
state_processing: remove spurious withdrawal credentials check
|
2019-05-29 10:56:21 +10:00 |
|
Michael Sproul
|
01039546cb
|
state_processing: sort attester slashing indices
This will be "to spec" if eth2.0-specs#1126 is merged
|
2019-05-27 17:46:05 +10:00 |
|
Paul Hauner
|
a92c209787
|
Rename file in state_processing
|
2019-05-24 14:08:19 +10:00 |
|
Paul Hauner
|
99ae734638
|
Add saturating sub to slash_validator
|
2019-05-24 14:08:19 +10:00 |
|
Paul Hauner
|
55ef75a44e
|
Fix underflow in verify_indexed_attestation
|
2019-05-24 14:08:19 +10:00 |
|
Paul Hauner
|
cc916e25fd
|
Fix erroneous change related to max_transfers
|
2019-05-23 23:28:03 +10:00 |
|
Paul Hauner
|
29792c56d5
|
Fix bug with checking for dust in transfers
|
2019-05-23 16:52:20 +10:00 |
|
Paul Hauner
|
4db6a8a058
|
Add transfer ef tests
|
2019-05-23 08:48:09 +10:00 |
|
Paul Hauner
|
892d891977
|
Fix bugs in deposit processing
|
2019-05-22 18:54:26 +10:00 |
|
Paul Hauner
|
2cffca7b1a
|
Enable merkle branch verification for deposits
|
2019-05-22 16:46:27 +10:00 |
|
Paul Hauner
|
9790968378
|
Remove old inclusion_distance file
|
2019-05-22 12:19:13 +10:00 |
|
Paul Hauner
|
987afb6595
|
Update some Spec v.. comments & minor logic fix
|
2019-05-22 12:17:56 +10:00 |
|
Paul Hauner
|
ea36c5ad35
|
Remove update_registry_and_shuffling_data
|
2019-05-22 12:17:00 +10:00 |
|
Paul Hauner
|
350dc1ad80
|
Add type hint to hashset AND .
|
2019-05-22 11:45:05 +10:00 |
|
Paul Hauner
|
04791dfc58
|
Update verify_exit to spec v0.6.1
|
2019-05-22 11:45:01 +10:00 |
|
Paul Hauner
|
bb7ee642d8
|
Update verify_transfer to spec v0.6.1
|
2019-05-22 11:28:29 +10:00 |
|
Michael Sproul
|
545fb10005
|
spec v0.6.1: deposit processing (WIP)
|
2019-05-21 18:02:31 +10:00 |
|
Michael Sproul
|
468dc2ceb0
|
per-block processing: minor fixups
|
2019-05-21 16:43:55 +10:00 |
|
Michael Sproul
|
0b2aa26f2d
|
spec v0.6.1: attestation processing/verif
|
2019-05-21 16:43:55 +10:00 |
|
Michael Sproul
|
56424d94c6
|
spec v0.6.1: update per-epoch processing
|
2019-05-21 16:43:54 +10:00 |
|
Michael Sproul
|
d3d2900a6a
|
state_processing: get_attesting_indices in common
|
2019-05-21 16:43:54 +10:00 |
|
Paul Hauner
|
39c3526884
|
Run cargo fmt --all
|
2019-05-20 16:47:44 +10:00 |
|
Michael Sproul
|
857c4ed2db
|
spec v0.6.1: process proposer/attester slashings
|
2019-05-20 15:12:24 +10:00 |
|
Michael Sproul
|
dab11c1eed
|
spec v0.6.1: verify attester slashing
|
2019-05-20 15:12:24 +10:00 |
|
Michael Sproul
|
58481c7119
|
spec v0.6.1: verify proposer slashing
|
2019-05-20 15:12:23 +10:00 |
|
Michael Sproul
|
366f0ffd87
|
spec v0.6.1: get_genesis_beacon_state
|
2019-05-20 15:12:23 +10:00 |
|