-
Notifications
You must be signed in to change notification settings - Fork 48
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
Frame v2 upgrade part2 #1772
Merged
Merged
Frame v2 upgrade part2 #1772
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
This comment was marked as outdated.
This comment was marked as outdated.
3c62f70
to
7fa260f
Compare
f00038f
to
9f696f6
Compare
7fa260f
to
f5251ac
Compare
9f696f6
to
5114790
Compare
f5251ac
to
6cbba32
Compare
5114790
to
8c09228
Compare
6cbba32
to
eb72eac
Compare
8c09228
to
bebdf7f
Compare
HenriqueNogara
approved these changes
Jan 2, 2025
9b46523
to
c031047
Compare
4b757d0
to
62a3971
Compare
c031047
to
4fba416
Compare
62a3971
to
8692879
Compare
4fba416
to
6e846c1
Compare
adamdossa
approved these changes
Jan 24, 2025
Use workspace deps. Copy Sudo pallet code from Substrate monthly 2023-03. cargo fmt Sudo code. Readd the MIN_WEIGHT support to Sudo. Update Relayer pallet. Updated ProtocolFee pallet. Add missing Rust docs and other cleanup. Fixup Relayer Fixup Protocol Fee pallet.
6e846c1
to
3260e83
Compare
Update Sto pallet. Add 'try-runtime' feature to all pallets. Update Base pallet. Update Bridge pallet. Update Permissions pallet. Update Treasury pallet. Upgrade Group pallet. Use 'Pallet' instead of 'Module' for FRAME v1 pallets too. Add Frame v2 migration helper. Support loading chain spec with dev/testnet runtime. Add v7.0 chain spec for ci-runtime. Add CLI tool to upgrade the ci-chain. Run the integration tests before and after a chain upgrade. Bump Rust integration resource class. Update check_storage_version script for new Frame v2 version. Update External Agents pallet. Update Corporate Actions pallet. Update Capital Distribution pallet. Update Corporate Ballot pallet. Update Committee pallet. Update PolymeshContracts pallet. Update NFT pallet. Updated Balances pallet. Update ComplianceManager pallet. Cargo fmt Update Asset pallet. Update Checkpoint pallet. Update Statistics pallet. (#1779) Update Portfolio pallet. Update Settlement pallet. Update Identity pallet.
* Improve docs - part 1 * Improve extrinsic documentation * Add bound to pips (#1784) * Solve merge conflicts - import path * Improve insert_live_queue function * Add unit test; Improve weight calculation (return max between refunds and votes) * Prune and refund only on_idle * Remove const and error
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 pallets to Frame v2:
changelog
new features
new external API
PendingRefunds
,VotesToBePruned
;other