prysm-pulse/beacon-chain/rpc/beacon
Raul Jordan ab756ec094
Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030)
* return empty if no attestations

* list balances proper response

* standardize epoch error

* future epoch error test

* no results test

* no results in list attestations

* test for list blocks no results

* cannot request future epoch for balances rpc

* test for no results in balances

* adding tests for get validator

* cannot request future in participation

* useless conditional

* resolve old epoch test

* completed failing tests

* fix request bug
2019-11-18 17:24:33 -06:00
..
assignments_test.go Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030) 2019-11-18 17:24:33 -06:00
assignments.go Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030) 2019-11-18 17:24:33 -06:00
attestations_test.go Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030) 2019-11-18 17:24:33 -06:00
attestations.go Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030) 2019-11-18 17:24:33 -06:00
blocks_test.go Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030) 2019-11-18 17:24:33 -06:00
blocks.go Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030) 2019-11-18 17:24:33 -06:00
BUILD.bazel Update To Latest Eth API (#4028) 2019-11-18 10:15:45 -06:00
committees_test.go Productionize RPC Server Error Codes (#3994) 2019-11-13 15:03:12 -06:00
committees.go Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030) 2019-11-18 17:24:33 -06:00
server.go Restructure Beacon Chain RPC Servers Into Subpackages (#3975) 2019-11-12 11:01:27 -06:00
validators_test.go Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030) 2019-11-18 17:24:33 -06:00
validators.go Return Empty Results Instead of Pagination Error in RPC + Prevent Future Epoch Requests (#4030) 2019-11-18 17:24:33 -06:00