Merged
Conversation
ffarall
approved these changes
Oct 7, 2024
| pub const MetadataDepositPerByte: Balance = 1 * UNIT; | ||
| } | ||
|
|
||
| impl pallet_parameters::Config for Runtime { |
Collaborator
There was a problem hiding this comment.
Did you add pallet parameters just to match what was in the actual runtime?
Contributor
Author
There was a problem hiding this comment.
Yes, I want to make sure the runtime we use for the XCM simulator's tests is as close as possible to the actual runtime
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.
v1.13.0 to v1.14.0 - Polkadot SDK Upgrade
Node Dev:jsonrpseeto v0.23.1 to add Extensions, updatehyper,http,sokettoand related crates, and modify the subscription API for the client.Runtime Dev:ApproveOriginandOnSlashfrompallet-treasury.OnSlashis now a config parameter of the bounties and tips pallets.pallet-assets-freezer, extension ofpallet-assetsthat support freezes just likepallet-balancesdoes.on_idleis called, the remaining weight parameter reflects this.Locationsto runtime’sAccountIds. Also changes crate for XCM runtime APIs fromxcm-fee-payment-runtime-apitoxcm-runtime-apis.pallet-nftsbenchmarks signature-dependent.RemoveStoragemigration type, that allows runtimes to remove a storage item from a specific pallet when executing a migration.Node Operator:chain-spec-buildernow supportscodeSubstituteswith subcommandadd-code-substitute. This allows users to provide a runtime that should be used from a given block onwards (until the next runtime upgrade)health/readinessendpoint to the RPC server.health/endpoint was already there, but now it returns a few metrics that could be useful for testing: number of connected peers, anis_syncingvariable that returns if the node is currently syncing, and ashould_have_peersvalue which could be false for local chains or when running without discovery.health/readinessendpoint checks if the node has at least one peer and is not currently doing major syncing, and if so returns HTTP 200 (it returns a 500 status code otherwise)Runtime User:pallet-treasury:propose_spend,reject_proposal,approve_proposalpallet-treasury