Commit f3bd80b
Bump0.23.0rc1 (#1187)
* Bump PR 0.23 rc1
Signed-off-by: ebadiere <[email protected]>
* Reapplying refactor/enhancement in a fresh branch off of main since t… (#1164)
This PR optimizes the getBalance method by removing unnecessary calls to the mirror node.
---------
Signed-off-by: ebadiere <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Co-authored-by: Nana Essilfie-Conduah <[email protected]>
* Eth estimate gas fixes (#1180)
* Updated eth_estimateGas bad input tests
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
* Updated estimateGas values.
Signed-off-by: ebadiere <[email protected]>
---------
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: ebadiere <[email protected]>
Co-authored-by: Nana Essilfie-Conduah <[email protected]>
* Cherry-Pick: Updated eth_estimateGas bad input tests (#1175) (#1179)
Updated eth_estimateGas bad input tests (#1175)
Fix eth_estimateGas calls that are missing items
- Updated error `32008` (code revert) for `32602` (invalid input)
- Update gas value from `EthImpl.gasTxHollowAccountCreation` to `EthImpl.gasTxBaseCost` where there's an invalid account
- Add a test for hollow accounts
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Co-authored-by: Nana Essilfie-Conduah <[email protected]>
* Add resolve type consideration for tokens (#1158) (#1184)
Handle valid evm contract address considerations as part of entity resolution
- Add path to MirrorNodeClient retry log
- Conditionally add `this.getTokenById()` to `resolveEntityType()` only if address is of long zero type
- Move requestId to add of `resolveEntityType()` parameters
- Added test for to verify token is only called for long zero address
---------
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: ebadiere <[email protected]>
Co-authored-by: Nana Essilfie-Conduah <[email protected]>
---------
Signed-off-by: ebadiere <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Co-authored-by: Nana Essilfie-Conduah <[email protected]>
Co-authored-by: Alfredo Gutierrez <[email protected]>
Co-authored-by: Nana Essilfie-Conduah <[email protected]>1 parent 04be516 commit f3bd80b
File tree
8 files changed
+11
-11
lines changed- docs
- helm-chart
- packages
- relay
- server
- ws-server
8 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments