forked from open-web3-stack/open-runtime-module-library
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/update v1.9.0 #34
Merged
Merged
Conversation
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
* use workspace deps * fix * fix * fix * fix * bump
* Upgrade to rust 1.73.0 * fix clippy * Add rust-toolchain.toml
* use crates.io * bump upstreams * fix * fix * fix * test for extract * remove unused code
* Add Zepter config Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Update Makefile Signed-off-by: Oliver Tale-Yazdi <[email protected]> * CI check features Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Fix all crate features Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Use latest version Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add MR number Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Install tool before using it Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Different makefile targets Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Run Zepter before cargo test Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
* Update Zepter config Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Remove dep features zepter transpose features strip-dev-only Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump version Signed-off-by: Oliver Tale-Yazdi <[email protected]> * fix bad deps * fix runtime-benchmarks feature * fix features --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: Bryan Chen <[email protected]>
* add repo * fix * fix * fix * fix * chore: Release * improve trait
* add repo * fix * fix * fix * fix * chore: Release * wip * add repo * fix * fix * fix * fix * chore: Release * chore: Release * chore: Release
* update polkadot-sdk * fix tests * update * fix * fix * fix * move zepter to different workflow * fix deps * fix * fix * Revert "fix" This reverts commit e87e60b. * fix * avoid deprecated
Co-authored-by: github-actions <[email protected]>
* upgrade rust 1.75.0 * update staging-xcm-executor
* deps: update substrate-sdk to version 1.7.0 * deps: update dependencies in Cargo.dev.toml file * test: test compatibility between xcm v3 MultiLocation and xcm v4 Location * keep asset registry using xcm v3 * Revert "test: test compatibility between xcm v3 MultiLocation and xcm v4 Location" This reverts commit 38f45f2. * fix test * fix tests --------- Co-authored-by: Bryan Chen <[email protected]>
* poc * add RateLimiter for xtokens * impl new pallet orml-rate-limit * add unit tests * add comment * add weight * update * use explicit call index * fix features * update Cargo.toml --------- Co-authored-by: Bryan Chen <[email protected]> Co-authored-by: zjb0807 <[email protected]>
Co-authored-by: github-actions <[email protected]>
* Add benchmarks to oracle * Add cfg for runtime-benchmarks * toml format
…e of Preserve preservation (open-web3-stack#987)
mateuszaaa
approved these changes
Sep 24, 2024
mateuszaaa
approved these changes
Sep 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update to latest polkadot-sdk v1.9.0
removed packages we don't use in our gasp node