Skip to content

Commit 113c4c8

Browse files
authored
Update web3 docs for newer unsupported operations (hiero-ledger#10422)
Update web3 docs and add any new precompiles added after the modularization and are still unsupported from web3 logic. --------- Signed-off-by: Kristiyan Selveliev <[email protected]>
1 parent 7c014bf commit 113c4c8

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

docs/web3/README.md

+19-9
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,28 @@ is used for the persistence layer.
1111

1212
## Supported Operations
1313

14-
| Estimate | Static | Operation Type | Supported | Historical | Reads | Modifications |
15-
| -------- | ------ | ----------------------------------------------------------------------------------------- | --------- | ---------- | ----- | ------------- |
16-
| Y | Y | non precompile functions | Y | Y | Y | Y |
17-
| Y | N | non precompile functions with lazy account creation | Y | Y | Y | Y |
18-
| Y | Y | operations for ERC precompile functions (balance, symbol, tokenURI, name, decimals, etc.) | Y | Y | Y | N |
19-
| Y | Y | read-only ERC precompile functions | Y | Y | Y | N |
20-
| Y | Y | modifying ERC precompile functions | Y | Y | Y | Y |
21-
| Y | Y | read-only operations for HTS system contract | Y | Y | Y | N |
22-
| Y | N | modifying operations for HTS system contract | Y | Y | Y | Y |
14+
| Estimate | Static | Operation Type | Historical | Reads | Modifications |
15+
| -------- | ------ | ----------------------------------------------------------------------------------------- | ---------- | ----- | ------------- |
16+
| Y | Y | non precompile functions | Y | Y | Y |
17+
| Y | N | non precompile functions with lazy account creation | Y | Y | Y |
18+
| Y | Y | operations for ERC precompile functions (balance, symbol, tokenURI, name, decimals, etc.) | Y | Y | N |
19+
| Y | Y | read-only ERC precompile functions | Y | Y | N |
20+
| Y | Y | modifying ERC precompile functions | Y | Y | Y |
21+
| Y | Y | read-only operations for HTS system contract | Y | Y | N |
22+
| Y | N | modifying operations for HTS system contract | Y | Y | Y |
2323

2424
_Note:_ Gas estimation only supports the `latest` block
2525

26+
## Unsupported Operations
27+
28+
| Operation Type |
29+
| ------------------------------------------------------------- |
30+
| operations for HederaAccountService system contract |
31+
| operations for HederaScheduleService system contract |
32+
| token airdrop operations (airdropTokens, claimAirdrops, etc.) |
33+
| update token custom fees |
34+
| HRC isAssociated() |
35+
2636
## Acceptance Tests
2737

2838
The [acceptance tests](/hedera-mirror-test/README.md) contain a suite of tests to validate a web3 deployment.

0 commit comments

Comments
 (0)