-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve rust integration tests (#1686)
* Add helper code for secondary key permissions to integration tests. * Add improved secondary key permissions tests. * Add batch leave/join identity test. * Add integration test for contract permissions. * Support secondary key call permissions in SignedExtension. * Fix issue with invalid account nonce. * Update dep. * Use cargo nextest again in CI. * Clear CI cache when rust integration test deps change. * Use v6 KeyRecords based permissions. * cargo fmt
- Loading branch information
1 parent
cfb6ba2
commit acaa947
Showing
13 changed files
with
7,034 additions
and
9 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Ignore build artifacts from the local tests sub-crate. | ||
/target/ | ||
|
||
# Ignore backup files creates by cargo fmt. | ||
**/*.rs.bk |
Oops, something went wrong.