-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cherry picked PR#2730 (#2731)
fix: captured transactionFee in metrics and HBAR limiter class in executeTransaction and deleteFile (#2714) * fix: captured transaction fee in metrics and hbar limiter class for executeTransaction * fix: captured transaction fee in hbar limiter class for deleteFile * fix: improved the logic of capturing transaction fees to metrics in executeTransaction * fix: improved error handling logic for sendRawTransaction fix: added polling logic to retrieve updated account nonce for WRONG_NONCE error handler * fix: removed non-existed NEXT_STORAGE_CONTRACT_UPDATE singature hash * fix: added logic to throw WRONG_NONCE error * fix: tweaked and reused executeGetTransactionRecord * fix: fixed http rate limiter failing test * fix: reverted shouldLimit check --------- Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
- Loading branch information
1 parent
6c1418d
commit 9f0f984
Showing
5 changed files
with
126 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