4714610b72
Use get_storage_at DB functions. ( #205 )
...
* Use new get_storage_at DB functions.
* Use latest ipld-eth-db for tests.
2022-11-16 14:13:10 -06:00
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
prathamesh0
33602aa0e0
Optimize getLogs
GQL API ( #198 )
...
* Avoid joins with header and transaction tables while getting logs
* Update getLogs GQL API to accept multiple addresses
* Update version
* Update unit tests
2022-10-05 15:14:17 +05:30
prathamesh0
2c03c8cbd0
Support debug_traceCall
API ( #192 )
...
* Implement debug_traceCall API
* Use API implementation from geth with custom backend
* Update refs in GitHub workflow
2022-09-21 17:15:03 +05:30
prathamesh0
4d99ecdee3
Increase EVM timeout for eth-calls ( #191 )
...
* Increase EVM timeout for eth-calls
* Remove goose prerequisite from test targets in Makefile
2022-09-21 16:28:19 +05:30
Michael
fc0d7a6dd6
Cerc refactor ( #193 )
...
* cerc refactor waiting on unpublished dependencies
* cerc refactor updates for dependencies
* Describe imports got removed
* cleaning up more vulcanize refs in ci/cd
* another test lost Describe imports
* another test lost Describe imports... not caught in go build -a???
* more cerc-io migrations to utilize new git.vdb.to gitea instance
* switching back to github for running unit test
* first try at git.vdb.to as conatiner repository
* targeted tag was incomplete
2022-09-20 11:52:06 -04:00
Michael Shaw
d24be29ef0
use mgirated test helper func GenesisBlockForTesting
2022-09-02 11:05:54 -04:00
Michael Shaw
0e91e42128
first pass updating for statediffing geth 1.10.23... filters changed
2022-09-01 18:37:51 -04:00
prathamesh0
4e9f4bbad6
Re-order uncles if calculated uncle hash doesn't match ( #188 )
...
* Re-order uncles if calculated uncle hash doesn't match
* Add a spec to test out of order uncles
2022-08-25 15:54:32 +05:30
prathamesh0
e40e8a7335
Optimize eth_getBlockByNumber
and eth_getBlockByHash
implementations ( #187 )
...
* Avoid two step queries for creating a block object
* Use a db tx while fetching block objects
* Upgrade ipfs-ethdb
2022-08-23 12:42:19 +05:30
i-norden
1a24075da7
ChainID adjustment
2022-08-08 13:57:36 -05:00
Michael Shaw
415e426946
geth 1.10.21 update with changes for API update in issue 177
2022-08-01 13:27:29 -04:00
prathamesh0
ba01123f54
Use geth's eth API on missing blocks for getHeaderByHash ( #181 )
2022-07-20 09:34:44 +05:30
prathamesh0
b90c28906a
Add log while serving getBlockByNumber ( #176 )
...
* Add log while serving getBlockByNumber
* Update GQL API to return empty result when header not found for hash
2022-07-15 16:19:31 +05:30
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
07a991d3e4
Add misssing error logs
2022-06-28 16:40:07 +05:30
Abdul Rabbani
4121863a4c
Update Geth and CICD
2022-06-17 10:45:54 -04:00
nikugogoi
221114cf56
Merge changes to implement postgraphile graphql queries
2022-06-07 17:37:01 +05:30
nikugogoi
1fc53ccab1
Rename Cid to CID
2022-06-06 16:46:53 +05:30
nikugogoi
31e9a7dc5e
Review changes
2022-06-06 15:54:06 +05:30
c19cc5c44d
Select required fields in transaction_cids
2022-06-03 15:08:45 +05:30
6bd563e3d5
Use GORM to retrieve data from database
2022-06-03 15:08:45 +05:30
b3d9e01d67
Add test for ethTransactionCidByTxHash query
2022-06-03 15:05:46 +05:30
0c44882cb2
Added test for allEthHeaderCids query
2022-06-03 15:05:46 +05:30
80413211c2
Remove block_number from queries for v3 schema
2022-06-03 15:05:46 +05:30
7f15befdee
Add custom implementation for Bytes to be returned as string
2022-06-03 15:05:46 +05:30
217cfc63ec
Return empty headerCIDs and commit db tx
2022-06-03 15:05:46 +05:30
9550d60467
Add query ethTransactionCidByTxHash
2022-06-03 15:05:46 +05:30
da1c8b2332
Implement single query for transactions and blockByMhKey
2022-06-03 15:05:46 +05:30
fe7329c284
Add custom implementation for graphql scalar BigInt
2022-06-03 15:04:54 +05:30
f144d932cd
Implement graphql query to get header with transactions
2022-06-03 15:04:54 +05:30
389ba2e360
Merge changes to remove watched addresses fill service code
2022-05-23 19:12:11 +05:30
c25d220f71
Remove watched addresses fill service code
2022-05-23 10:37:59 +05:30
ace12fbc35
Update module path for v4
2022-05-20 18:50:50 +05:30
9676690a2d
Remove unused functions
2022-05-19 08:14:43 +05:30
36e590c092
Delete from all tables when tearing down db for tests
2022-05-18 20:23:40 +05:30
384d939dc2
Upgrade dependencies
2022-05-18 14:53:09 +05:30
24a45a3f00
Update unit tests and queries to fetch data from cids tables
2022-05-18 14:38:09 +05:30
867323a1ab
Update queries to get data from IPLD blocks table
2022-05-18 14:36:51 +05:30
705835512e
Update module path for v3
2022-05-18 13:35:16 +05:30
2a0e9f8dfd
Upgrade geth
2022-05-18 13:05:26 +05:30
c8bdaefe97
Gracefully shutdown watched address fill service on interrupt
2022-05-18 11:08:15 +05:30
233fa29740
Upgrade eth-ipfs-state-validator to v3
2022-05-04 13:06:07 +05:30
4883590d85
Upgrade ipfs-ethdb to v3
2022-05-04 13:06:07 +05:30
4b697b2a98
Upgrade dependencies
2022-05-02 17:48:03 +05:30
77812f2673
Move SetupTestStateDiffIndexer to shared test helpers
2022-04-21 17:06:29 +05:30
56c85709c1
Add unit tests for fill service
2022-04-21 17:03:59 +05:30
3914889d53
Add a service to fill indexing gap for watched addresses
2022-04-19 19:32:18 +05:30
1a6ff273ba
Add an API to change addresses being watched by geth for direct indexing
2022-04-19 19:32:18 +05:30
76aaa93c50
Use pgx while indexing test data
2022-04-19 14:01:25 +05:30