-
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.
chore: cherry pick #3349 - fix: enhanced reliability of eth RPC metho…
…ds with null checks and retry mechanisms to release/0.63 (#3363) fix: enhanced reliability of eth RPC methods with null checks and retry mechanisms (#3349) * fix: fixed flaky precheck test * fix: handle log null entities more gracefully in getBlock() * fix: added null check to root hash builder * fix: modified getContractResultWithRetry() to accept more general getContract MN methods * fix: reused getContractResultWithRetry for getContractResults * fix: added getContractResultsLogsWithRetry() * fix: reverted licenses Revert "fix: reverted licenses" This reverts commit d3c860a. Reapply "fix: reverted licenses" This reverts commit 50a9acd5031490f3f805042a70bfdae7c589146d. * fix: checked empty blockHash for getHistoricalBlockResponse() * 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]>
- Loading branch information
1 parent
4f91480
commit ccec0b6
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.