Skip to content

Commit 1ed89c4

Browse files
Update subgraph dynamic datasources status (#665)
* Update dynamic datasources status Signed-off-by: Maksim Dimitrov <[email protected]> * Add description Signed-off-by: Maksim Dimitrov <[email protected]> * Update anonynmous events Signed-off-by: Maksim Dimitrov <[email protected]> * Update anonymous events Signed-off-by: Maksim Dimitrov <[email protected]> Signed-off-by: Maksim Dimitrov <[email protected]>
1 parent 1c14d9b commit 1ed89c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tools/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
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 |

0 commit comments

Comments
 (0)