ipld-eth-server/pkg/graphql
prathamesh0 cc17368c0d
Optimize GQL and getBlock APIs (#201)
* Add optional block number filter to getLogs API

* Use block number while fetching block with transactions

* Fix for failing tests

* Use block number when fetching block objects

* Use block number when fetching a tx by hash

* Add back methods to get block objects by block hash

* Update run_unit_test.sh

Removing echo command, as it seems to be only change in CICD.

* Increase wait time for db setup in unit test job

Co-authored-by: Michael <michael@abastionofsanity.com>
2022-11-04 10:02:09 +05:30
..
client.go Optimize getLogs GQL API (#198) 2022-10-05 15:14:17 +05:30
graphiql.go fixes for test; update readme and gomodules 2020-10-28 08:40:00 -05:00
graphql_suite_test.go fixes for test; update readme and gomodules 2020-10-28 08:40:00 -05:00
graphql_test.go Optimize GQL and getBlock APIs (#201) 2022-11-04 10:02:09 +05:30
graphql.go Optimize GQL and getBlock APIs (#201) 2022-11-04 10:02:09 +05:30
schema.go Optimize GQL and getBlock APIs (#201) 2022-11-04 10:02:09 +05:30
service.go Cerc refactor (#193) 2022-09-20 11:52:06 -04:00
types.go Add custom implementation for Bytes to be returned as string 2022-06-03 15:05:46 +05:30