-
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.
fix: captured transactionFee in metrics and HBAR limiter class in exe…
…cuteTransaction and deleteFile (#2714) * fix: captured transaction fee in metrics and hbar limiter class for executeTransaction Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: captured transaction fee in hbar limiter class for deleteFile Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: improved the logic of capturing transaction fees to metrics in executeTransaction Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: improved error handling logic for sendRawTransaction Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> fix: added polling logic to retrieve updated account nonce for WRONG_NONCE error handler Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: removed non-existed NEXT_STORAGE_CONTRACT_UPDATE singature hash Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: added logic to throw WRONG_NONCE error Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: tweaked and reused executeGetTransactionRecord Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: fixed http rate limiter failing test Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: reverted shouldLimit check Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> --------- Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
- Loading branch information
1 parent
c9e17a3
commit 46c5a76
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