-
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: enhanced reliability of eth RPC methods with null checks and ret…
…ry mechanisms (#3349) * fix: fixed flaky precheck test Signed-off-by: Logan Nguyen <[email protected]> * fix: handle log null entities more gracefully in getBlock() Signed-off-by: Logan Nguyen <[email protected]> * fix: added null check to root hash builder Signed-off-by: Logan Nguyen <[email protected]> * fix: modified getContractResultWithRetry() to accept more general getContract MN methods Signed-off-by: Logan Nguyen <[email protected]> * fix: reused getContractResultWithRetry for getContractResults Signed-off-by: Logan Nguyen <[email protected]> * fix: added getContractResultsLogsWithRetry() Signed-off-by: Logan Nguyen <[email protected]> * fix: reverted licenses Signed-off-by: Logan Nguyen <[email protected]> Revert "fix: reverted licenses" This reverts commit d3c860a. Reapply "fix: reverted licenses" This reverts commit 50a9acd5031490f3f805042a70bfdae7c589146d. * fix: checked empty blockHash for getHistoricalBlockResponse() Signed-off-by: Logan Nguyen <[email protected]> * fix: throw error if log.block_number or log.index is null or log.block_hash is empty Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: Logan Nguyen <[email protected]>
- Loading branch information
1 parent
b2bff54
commit cb93114
Showing
10 changed files
with
316 additions
and
87 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
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.