ipld-eth-server/pkg/shared
prathamesh0 6cb54ca790
Update transactions, receipts and logs queries (#173)
* Update queries to fetch data from cids tables

* Fix eth_getTransactionByHash to return tx from canonical block

* Fetch transaction by hash in a single query

* Update queries to fetch data from IPLD blocks table

* Avoid NULL result from canonical block hash query

* Update GitHub workflow and script to run unit tests

* Avoid usage of LIMIT 1 in queries for GQL API

* Fetch IPLD data separately when retrieving latest account data or storage value

* Upgrade geth dependency

* Update GitHub workflow
2022-07-12 13:40:45 +05:30
..
constants.go Use groupcache pool for state db access (#91) 2021-09-21 17:40:55 +05:30
database.go Update to use new schema 2022-04-19 14:01:24 +05:30
functions.go Update transactions, receipts and logs queries (#173) 2022-07-12 13:40:45 +05:30
test_helpers.go Delete from all tables when tearing down db for tests 2022-05-18 20:23:40 +05:30
types.go Use groupcache pool for state db access (#91) 2021-09-21 17:40:55 +05:30