Skip to content

Commit

Permalink
Merge branch 'mainnet-release' into Develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro authored Aug 20, 2024
2 parents 184bff2 + 2179466 commit 7c9a579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion check-all-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ RUSTFLAGS="-D warnings" cargo test --workspace || exit
# 0xe7770f52f5d0ee108ded585ebe7c0d0b6ec65ea22739d7608d6c75c271dbdc3a - runtime upgrade preimage
# https://www.notion.so/polkadex/Listing-on-Polkadex-Orderbook-3e49fcf22d52474da86dfa65135615e9#b225838c59fa4820a61365e276fd4684
# https://wiki.polkadot.network/docs/learn/learn-governance
# https://substrate.stackexchange.com/questions/6423/fasttrack-proposal-execution-fails-with-proposalmissing-but-is-stored-in-democ
# https://substrate.stackexchange.com/questions/6423/fasttrack-proposal-execution-fails-with-proposalmissing-but-is-stored-in-democ

4 changes: 2 additions & 2 deletions runtimes/mainnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 372,
spec_version: 373,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down Expand Up @@ -359,7 +359,7 @@ parameter_types! {
pub const PreimageMaxSize: u32 = 4096 * 1024;
pub const PreimageBaseDeposit: Balance = DOLLARS;
// One cent: PDEX 10,000 / MB
pub const PreimageByteDeposit: Balance = CENTS;
pub const PreimageByteDeposit: Balance = MILLICENTS;
}

impl pallet_preimage::Config for Runtime {
Expand Down

0 comments on commit 7c9a579

Please sign in to comment.