prysm-pulse/beacon-chain/sync/initial-sync
Ivan Martinez 62279489a3 Add deposit index to beacon state (#2232)
* Begin adding Deposit Index to beacon state

* Move deposit index increment to ProcessDeposit

* Fix initial deposits bug

* Fix bug in RPC

* More bug fixes

* Fix RPC bug, ensure deposits are processed in the right order

* Fix tests

* Fix merge

* Attempt to fix pruning deposits on regular sync

* Fix pending deposits on node restart

* Fix test

* Fix tests properly

* Gofmt

* Remove unneeded logs

* Fix build
2019-04-14 18:17:39 +10:00
..
BUILD.bazel Update State to Include Current and Previous Justified Roots (#2186) 2019-04-10 14:52:06 +08:00
helpers.go Attestation Using Head State instead of Latest State (#2156) 2019-04-05 09:41:49 -05:00
metrics.go Refactor Initial Sync, Enable Catching Up to Chain (#2111) 2019-04-03 10:13:19 -05:00
service_test.go Update State to Include Current and Previous Justified Roots (#2186) 2019-04-10 14:52:06 +08:00
service.go Fix Initial Sync in Restarts (#2197) 2019-04-09 14:18:23 -04:00
sync_blocks.go Attestation Using Head State instead of Latest State (#2156) 2019-04-05 09:41:49 -05:00
sync_state.go Add deposit index to beacon state (#2232) 2019-04-14 18:17:39 +10:00