prysm-pulse/beacon-chain/rpc
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
..
attester_server_test.go Update State to Include Current and Previous Justified Roots (#2186) 2019-04-10 14:52:06 +08:00
attester_server.go Update State to Include Current and Previous Justified Roots (#2186) 2019-04-10 14:52:06 +08:00
beacon_server_test.go Add deposit index to beacon state (#2232) 2019-04-14 18:17:39 +10:00
beacon_server.go Add deposit index to beacon state (#2232) 2019-04-14 18:17:39 +10:00
BUILD.bazel Revert "Implement Cache Committee for RPC Server (#2151)" (#2227) 2019-04-11 07:50:01 +10:00
proposer_server_test.go Update State to Include Current and Previous Justified Roots (#2186) 2019-04-10 14:52:06 +08:00
proposer_server.go Update State to Include Current and Previous Justified Roots (#2186) 2019-04-10 14:52:06 +08:00
service_test.go Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
service.go Revert "Implement Cache Committee for RPC Server (#2151)" (#2227) 2019-04-11 07:50:01 +10:00
validator_server_test.go Revert "Implement Cache Committee for RPC Server (#2151)" (#2227) 2019-04-11 07:50:01 +10:00
validator_server.go Revert "Implement Cache Committee for RPC Server (#2151)" (#2227) 2019-04-11 07:50:01 +10:00