-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update & refactor precompiles (#1100)
* feat: `assets-erc20` update * feat: repalce utils to utils_v2 in workspace cargo * feat: update dapp staking precompile for utils v2 * feat: update sr25519 * feat: update ecdsa * feat: update xvm * feat: update xcm/xtokens * fix: integration tests * feat: remove old utils * feat: update astar runtime * fix: cargo fmt * feat: update local runtime * feat: update shiden & shibuya runtime * fix: format * fix: license * fix: clippy * feat: apply code suggestions * fix: typos * feat: update unified accounts PR * feat: code suggesions * feat: remove blacklist genesis hack * feat: review comments
- Loading branch information
1 parent
253eea3
commit ae668a0
Showing
154 changed files
with
2,278 additions
and
6,035 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
uses: actions-rs/[email protected] | ||
with: | ||
version: 0.22.0 | ||
args: '--workspace -e astar-collator xcm-tools local-runtime shibuya-runtime shiden-runtime astar-runtime integration-tests --exclude-files vendor/* bin/* runtime/* tests/* **/mock.rs **/weights.rs precompiles/utils_v2/*' | ||
args: '--workspace -e astar-collator xcm-tools local-runtime shibuya-runtime shiden-runtime astar-runtime integration-tests --exclude-files vendor/* bin/* runtime/* tests/* **/mock.rs **/weights.rs precompiles/utils/*' | ||
out-type: Xml | ||
|
||
- name: Code Coverage Summary Report | ||
|
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
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.