Skip to content

Commit

Permalink
Hotfix/algol 1031 (#1541)
Browse files Browse the repository at this point in the history
* feat: any relay number for Algol

* fix: code substitute algol 1031b WASM
  • Loading branch information
wischli authored Sep 11, 2023
1 parent 56fe24a commit 010f50c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion res/algol-spec.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions runtime/altair/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,10 @@ parameter_types! {
}

impl cumulus_pallet_parachain_system::Config for Runtime {
#[cfg(not(feature = "testnet-runtime"))]
type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::RelayNumberStrictlyIncreases;
#[cfg(feature = "testnet-runtime")]
type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::AnyRelayNumber;
type DmpMessageHandler = DmpQueue;
type OnSystemEvent = ();
type OutboundXcmpMessageSource = XcmpQueue;
Expand Down

0 comments on commit 010f50c

Please sign in to comment.