-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: estimate_gas doesn't reflect changes in mirror-node (#2409)
* fix: estimate_gas doesn't reflect changes in mirror-node Signed-off-by: Victor Yanev <[email protected]> * fix: estimate_gas doesn't reflect changes in mirror-node Signed-off-by: Victor Yanev <[email protected]> * fix: tests in eth_estimateGas.spec.ts Signed-off-by: Victor Yanev <[email protected]> * Merge branch 'refs/heads/main' into 2379-estimate_gas-does-not-reflect-changes-in-mirror-node Signed-off-by: Victor Yanev <[email protected]> # Conflicts: # packages/relay/src/lib/eth.ts * chore: simplify isNonZeroValue condition Signed-off-by: Victor Yanev <[email protected]> * chore: add docs + fix compilation errors Signed-off-by: Victor Yanev <[email protected]> * chore: fix remaining sonar issues Signed-off-by: Victor Yanev <[email protected]> * Merge branch 'main' into 2379-estimate_gas-does-not-reflect-changes-in-mirror-node Signed-off-by: Victor Yanev <[email protected]> # Conflicts: # packages/relay/src/lib/eth.ts # packages/relay/tests/lib/eth/eth_call.spec.ts # packages/relay/tests/lib/eth/eth_estimateGas.spec.ts * chore: revert changes to EthImpl#call Signed-off-by: Victor Yanev <[email protected]> * Merge branch 'main' into 2379-estimate_gas-does-not-reflect-changes-in-mirror-node Signed-off-by: Victor Yanev <[email protected]> # Conflicts: # packages/relay/src/lib/precheck.ts * Merge branch 'main' into 2379-estimate_gas-does-not-reflect-changes-in-mirror-node Signed-off-by: Victor Yanev <[email protected]> # Conflicts: # packages/relay/src/lib/clients/mirrorNodeClient.ts --------- Signed-off-by: Victor Yanev <[email protected]> Signed-off-by: ebadiere <[email protected]>
- Loading branch information
1 parent
f088a97
commit 9df51e3
Showing
13 changed files
with
282 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.