watcher-ts/packages/cli/src
Nabarun Gogoi c06330dd06
Implement rpc-eth-client for Ethereum compatible JSON-RPC endpoint (#398)
* Implement rpc-eth-client with getStorageAt method

* Add test for comparing RPC and GQL eth-client getStorageAt method

* Add getBlockWithTransactions and getBlocks method

* Implement getFullBlocks with RLP encoded data

* Implement getFullTransaction method with raw tx

* Implement getBlockByHash and getLogs methods

* Add flag and interface to switch between RPC and GQL eth clients

* Fix getBlocks to return empty array when block not present

* Return empty array in getBlocks for missing block and use blockNumber in getLogs

* Fix getRawTransaction method for zero signature.v value

* Remove duplicate util from rpc-eth-client
2023-08-08 18:48:55 +05:30
..
checkpoint Upgrade Typescript and ESLint (#337) (#342) 2023-03-24 10:31:33 +04:00
reset Upgrade Typescript and ESLint (#337) (#342) 2023-03-24 10:31:33 +04:00
utils Implement rpc-eth-client for Ethereum compatible JSON-RPC endpoint (#398) 2023-08-08 18:48:55 +05:30
base.ts Implement rpc-eth-client for Ethereum compatible JSON-RPC endpoint (#398) 2023-08-08 18:48:55 +05:30
chat.ts Refactor peer CLI to be run from watchers (#331) 2023-02-27 14:15:26 +05:30
create-state-gql.ts Implement CLI to create checkpoint state from existing GQL endpoint (#382) 2023-05-15 12:10:27 +05:30
export-state.ts Upgrade Typescript and ESLint (#337) (#342) 2023-03-24 10:31:33 +04:00
fill.ts Upgrade Typescript and ESLint (#337) (#342) 2023-03-24 10:31:33 +04:00
import-state.ts Implement CLI to create checkpoint state from existing GQL endpoint (#382) 2023-05-15 12:10:27 +05:30
index-block.ts Fix linter warnings and dependencies (#264) 2022-11-25 20:03:58 +05:30
index.ts Implement CLI to create checkpoint state from existing GQL endpoint (#382) 2023-05-15 12:10:27 +05:30
inspect-cid.ts Upgrade Typescript and ESLint (#337) (#342) 2023-03-24 10:31:33 +04:00
job-runner.ts Upgrade Typescript and ESLint (#337) (#342) 2023-03-24 10:31:33 +04:00
peer.ts Block connections with blacklisted multiaddrs (#373) 2023-05-04 16:33:29 +05:30
server.ts Add a payments plugin to GQL server (#391) 2023-07-20 17:22:48 +05:30
watch-contract.ts Fix linter warnings and dependencies (#264) 2022-11-25 20:03:58 +05:30