Radosław Kapka
|
2875ce6ee1
|
Use a single rest handler (#13446)
|
2024-01-11 16:03:35 +00:00 |
|
Radosław Kapka
|
d0bf03e863
|
Simplify error handling for JsonRestHandler (#13369)
* Simplify error handling for `JsonRestHandler`
* POST
* reduce complexity
* review feedback
* uncomment route
* fix rest of tests
|
2023-12-22 22:39:20 +00:00 |
|
Radosław Kapka
|
a0ca4a67b0
|
Remove API Middleware (#13243)
* remove api/gateway/apimiddleware
* fix errors in api/gateway
* remove beacon-chain/rpc/apimiddleware
* fix errors in api/client/beacon
* fix errors in validator/client/beacon-api
* fix errors in beacon-chain/node
* fix errors in validator/node
* fix errors in cmd/prysmctl/validator
* fix errors in testing/endtoend
* fix all other code
* remove comment
* fix tests
---------
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2023-12-04 11:55:21 +00:00 |
|
Radosław Kapka
|
a7edec9b98
|
Better error handling in REST VC (#13203)
|
2023-11-21 17:42:55 +01:00 |
|
Radosław Kapka
|
a536612c39
|
HTTP Beacon APIs for node (#13010)
|
2023-10-11 22:18:49 +02:00 |
|
Dhruv Bodani
|
4ef29a24e4
|
Add REST implementation of node version endpoint (#12809)
|
2023-08-25 13:14:08 +00:00 |
|
Patrice Vignola
|
61fed336e1
|
Add REST API endpoint for node client's GetSyncStatus (#12189)
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
|
2023-03-29 13:38:31 +00:00 |
|
Patrice Vignola
|
83ccb15e66
|
Add REST API endpoint for node client's GetGenesis (#12168)
* Add REST API endpoint for node client's GetGenesis
* Remove unused parameter
* Fix test name
---------
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2023-03-28 11:36:41 +00:00 |
|
Patrice Vignola
|
c0ee781638
|
Remove unused validator endpoints from validator REST API (#12167)
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2023-03-21 16:52:42 +00:00 |
|
Patrice Vignola
|
7c49277e83
|
Add REST API stubs for beacon chain, node and slasher clients (#12094)
* WIP
* WIP
* Remove duplicate mock
* WIP
* Revert "WIP"
This reverts commit a8010057fef4209dfddde34ea868b88f1e196c44.
* Fix build break
* Remove unused variable
* Fix build break
* Rename validator_mock to validatormock
* Fix failing test
---------
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
|
2023-03-20 16:32:32 +00:00 |
|