@@ -11,18 +11,28 @@ is used for the persistence layer.
11
11
12
12
## Supported Operations
13
13
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 |
23
23
24
24
_ Note:_ Gas estimation only supports the ` latest ` block
25
25
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
+
26
36
## Acceptance Tests
27
37
28
38
The [ acceptance tests] ( /hedera-mirror-test/README.md ) contain a suite of tests to validate a web3 deployment.
0 commit comments