File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33### TheGraph integration
44
5- | | Status |
6- | ----------- | ----------- |
5+ | | Status | Description |
6+ | ----------- | ----------- | ----------- |
77| Catch & handle events emitted from EthereumTransactions | ✅ |
88| Catch & handle events emitted from ContractCall & ContractCreate | ✅ |
99| Capture ERC transfers through HTS precompile | ✅ |
1010| Execute contract calls during subgraph event processing | ✅ |
1111| Being able to specify the startBlock from which the graph sync | ✅ |
1212| Support for multiple dataSources | ✅ |
13+ | Support for dynamic dataSource templates | ✅ |
1314| Block Handlers WITHOUT filters | ✅ |
14- | Block Handlers WITH filters | ❌ |
15- | Call Handlers | ❌ |
16- | Capture HTS transfers through HTS precompile | ❌ |
17- | Capture HTS token transfers through HAPI | ❌ |
18- | Can use dynamic dataSource templates | ❔ |
19- | Can index anonymous events | ❔ |
15+ | Block Handlers WITH filters | ❌ | Requires Parity's [ trace_filter] ( https://openethereum.github.io/JSONRPC-trace-module#trace_filter )
16+ | Call Handlers | ❌ | Requires Parity's [ trace_filter] ( https://openethereum.github.io/JSONRPC-trace-module#trace_filter )
17+ | Capture HTS transfers through HTS precompile | ❌ | Depends on [ 4127] ( https://github.com/hashgraph/hedera-services/issues/4127 )
18+ | Capture HTS token transfers through HAPI | ❌ | Depends on [ 4337] ( https://github.com/hashgraph/hedera-mirror-node/issues/4337 ) , [ 4738] ( https://github.com/hashgraph/hedera-mirror-node/issues/4738 )
19+ | Can index anonymous events | ❔ | Depends on [ 667] ( https://github.com/hashgraph/hedera-json-rpc-relay/issues/667 )
2020
2121### Supported tools
2222| | web3js | Truffle | ethers | Hardhat |
You can’t perform that action at this time.
0 commit comments