-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vat-bank): allow numeric or string nonces (#10929)
closes: #10928 refs: #8544 ## Description The change in #8544 unintentionally disabled `vat-bank`'s vpurse balance notification feature. ### Security Considerations Since the `vat-bank.js` on mainnet has not been upgraded to the code in #8544, the #10928 issue only pertains to new or upgraded instances of `vat-bank.js`, such as in CI, local chains, and testnet chains. There is absolutely no impact if this PR is landed before the next `vat-bank.js` upgrade to #8544 code. ### Scaling Considerations None. ### Documentation Considerations None. ### Testing Considerations A unit test would be beneficial, but is not yet implemented. ### Upgrade Considerations As above, production chains should not upgrade their `vat-bank.js` to the code in current master until this PR lands.
- Loading branch information
Showing
6 changed files
with
38 additions
and
14 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
Binary file not shown.
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