Merged
Conversation
Neopallium
approved these changes
Jan 9, 2025
02e5ea3 to
d1ddb6d
Compare
adamdossa
approved these changes
Jan 16, 2025
316fceb to
a2c8e0f
Compare
a2c8e0f to
90f202f
Compare
90f202f to
f5bc1c0
Compare
Base automatically changed from
frame_v2_upgrade_part7
to
frame_v2_upgrade_part6
January 29, 2025 08:07
Base automatically changed from
frame_v2_upgrade_part6
to
frame_v2_upgrade_part5
January 29, 2025 08:08
Base automatically changed from
frame_v2_upgrade_part5
to
frame_v2_upgrade_part4
January 29, 2025 08:09
Base automatically changed from
frame_v2_upgrade_part4
to
frame_v2_upgrade_part3
January 29, 2025 08:09
Base automatically changed from
frame_v2_upgrade_part3
to
frame_v2_upgrade_part2
January 29, 2025 08:10
cba7ce6 to
a3c3e93
Compare
Neopallium
approved these changes
Feb 5, 2025
* 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.
Improve documentation