Merged
Conversation
05ef7b2 to
291eea1
Compare
291eea1 to
ff2ec6d
Compare
Neopallium
reviewed
Jan 16, 2025
adamdossa
approved these changes
Feb 4, 2025
cba7ce6 to
a3c3e93
Compare
9549dec to
8a6c4bc
Compare
Neopallium
approved these changes
Feb 5, 2025
HenriqueNogara
added a commit
that referenced
this pull request
Feb 6, 2025
* 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
Neopallium
added a commit
that referenced
this pull request
Feb 6, 2025
* Fix issue with missing assimilate_storage on Sudo GenesisConfig. 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. * Frame v2 upgrade part3 (#1773) 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. * Pips docs (#1781) * 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 --------- Co-authored-by: Henrique Nogara <nogara.henrique@gmail.com>
This file contains hidden or 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
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.
changelog
new features
new external API
PendingRefunds,VotesToBePruned;other