prysm-pulse/beacon-chain/rpc/eth/beacon
james-prysm b0423a94af
REST implementation of /eth/v1/beacon/states/{state_id}/fork (#12835)
* fork state endpoint

* removing generated files

* fixing linting

* fixing tests using old type

* moving the response object to a new file under shared

* fixing test

* gaz

* fixing generated code

* gaz

* fixing linting

* rolling back some changes

* reverting generated changes

* fixing spacing

* linting

* updating protos after develop merged

* addressing radek's comments

* addressing more radek comments
2023-09-11 18:57:17 +00:00
..
blinded_blocks_test.go adding ssz handling to produce block endpoint for deneb (#12632) 2023-08-31 08:41:57 -05:00
blinded_blocks.go adding ssz capabilities for deneb publish block v1 (#12622) 2023-08-31 08:41:57 -05:00
blocks_test.go adding ssz capabilities for deneb publish block v1 (#12622) 2023-08-31 08:41:57 -05:00
blocks.go adding ssz capabilities for deneb publish block v1 (#12622) 2023-08-31 08:41:57 -05:00
BUILD.bazel REST implementation of /eth/v1/beacon/states/{state_id}/fork (#12835) 2023-09-11 18:57:17 +00:00
config_test.go HTTP implementation of /eth/v1/config/deposit_contract (#12872) 2023-09-08 17:05:29 +00:00
config.go HTTP implementation of /eth/v1/config/deposit_contract (#12872) 2023-09-08 17:05:29 +00:00
handlers_pool_test.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00
handlers_pool.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00
handlers_test.go REST implementation of /eth/v1/beacon/states/{state_id}/fork (#12835) 2023-09-11 18:57:17 +00:00
handlers.go REST implementation of /eth/v1/beacon/states/{state_id}/fork (#12835) 2023-09-11 18:57:17 +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
pool_test.go HTTP implementation of voluntary exit pool endpoints (#12777) 2023-08-23 07:51:03 +00:00
pool.go HTTP implementation of voluntary exit pool endpoints (#12777) 2023-08-23 07:51:03 +00:00
server_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
server.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00
state_test.go REST implementation of /eth/v1/beacon/states/{state_id}/fork (#12835) 2023-09-11 18:57:17 +00:00
state.go REST implementation of /eth/v1/beacon/states/{state_id}/fork (#12835) 2023-09-11 18:57:17 +00:00
structs.go REST implementation of /eth/v1/beacon/states/{state_id}/fork (#12835) 2023-09-11 18:57:17 +00:00
sync_committee_test.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00
sync_committee.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00
validator_test.go HTTP Beacon API: /eth/v1/validator/beacon_committee_subscriptions (#12700) 2023-08-10 18:00:19 +00:00
validator.go HTTP Beacon API: /eth/v1/validator/beacon_committee_subscriptions (#12700) 2023-08-10 18:00:19 +00:00