Sammy Rosso
|
7781a3186b
|
HTTP implementation of /eth/v1/config/deposit_contract (#12872)
* Add endpoint
* Protos
* Forgot to add endpoint
* fix proto double import
* Remove old test
---------
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
|
2023-09-08 17:05:29 +00:00 |
|
Radosław Kapka
|
34f507f4b2
|
HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782)
* impl
* protos
* tests
* register endpoint
* test fix
* test fix
* remove path
* more test fixes
* cleanup
* bzl
---------
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
|
2023-09-01 17:58:50 +00:00 |
|
james-prysm
|
70997e2489
|
renaming data to blobs in execution payload (#12664)
|
2023-08-31 08:41:57 -05:00 |
|
james-prysm
|
f602a44bee
|
implementing publishblockv2 for deneb (#12662)
fixing broken test (#12673)
|
2023-08-31 08:41:57 -05:00 |
|
Radosław Kapka
|
f0d54254ed
|
HTTP implementation of voluntary exit pool endpoints (#12777)
* impl
* protos
* tests
* review
* test fix
|
2023-08-23 07:51:03 +00:00 |
|
Sammy Rosso
|
e49f1321b7
|
HTTP Beacon API: /eth/v1/beacon/blocks/{block_id}/root (#12716)
* Initial setup
* Fix all tests and handler func
* Cleanup
* Fix the tests
* Remove middleware endpoint
* Add endpoint
* Switch query param to path
* Fix e2e test
* Update beacon-chain/rpc/eth/beacon/handlers.go
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
* Update beacon-chain/rpc/eth/beacon/handlers.go
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
* Radek & James Reviews
* Check blockId length
* Add length check
* Fix
* Revert "Fix e2e test"
This reverts commit 6289c1de5c569daef6e6bda3600c2e5561a168d9.
* use v1alpha1 server to get root
---------
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2023-08-22 06:18:02 +00:00 |
|
Radosław Kapka
|
0452fd02e8
|
HTTP Beacon API: /pool/attestations (#12735)
* attestations
* post
* tests
* Revert "Auxiliary commit to revert individual files from afede4d949a7519902be2f1e0c485306c4ccdea7"
This reverts commit 9de74879e0c41e43183da2fa7e63094cac030abe.
* remove test
* remove redundant return
* Update beacon-chain/rpc/eth/beacon/handlers_pool.go
Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>
* review
* include index in broadcast log
---------
Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
|
2023-08-18 14:29:40 +00:00 |
|
Radosław Kapka
|
c32b581e8e
|
Add broadcast_validation to block publishing (#12432)
* day 1
* day 2
* day 2+
* day 3
* day 4
* making bazel happy
* PublishBlindedBlockV2
* remove file
* use lock in insertSeenProposerIndex
* remove EquivocationChecker interface
* update deps.bzl
* remove middleware json tags
* go mod tidy
* remove redundant return statements
* validate in handler
* improvements
* extract common code
* remove import
* sync test fix
* Update beacon-chain/rpc/eth/beacon/handlers.go
Co-authored-by: terencechain <terence@prysmaticlabs.com>
---------
Co-authored-by: terencechain <terence@prysmaticlabs.com>
|
2023-06-01 11:22:49 +00:00 |
|