prysm-pulse/beacon-chain/rpc/eth/beacon
Sammy Rosso 5afb1255fe
Add /eth/v1/beacon/deposit_snapshot endpoint (#13514)
* Add endpoint

* Uncomment in InitializeRoutes

* Add test

* Add 404

* Add more checks

* Test improvements

* Ssz

* Add ssz tags

* Add DepositSnapshot to bazel

* Fix tests

* Fix max size

* Resolve conflicts

* Revert untouched code

* Fix test + review

* Lint

* Oops

* Preston + Radek' review

* Only return 3 finalized roots

* Change to deposit contract depth

* Radek' review

* Gaz

---------

Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
2024-02-07 22:53:08 +00:00
..
BUILD.bazel Add /eth/v1/beacon/deposit_snapshot endpoint (#13514) 2024-02-07 22:53:08 +00:00
handlers_pool_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
handlers_pool.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
handlers_state_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
handlers_state.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
handlers_test.go Add /eth/v1/beacon/deposit_snapshot endpoint (#13514) 2024-02-07 22:53:08 +00:00
handlers_validator.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
handlers_validators_test.go Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
handlers.go Add /eth/v1/beacon/deposit_snapshot endpoint (#13514) 2024-02-07 22:53:08 +00:00
init_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
log.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
server.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00