mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-02 02:27:24 +00:00
9216b781fd
* Asynchronous backing PR (#2300) * Update substrate & polkadot * min changes to make async backing compile * (async backing) parachain-system: track limitations for unincluded blocks (#2438) * unincluded segment draft * read para head from storage proof * read_para_head -> read_included_para_head * Provide pub interface * add errors * fix unincluded segment update * BlockTracker -> Ancestor * add a dmp limit * Read para head depending on the storage switch * doc comments * storage items docs * add a sanity check on block initialize * Check watermark * append to the segment on block finalize * Move segment update into set_validation_data * Resolve para head todo * option watermark * fix comment * Drop dmq check * fix weight * doc-comments on inherent invariant * Remove TODO * add todo * primitives tests * pallet tests * doc comments * refactor unincluded segment length into a ConsensusHook (#2501) * refactor unincluded segment length into a ConsensusHook * add docs * refactor bandwidth_out calculation Co-authored-by: Chris Sosnin <48099298+slumber@users.noreply.github.com> * test for limits from impl * fmt * make tests compile * update comment * uncomment test * fix collator test by adding parent to state proof * patch HRMP watermark rules for unincluded segment * get consensus-common tests to pass, using unincluded segment * fix unincluded segment tests * get all tests passing * fmt * rustdoc CI * aura-ext: limit the number of authored blocks per slot (#2551) * aura_ext consensus hook * reverse dependency * include weight into hook * fix tests * remove stray println Co-authored-by: Chris Sosnin <48099298+slumber@users.noreply.github.com> * fix test warning * fix doc link --------- Co-authored-by: Chris Sosnin <48099298+slumber@users.noreply.github.com> Co-authored-by: Chris Sosnin <chris125_@live.com> * parachain-system: ignore go ahead signal once upgrade is processed (#2594) * handle goahead signal for unincluded segment * doc comment * add test * parachain-system: drop processed messages from inherent data (#2590) * implement `drop_processed_messages` * drop messages based on relay parent number * adjust tests * drop changes to mqc * fix comment * drop test * drop more dead code * clippy * aura-ext: check slot in consensus hook and remove all `CheckInherents` logic (#2658) * aura-ext: check slot in consensus hook * convert relay chain slot * Make relay chain slot duration generic * use fixed velocity hook for pallets with aura * purge timestamp inherent * fix warning * adjust runtime tests * fix slots in tests * Make `xcm-emulator` test pass for new consensus hook (#2722) * add pallets on_initialize * tests pass * add AuraExt on_init * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <> --------- Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com> * update polkadot git refs * CollationGenerationConfig closure is now optional (#2772) * CollationGenerationConfig closure is now optional * fix test * propagate network-protocol-staging feature (#2899) * Feature Flagging Consensus Hook Type Parameter (#2911) * First pass * fmt * Added as default feature in tomls * Changed to direct dependency feature * Dealing with clippy error * Update pallets/parachain-system/src/lib.rs Co-authored-by: asynchronous rob <rphmeier@gmail.com> --------- Co-authored-by: asynchronous rob <rphmeier@gmail.com> * fmt * bump deps and remove warning * parachain-system: update RelevantMessagingState according to the unincluded segment (#2948) * mostly address 2471 with a bug introduced * adjust relevant messaging state after computing total * fmt * max -> min * fix test implementation of xcmp source * add test * fix test message sending logic * fix + test * add more to unincluded segment test * fmt --------- Co-authored-by: Chris Sosnin <chris125_@live.com> * Integrate new Aura / Parachain Consensus Logic in Parachain-Template / Polkadot-Parachain (#2864) * add a comment * refactor client/service utilities * deprecate start_collator * update parachain-template * update test-service in the same way * update polkadot-parachain crate * fmt * wire up new SubmitCollation message * some runtime utilities for implementing unincluded segment runtime APIs * allow parachains to configure their level of sybil-resistance when starting the network * make aura-ext compile * update to specify sybil resistance levels * fmt * specify relay chain slot duration in milliseconds * update Aura to explicitly produce Send futures also, make relay_chain_slot_duration a Duration * add authoring duration to basic collator and document params * integrate new basic collator into parachain-template * remove assert_send used for testing * basic-aura: only author when parent included * update polkadot-parachain-bin * fmt * some fixes * fixes * add a RelayNumberMonotonicallyIncreases * add a utility function for initializing subsystems * some logging for timestamp adjustment * fmt * some fixes for lookahead collator * add a log * update `find_potential_parents` to account for sessions * bound the loop * restore & deprecate old start_collator and start_full_node functions. * remove unnecessary await calls * fix warning * clippy * more clippy * remove unneeded logic * ci * update comment Co-authored-by: Marcin S. <marcin@bytedude.com> * (async backing) restore `CheckInherents` for backwards-compatibility (#2977) * bring back timestamp * Restore CheckInherents * revert to empty CheckInherents * make CheckInherents optional * attempt * properly end system blocks * add some more comments * ignore failing system parachain tests * update refs after main feature branch merge * comment out the offending tests because CI runs ignored tests * fix warnings * fmt * revert to polkadot master * cargo update -p polkadot-primitives -p sp-io --------- Co-authored-by: asynchronous rob <rphmeier@gmail.com> Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com> Co-authored-by: Bradley Olson <34992650+BradleyOlson64@users.noreply.github.com> Co-authored-by: Marcin S. <marcin@bytedude.com> Co-authored-by: eskimor <eskimor@users.noreply.github.com> Co-authored-by: Andronik <write@reusable.software> (cherry picked from commit6ef1117685) * Companion: restructure macro related exports (#3015) * restructure macro related exports * restructure macro related exports * wip * wip * update cargo lock * refactor RuntimeDebug on unincluded segment * fmt * Companion: restructure `benchmarking` macro related exports (#3039) * wip * wip * restructure benchmarking macro related exports * add cargo lock --------- Co-authored-by: parity-processbot <> (cherry picked from commit8349c8d18a) * Add missing workspace members (#3056) * Add dependencies Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add missing workspace members Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix more Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> (cherry picked from commit44499cf262) * Add CI for monorepo (#1145) * Add CI for monorepo * fix frame tests * Format features Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * add note for skipping tests and disable test-linux-stable-all * Fix tests and compile issues (#1152) * Fix feature dependant import Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Bump test timeout Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove feature gate Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add resolver 2 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove old lockfile Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Format features Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix check-dependency-rules Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * rm test-runtime Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Actually fix script Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * enable cargo-check-each-crate-macos * Run check-each-crate on 6 machines (#1163) --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> (cherry picked from commite49493442a) * Fix features (#1194) * Manually fix conflicting ? Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove duplicates Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Autofix feature propagation zepter lint propagate-feature --feature try-runtime --left-side-feature-missing=ignore --workspace --fix --feature-enables-dep="try-runtime:frame-try-runtime" zepter lint propagate-feature --feature runtime-benchmarks --left-side-feature-missing=ignore --workspace --fix --feature-enables-dep="runtime-benchmarks:frame-benchmarking" zepter lint propagate-feature --feature std --left-side-feature-missing=ignore --workspace --fix zepter f f Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Bump zepter Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add some duplicates Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Revert "Add some duplicates" This reverts commit c6ce627273881c478f5b34f23d3a67db632dbebf. * Remove default enabled features Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Bump Zepter Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Bump in correct location 🤦 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * DNM: Add some mistakes Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * DNM: Add some mistakes Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Revert "DNM: Add some mistakes" This reverts commit d469b3f0ba2aaed5f35f6ff5995f99e682da5800. * Revert "DNM: Add some mistakes" This reverts commit d892a73a35cac01e3721bdba74574b88bd04f83c. --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> (cherry picked from commit0400ed9075) * Fix build profiles (#1229) * Fix build profiles Closes https://github.com/paritytech/polkadot-sdk/issues/1155 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Manually set version to 1.0.0 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use workspace repo Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * 'Authors and Edition from workspace Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> (cherry picked from commitdcda0e50f5) * Set test crates to nopublish (#1240) * Set test crates to nopublish * Don't publish more crates * Set even more crates to nopublish --------- Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> (cherry picked from commit1c7ef1f232) * Add missing licenses and tune the scanning workflow (#1288) * Add missing Cumulus licenses * Typo * Add missing Substrate licenses * Single job checking the sub-repos in steps * Remove dates * Remove dates * Add missing (C) * Update FRAME UI tests Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update more UI tests Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> (cherry picked from commitbfb241d7f3) * Restructure `dispatch` macro related exports (#1162) * restructure dispatch macro related exports * moved Dispatchable to lib.rs * fix .gitignore final newline * ".git/.scripts/commands/fmt/fmt.sh" * fix rustdocs * wip --------- Co-authored-by: Liam Aharon <liam.aharon@hotmail.com> Co-authored-by: command-bot <> Co-authored-by: ordian <write@reusable.software> (cherry picked from commitbdbe982970) * Fixes * Fix clippy --------- Co-authored-by: Chris Sosnin <48099298+slumber@users.noreply.github.com> Co-authored-by: Juan <juangirini@gmail.com> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Co-authored-by: Lulu <morgan@parity.io> Co-authored-by: Przemek Rzad <roopert7@gmail.com>
527 lines
16 KiB
Rust
527 lines
16 KiB
Rust
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// This file is part of Parity Bridges Common.
|
|
|
|
// Parity Bridges Common is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// Parity Bridges Common is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Parity Bridges Common. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
// From construct_runtime macro
|
|
#![allow(clippy::from_over_into)]
|
|
|
|
use crate::Config;
|
|
|
|
use bp_messages::{
|
|
calc_relayers_rewards,
|
|
source_chain::{
|
|
DeliveryConfirmationPayments, LaneMessageVerifier, OnMessagesDelivered, TargetHeaderChain,
|
|
},
|
|
target_chain::{
|
|
DeliveryPayments, DispatchMessage, DispatchMessageData, MessageDispatch,
|
|
ProvedLaneMessages, ProvedMessages, SourceHeaderChain,
|
|
},
|
|
DeliveredMessages, InboundLaneData, LaneId, Message, MessageKey, MessageNonce, MessagePayload,
|
|
OutboundLaneData, UnrewardedRelayer, UnrewardedRelayersState, VerificationError,
|
|
};
|
|
use bp_runtime::{messages::MessageDispatchResult, Size};
|
|
use codec::{Decode, Encode};
|
|
use frame_support::{
|
|
parameter_types,
|
|
traits::ConstU64,
|
|
weights::{constants::RocksDbWeight, Weight},
|
|
};
|
|
use scale_info::TypeInfo;
|
|
use sp_core::H256;
|
|
use sp_runtime::{
|
|
traits::{BlakeTwo256, ConstU32, IdentityLookup},
|
|
BuildStorage, Perbill,
|
|
};
|
|
use std::{
|
|
collections::{BTreeMap, VecDeque},
|
|
ops::RangeInclusive,
|
|
};
|
|
|
|
pub type AccountId = u64;
|
|
pub type Balance = u64;
|
|
#[derive(Decode, Encode, Clone, Debug, PartialEq, Eq, TypeInfo)]
|
|
pub struct TestPayload {
|
|
/// Field that may be used to identify messages.
|
|
pub id: u64,
|
|
/// Reject this message by lane verifier?
|
|
pub reject_by_lane_verifier: bool,
|
|
/// Dispatch weight that is declared by the message sender.
|
|
pub declared_weight: Weight,
|
|
/// Message dispatch result.
|
|
///
|
|
/// Note: in correct code `dispatch_result.unspent_weight` will always be <= `declared_weight`,
|
|
/// but for test purposes we'll be making it larger than `declared_weight` sometimes.
|
|
pub dispatch_result: MessageDispatchResult<TestDispatchLevelResult>,
|
|
/// Extra bytes that affect payload size.
|
|
pub extra: Vec<u8>,
|
|
}
|
|
pub type TestMessageFee = u64;
|
|
pub type TestRelayer = u64;
|
|
pub type TestDispatchLevelResult = ();
|
|
|
|
type Block = frame_system::mocking::MockBlock<TestRuntime>;
|
|
|
|
use crate as pallet_bridge_messages;
|
|
|
|
frame_support::construct_runtime! {
|
|
pub enum TestRuntime
|
|
{
|
|
System: frame_system::{Pallet, Call, Config<T>, Storage, Event<T>},
|
|
Balances: pallet_balances::{Pallet, Call, Event<T>},
|
|
Messages: pallet_bridge_messages::{Pallet, Call, Event<T>},
|
|
}
|
|
}
|
|
|
|
parameter_types! {
|
|
pub const BlockHashCount: u64 = 250;
|
|
pub const MaximumBlockWeight: Weight = Weight::from_parts(1024, 0);
|
|
pub const MaximumBlockLength: u32 = 2 * 1024;
|
|
pub const AvailableBlockRatio: Perbill = Perbill::one();
|
|
}
|
|
|
|
pub type DbWeight = RocksDbWeight;
|
|
|
|
impl frame_system::Config for TestRuntime {
|
|
type RuntimeOrigin = RuntimeOrigin;
|
|
type Nonce = u64;
|
|
type RuntimeCall = RuntimeCall;
|
|
type Hash = H256;
|
|
type Hashing = BlakeTwo256;
|
|
type AccountId = AccountId;
|
|
type Lookup = IdentityLookup<Self::AccountId>;
|
|
type Block = Block;
|
|
type RuntimeEvent = RuntimeEvent;
|
|
type BlockHashCount = ConstU64<250>;
|
|
type Version = ();
|
|
type PalletInfo = PalletInfo;
|
|
type AccountData = pallet_balances::AccountData<Balance>;
|
|
type OnNewAccount = ();
|
|
type OnKilledAccount = ();
|
|
type BaseCallFilter = frame_support::traits::Everything;
|
|
type SystemWeightInfo = ();
|
|
type BlockWeights = ();
|
|
type BlockLength = ();
|
|
type DbWeight = DbWeight;
|
|
type SS58Prefix = ();
|
|
type OnSetCode = ();
|
|
type MaxConsumers = frame_support::traits::ConstU32<16>;
|
|
}
|
|
|
|
impl pallet_balances::Config for TestRuntime {
|
|
type MaxLocks = ();
|
|
type Balance = Balance;
|
|
type DustRemoval = ();
|
|
type RuntimeEvent = RuntimeEvent;
|
|
type ExistentialDeposit = ConstU64<1>;
|
|
type AccountStore = frame_system::Pallet<TestRuntime>;
|
|
type WeightInfo = ();
|
|
type MaxReserves = ();
|
|
type ReserveIdentifier = ();
|
|
type RuntimeHoldReason = RuntimeHoldReason;
|
|
type FreezeIdentifier = ();
|
|
type MaxHolds = ConstU32<0>;
|
|
type MaxFreezes = ConstU32<0>;
|
|
}
|
|
|
|
parameter_types! {
|
|
pub const MaxMessagesToPruneAtOnce: u64 = 10;
|
|
pub const MaxUnrewardedRelayerEntriesAtInboundLane: u64 = 16;
|
|
pub const MaxUnconfirmedMessagesAtInboundLane: u64 = 128;
|
|
pub const TestBridgedChainId: bp_runtime::ChainId = *b"test";
|
|
pub const ActiveOutboundLanes: &'static [LaneId] = &[TEST_LANE_ID, TEST_LANE_ID_2];
|
|
}
|
|
|
|
/// weights of messages pallet calls we use in tests.
|
|
pub type TestWeightInfo = ();
|
|
|
|
impl Config for TestRuntime {
|
|
type RuntimeEvent = RuntimeEvent;
|
|
type WeightInfo = TestWeightInfo;
|
|
type ActiveOutboundLanes = ActiveOutboundLanes;
|
|
type MaxUnrewardedRelayerEntriesAtInboundLane = MaxUnrewardedRelayerEntriesAtInboundLane;
|
|
type MaxUnconfirmedMessagesAtInboundLane = MaxUnconfirmedMessagesAtInboundLane;
|
|
|
|
type MaximalOutboundPayloadSize = frame_support::traits::ConstU32<MAX_OUTBOUND_PAYLOAD_SIZE>;
|
|
type OutboundPayload = TestPayload;
|
|
|
|
type InboundPayload = TestPayload;
|
|
type InboundRelayer = TestRelayer;
|
|
type DeliveryPayments = TestDeliveryPayments;
|
|
|
|
type TargetHeaderChain = TestTargetHeaderChain;
|
|
type LaneMessageVerifier = TestLaneMessageVerifier;
|
|
type DeliveryConfirmationPayments = TestDeliveryConfirmationPayments;
|
|
type OnMessagesDelivered = TestOnMessagesDelivered;
|
|
|
|
type SourceHeaderChain = TestSourceHeaderChain;
|
|
type MessageDispatch = TestMessageDispatch;
|
|
type BridgedChainId = TestBridgedChainId;
|
|
}
|
|
|
|
#[cfg(feature = "runtime-benchmarks")]
|
|
impl crate::benchmarking::Config<()> for TestRuntime {
|
|
fn bench_lane_id() -> LaneId {
|
|
TEST_LANE_ID
|
|
}
|
|
|
|
fn prepare_message_proof(
|
|
params: crate::benchmarking::MessageProofParams,
|
|
) -> (TestMessagesProof, Weight) {
|
|
// in mock run we only care about benchmarks correctness, not the benchmark results
|
|
// => ignore size related arguments
|
|
let (messages, total_dispatch_weight) =
|
|
params.message_nonces.into_iter().map(|n| message(n, REGULAR_PAYLOAD)).fold(
|
|
(Vec::new(), Weight::zero()),
|
|
|(mut messages, total_dispatch_weight), message| {
|
|
let weight = REGULAR_PAYLOAD.declared_weight;
|
|
messages.push(message);
|
|
(messages, total_dispatch_weight.saturating_add(weight))
|
|
},
|
|
);
|
|
let mut proof: TestMessagesProof = Ok(messages).into();
|
|
proof.result.as_mut().unwrap().get_mut(0).unwrap().1.lane_state = params.outbound_lane_data;
|
|
(proof, total_dispatch_weight)
|
|
}
|
|
|
|
fn prepare_message_delivery_proof(
|
|
params: crate::benchmarking::MessageDeliveryProofParams<AccountId>,
|
|
) -> TestMessagesDeliveryProof {
|
|
// in mock run we only care about benchmarks correctness, not the benchmark results
|
|
// => ignore size related arguments
|
|
TestMessagesDeliveryProof(Ok((params.lane, params.inbound_lane_data)))
|
|
}
|
|
|
|
fn is_relayer_rewarded(_relayer: &AccountId) -> bool {
|
|
true
|
|
}
|
|
}
|
|
|
|
impl Size for TestPayload {
|
|
fn size(&self) -> u32 {
|
|
16 + self.extra.len() as u32
|
|
}
|
|
}
|
|
|
|
/// Maximal outbound payload size.
|
|
pub const MAX_OUTBOUND_PAYLOAD_SIZE: u32 = 4096;
|
|
|
|
/// Account that has balance to use in tests.
|
|
pub const ENDOWED_ACCOUNT: AccountId = 0xDEAD;
|
|
|
|
/// Account id of test relayer.
|
|
pub const TEST_RELAYER_A: AccountId = 100;
|
|
|
|
/// Account id of additional test relayer - B.
|
|
pub const TEST_RELAYER_B: AccountId = 101;
|
|
|
|
/// Account id of additional test relayer - C.
|
|
pub const TEST_RELAYER_C: AccountId = 102;
|
|
|
|
/// Error that is returned by all test implementations.
|
|
pub const TEST_ERROR: &str = "Test error";
|
|
|
|
/// Lane that we're using in tests.
|
|
pub const TEST_LANE_ID: LaneId = LaneId([0, 0, 0, 1]);
|
|
|
|
/// Secondary lane that we're using in tests.
|
|
pub const TEST_LANE_ID_2: LaneId = LaneId([0, 0, 0, 2]);
|
|
|
|
/// Inactive outbound lane.
|
|
pub const TEST_LANE_ID_3: LaneId = LaneId([0, 0, 0, 3]);
|
|
|
|
/// Regular message payload.
|
|
pub const REGULAR_PAYLOAD: TestPayload = message_payload(0, 50);
|
|
|
|
/// Payload that is rejected by `TestTargetHeaderChain`.
|
|
pub const PAYLOAD_REJECTED_BY_TARGET_CHAIN: TestPayload = message_payload(1, 50);
|
|
|
|
/// Vec of proved messages, grouped by lane.
|
|
pub type MessagesByLaneVec = Vec<(LaneId, ProvedLaneMessages<Message>)>;
|
|
|
|
/// Test messages proof.
|
|
#[derive(Debug, Encode, Decode, Clone, PartialEq, Eq, TypeInfo)]
|
|
pub struct TestMessagesProof {
|
|
pub result: Result<MessagesByLaneVec, ()>,
|
|
}
|
|
|
|
impl Size for TestMessagesProof {
|
|
fn size(&self) -> u32 {
|
|
0
|
|
}
|
|
}
|
|
|
|
impl From<Result<Vec<Message>, ()>> for TestMessagesProof {
|
|
fn from(result: Result<Vec<Message>, ()>) -> Self {
|
|
Self {
|
|
result: result.map(|messages| {
|
|
let mut messages_by_lane: BTreeMap<LaneId, ProvedLaneMessages<Message>> =
|
|
BTreeMap::new();
|
|
for message in messages {
|
|
messages_by_lane.entry(message.key.lane_id).or_default().messages.push(message);
|
|
}
|
|
messages_by_lane.into_iter().collect()
|
|
}),
|
|
}
|
|
}
|
|
}
|
|
|
|
/// Messages delivery proof used in tests.
|
|
#[derive(Debug, Encode, Decode, Eq, Clone, PartialEq, TypeInfo)]
|
|
pub struct TestMessagesDeliveryProof(pub Result<(LaneId, InboundLaneData<TestRelayer>), ()>);
|
|
|
|
impl Size for TestMessagesDeliveryProof {
|
|
fn size(&self) -> u32 {
|
|
0
|
|
}
|
|
}
|
|
|
|
/// Target header chain that is used in tests.
|
|
#[derive(Debug, Default)]
|
|
pub struct TestTargetHeaderChain;
|
|
|
|
impl TargetHeaderChain<TestPayload, TestRelayer> for TestTargetHeaderChain {
|
|
type MessagesDeliveryProof = TestMessagesDeliveryProof;
|
|
|
|
fn verify_message(payload: &TestPayload) -> Result<(), VerificationError> {
|
|
if *payload == PAYLOAD_REJECTED_BY_TARGET_CHAIN {
|
|
Err(VerificationError::Other(TEST_ERROR))
|
|
} else {
|
|
Ok(())
|
|
}
|
|
}
|
|
|
|
fn verify_messages_delivery_proof(
|
|
proof: Self::MessagesDeliveryProof,
|
|
) -> Result<(LaneId, InboundLaneData<TestRelayer>), VerificationError> {
|
|
proof.0.map_err(|_| VerificationError::Other(TEST_ERROR))
|
|
}
|
|
}
|
|
|
|
/// Lane message verifier that is used in tests.
|
|
#[derive(Debug, Default)]
|
|
pub struct TestLaneMessageVerifier;
|
|
|
|
impl LaneMessageVerifier<TestPayload> for TestLaneMessageVerifier {
|
|
fn verify_message(
|
|
_lane: &LaneId,
|
|
_lane_outbound_data: &OutboundLaneData,
|
|
payload: &TestPayload,
|
|
) -> Result<(), VerificationError> {
|
|
if !payload.reject_by_lane_verifier {
|
|
Ok(())
|
|
} else {
|
|
Err(VerificationError::Other(TEST_ERROR))
|
|
}
|
|
}
|
|
}
|
|
|
|
/// Reward payments at the target chain during delivery transaction.
|
|
#[derive(Debug, Default)]
|
|
pub struct TestDeliveryPayments;
|
|
|
|
impl TestDeliveryPayments {
|
|
/// Returns true if given relayer has been rewarded with given balance. The reward-paid flag is
|
|
/// cleared after the call.
|
|
pub fn is_reward_paid(relayer: AccountId) -> bool {
|
|
let key = (b":delivery-relayer-reward:", relayer).encode();
|
|
frame_support::storage::unhashed::take::<bool>(&key).is_some()
|
|
}
|
|
}
|
|
|
|
impl DeliveryPayments<AccountId> for TestDeliveryPayments {
|
|
type Error = &'static str;
|
|
|
|
fn pay_reward(
|
|
relayer: AccountId,
|
|
_total_messages: MessageNonce,
|
|
_valid_messages: MessageNonce,
|
|
_actual_weight: Weight,
|
|
) {
|
|
let key = (b":delivery-relayer-reward:", relayer).encode();
|
|
frame_support::storage::unhashed::put(&key, &true);
|
|
}
|
|
}
|
|
|
|
/// Reward payments at the source chain during delivery confirmation transaction.
|
|
#[derive(Debug, Default)]
|
|
pub struct TestDeliveryConfirmationPayments;
|
|
|
|
impl TestDeliveryConfirmationPayments {
|
|
/// Returns true if given relayer has been rewarded with given balance. The reward-paid flag is
|
|
/// cleared after the call.
|
|
pub fn is_reward_paid(relayer: AccountId, fee: TestMessageFee) -> bool {
|
|
let key = (b":relayer-reward:", relayer, fee).encode();
|
|
frame_support::storage::unhashed::take::<bool>(&key).is_some()
|
|
}
|
|
}
|
|
|
|
impl DeliveryConfirmationPayments<AccountId> for TestDeliveryConfirmationPayments {
|
|
type Error = &'static str;
|
|
|
|
fn pay_reward(
|
|
_lane_id: LaneId,
|
|
messages_relayers: VecDeque<UnrewardedRelayer<AccountId>>,
|
|
_confirmation_relayer: &AccountId,
|
|
received_range: &RangeInclusive<MessageNonce>,
|
|
) -> MessageNonce {
|
|
let relayers_rewards = calc_relayers_rewards(messages_relayers, received_range);
|
|
let rewarded_relayers = relayers_rewards.len();
|
|
for (relayer, reward) in &relayers_rewards {
|
|
let key = (b":relayer-reward:", relayer, reward).encode();
|
|
frame_support::storage::unhashed::put(&key, &true);
|
|
}
|
|
|
|
rewarded_relayers as _
|
|
}
|
|
}
|
|
|
|
/// Source header chain that is used in tests.
|
|
#[derive(Debug)]
|
|
pub struct TestSourceHeaderChain;
|
|
|
|
impl SourceHeaderChain for TestSourceHeaderChain {
|
|
type MessagesProof = TestMessagesProof;
|
|
|
|
fn verify_messages_proof(
|
|
proof: Self::MessagesProof,
|
|
_messages_count: u32,
|
|
) -> Result<ProvedMessages<Message>, VerificationError> {
|
|
proof
|
|
.result
|
|
.map(|proof| proof.into_iter().collect())
|
|
.map_err(|_| VerificationError::Other(TEST_ERROR))
|
|
}
|
|
}
|
|
|
|
/// Test message dispatcher.
|
|
#[derive(Debug)]
|
|
pub struct TestMessageDispatch;
|
|
|
|
impl TestMessageDispatch {
|
|
pub fn deactivate() {
|
|
frame_support::storage::unhashed::put(b"TestMessageDispatch.IsCongested", &true)
|
|
}
|
|
}
|
|
|
|
impl MessageDispatch for TestMessageDispatch {
|
|
type DispatchPayload = TestPayload;
|
|
type DispatchLevelResult = TestDispatchLevelResult;
|
|
|
|
fn is_active() -> bool {
|
|
!frame_support::storage::unhashed::get_or_default::<bool>(
|
|
b"TestMessageDispatch.IsCongested",
|
|
)
|
|
}
|
|
|
|
fn dispatch_weight(message: &mut DispatchMessage<TestPayload>) -> Weight {
|
|
match message.data.payload.as_ref() {
|
|
Ok(payload) => payload.declared_weight,
|
|
Err(_) => Weight::zero(),
|
|
}
|
|
}
|
|
|
|
fn dispatch(
|
|
message: DispatchMessage<TestPayload>,
|
|
) -> MessageDispatchResult<TestDispatchLevelResult> {
|
|
match message.data.payload.as_ref() {
|
|
Ok(payload) => payload.dispatch_result.clone(),
|
|
Err(_) => dispatch_result(0),
|
|
}
|
|
}
|
|
}
|
|
|
|
/// Test callback, called during message delivery confirmation transaction.
|
|
pub struct TestOnMessagesDelivered;
|
|
|
|
impl TestOnMessagesDelivered {
|
|
pub fn call_arguments() -> Option<(LaneId, MessageNonce)> {
|
|
frame_support::storage::unhashed::get(b"TestOnMessagesDelivered.OnMessagesDelivered")
|
|
}
|
|
}
|
|
|
|
impl OnMessagesDelivered for TestOnMessagesDelivered {
|
|
fn on_messages_delivered(lane: LaneId, enqueued_messages: MessageNonce) {
|
|
frame_support::storage::unhashed::put(
|
|
b"TestOnMessagesDelivered.OnMessagesDelivered",
|
|
&(lane, enqueued_messages),
|
|
);
|
|
}
|
|
}
|
|
|
|
/// Return test lane message with given nonce and payload.
|
|
pub fn message(nonce: MessageNonce, payload: TestPayload) -> Message {
|
|
Message { key: MessageKey { lane_id: TEST_LANE_ID, nonce }, payload: payload.encode() }
|
|
}
|
|
|
|
/// Return valid outbound message data, constructed from given payload.
|
|
pub fn outbound_message_data(payload: TestPayload) -> MessagePayload {
|
|
payload.encode()
|
|
}
|
|
|
|
/// Return valid inbound (dispatch) message data, constructed from given payload.
|
|
pub fn inbound_message_data(payload: TestPayload) -> DispatchMessageData<TestPayload> {
|
|
DispatchMessageData { payload: Ok(payload) }
|
|
}
|
|
|
|
/// Constructs message payload using given arguments and zero unspent weight.
|
|
pub const fn message_payload(id: u64, declared_weight: u64) -> TestPayload {
|
|
TestPayload {
|
|
id,
|
|
reject_by_lane_verifier: false,
|
|
declared_weight: Weight::from_parts(declared_weight, 0),
|
|
dispatch_result: dispatch_result(0),
|
|
extra: Vec::new(),
|
|
}
|
|
}
|
|
|
|
/// Returns message dispatch result with given unspent weight.
|
|
pub const fn dispatch_result(
|
|
unspent_weight: u64,
|
|
) -> MessageDispatchResult<TestDispatchLevelResult> {
|
|
MessageDispatchResult {
|
|
unspent_weight: Weight::from_parts(unspent_weight, 0),
|
|
dispatch_level_result: (),
|
|
}
|
|
}
|
|
|
|
/// Constructs unrewarded relayer entry from nonces range and relayer id.
|
|
pub fn unrewarded_relayer(
|
|
begin: MessageNonce,
|
|
end: MessageNonce,
|
|
relayer: TestRelayer,
|
|
) -> UnrewardedRelayer<TestRelayer> {
|
|
UnrewardedRelayer { relayer, messages: DeliveredMessages { begin, end } }
|
|
}
|
|
|
|
/// Returns unrewarded relayers state at given lane.
|
|
pub fn inbound_unrewarded_relayers_state(lane: bp_messages::LaneId) -> UnrewardedRelayersState {
|
|
let inbound_lane_data = crate::InboundLanes::<TestRuntime, ()>::get(lane).0;
|
|
UnrewardedRelayersState::from(&inbound_lane_data)
|
|
}
|
|
|
|
/// Return test externalities to use in tests.
|
|
pub fn new_test_ext() -> sp_io::TestExternalities {
|
|
let mut t = frame_system::GenesisConfig::<TestRuntime>::default().build_storage().unwrap();
|
|
pallet_balances::GenesisConfig::<TestRuntime> { balances: vec![(ENDOWED_ACCOUNT, 1_000_000)] }
|
|
.assimilate_storage(&mut t)
|
|
.unwrap();
|
|
sp_io::TestExternalities::new(t)
|
|
}
|
|
|
|
/// Run pallet test.
|
|
pub fn run_test<T>(test: impl FnOnce() -> T) -> T {
|
|
new_test_ext().execute_with(test)
|
|
}
|