Open ximinez opened 3 weeks ago
The final commit message should not include "NFTs". That function was an unintentional duplicate.
Also need to add @thejohnfreeman as a coauthor, since he wrote the original unit test.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.9%. Comparing base (
838978b
) to head (a7d0dd3
).
Proposed commit message:
test: Add more test cases for Base58 parser (#5174)
---------
Co-authored-by: John Freeman <jfreeman08@gmail.com>
Hold merging until after 2.3.0 final release.
High Level Overview of Change
Adds unit tests related to the AccountID handling updated in 2.2.1 (#5078)
Context of Change
2.2.1 was released without all of the relevant unit tests for reasons. This PR finally follows up on that and adds the tests.
(Also fixes an unused variable build warning on Release builds.)
Type of Change