-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented test for unauthenticated input notes (#408)
* tests: refactor, add tests for transaction batch * refactor: move mock methods to `test_utils` * tests: implement tests for batch/block producers and in-flight notes verifications * fix: clippy warnings * tests: fix getting unauthenticated input notes in `MockStoreSuccess` * tests: cache mocked private accounts in order to reuse them on next creations * tests: don't use 0's account index * tests: fix block builder test * format: apply rustfmt after merging * fix: clippy warnings * refactor: address review comments * refactor: accept suggestion from the review Co-authored-by: Mirko von Leipzig <[email protected]> * tests: address review comments --------- Co-authored-by: Mirko von Leipzig <[email protected]>
- Loading branch information
1 parent
ab1bf87
commit aab0b58
Showing
17 changed files
with
629 additions
and
117 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.