Skip to content
  1. Feb 15, 2023
    • Svyatoslav Nikolsky's avatar
      Reject storage proofs with unused nodes: begin (#1878) · 0bd77f45
      Svyatoslav Nikolsky authored
      * reject storage proofs with unused nodes: begin
      
      * fix ignores_parachain_head_if_it_is_missing_from_storage_proof
      
      * message_proof_is_rejected_if_it_has_duplicate_trie_nodes && message_proof_is_rejected_if_it_has_unused_trie_nodes
      
      * proof_with_duplicate_items_is_rejected and proof_with_unused_items_is_rejected
      
      * clippy
      
      * fix benchmarks compilation
      
      * impl From<Error> for &'static str
      
      * fix review comments
      
      * added comment
      0bd77f45
  2. Feb 14, 2023
  3. Feb 01, 2023
  4. Jan 25, 2023
  5. Jan 20, 2023
    • Svyatoslav Nikolsky's avatar
      No wildcard patterns in Cargo.toml (#1789) · 4c791472
      Svyatoslav Nikolsky authored
      * dependabot doesn't support wildcard patterns in cargo.toml and we want dependabot
      
      * spelling for "fresh" crates
      
      * and fmt
      
      * spelling again
      4c791472
    • Svyatoslav Nikolsky's avatar
      Remove chain-specific dependencies from crates that will be used in Cumulus (#1783) · 33632313
      Svyatoslav Nikolsky authored
      * leave-modules.sh
      
      * remove bp-rialto dependency from bp-relayers
      
      * update leave-modules.sh
      
      * fix Cargo.toml of pallet-bridge-relayers
      
      * update leave-modules.sh
      
      * remove bp-rialto and millau-runtime frombridge-runtime-common Cargo.toml
      
      * update leave-modules.sh
      
      * remove chain dependencies from bridge-runtime-common crate
      
      * fix tests
      
      * cleanup script
      
      * rename script
      
      * kind of success message
      
      * remove leave-modules.sh
      
      * use TargetHeaderChainAdapter and SourceHeaderChainAdapter in our testnets
      
      * update script
      33632313
  6. Jan 18, 2023
  7. Jan 13, 2023
    • Branislav Kontur's avatar
      Bump xcm-v3 + substrate (#1767) · 6fc931d0
      Branislav Kontur authored
      
      
      * Bump xcm-v3 + substrate
      
      * More fixes
      
      * Added `#[pallet::call_index`
      
      * Fixes for MMR (TODO:plese check)
      
      * More call indexes
      
      * Cumulus bump
      
      * Fixes for mmr
      
      * Fixes for weights
      
      * Fixes for xcm
      
      * MMR fixes + cargo fmt
      
      * Fix some rpc errors (bump jsonrpsee version)
      
      * Fix cumulus stuff
      
      * Fixes cumulus
      
      * clippy
      
      * more clipy
      
      * Fix test + unused deps
      
      * PR fixes
      
      * cargo update (bump xcm-v3)
      
      Co-authored-by: default avatarSerban Iorga <[email protected]>
      6fc931d0
  8. Jan 12, 2023
  9. Jan 09, 2023
    • Serban Iorga's avatar
      Deduplicate pallet call structs used for indirect runtime calls (#1744) · 6c826a6c
      Serban Iorga authored
      * Small changes
      
      * Define generic bridge pallets call structs
      
      * polkadot-core SignedExtension simplifications
      
      - we don't seem to need to pass the Call as a generic param
      - we can use codec(skip) instead of implementing Encode and Decode
      
      * Split BridgeHubRococo and BridgeHubWococo calls
      
      * code review fixes
      6c826a6c
  10. Dec 30, 2022
  11. Dec 19, 2022
  12. Dec 15, 2022
  13. Dec 14, 2022
    • Serban Iorga's avatar
      Remove SOURCE_PARACHAIN_PARA_ID (#1716) · af9abbeb
      Serban Iorga authored
      * Remove SOURCE_PARACHAIN_PARA_ID
      
      Remove SubstrateParachainsPipeline::SOURCE_PARACHAIN_PARA_ID
      
      * Avoid duplicate ChainBase and ParachainBase implementations
      
      * Replace ChainShadow with UnderlyingChainProvider
      af9abbeb
  14. Dec 12, 2022
  15. Dec 09, 2022
  16. Dec 05, 2022
  17. Dec 02, 2022
  18. Nov 30, 2022
  19. Nov 22, 2022
  20. Nov 21, 2022
  21. Nov 18, 2022
    • Svyatoslav Nikolsky's avatar
      Remove message fee + message send calls (#1642) · 7b24cd3a
      Svyatoslav Nikolsky authored
      * remove message fee
      
      * it is compiling!
      
      * fixes + fmt
      
      * more cleanup
      
      * more cleanup
      
      * restore MessageDeliveryAndDispatchPayment since we'll need relayer rewards
      
      * started rational relayer removal
      
      * more removal
      
      * removed estimate fee subcommand
      
      * remove DispatchFeePayment
      
      * more removals
      
      * removed conversion rates && some metrics
      
      * - unneeded associated type
      
      * - OutboundMessageFee
      
      * fix benchmarks compilation
      
      * fmt
      
      * test + fix benchmarks
      
      * fix send message
      
      * clippy
      7b24cd3a
  22. Nov 14, 2022
  23. Nov 11, 2022
  24. Nov 08, 2022
    • Branislav Kontur's avatar
      Bump xcm v3 + substrate · f0cd411b
      Branislav Kontur authored
      * Bumping substrate/polkadot/cumulus
      
      * Update Cargo.lock
      
      * Fixes
      
      * Fixes for mmr
      
      * Bump clap
      
      * Fix for millau - added CompatibilityMode
      
      * Fixes for rialto-parachain
      
      * Align everywhere branch='master' and just use overrides from main Cargo.toml
      f0cd411b
  25. Oct 21, 2022
  26. Oct 20, 2022
    • Svyatoslav Nikolsky's avatar
      Bump Substrate/Polkadot/Cumulus refs (aka Weights v1.5) (#1597) · 789f185c
      Svyatoslav Nikolsky authored
      * update Substrate + Polkadot + Cumulus refs
      
      * Origin -> RuntimeOrigin
      
      * weights v1.5
      
      * update refs once again + `cargo test -p pallet-bridge-grandpa` works
      
      * started work on `cargo test -p pallet-bridge-messages`
      
      * cargo test -p pallet-bridge-relayers
      
      * cargo test -p pallet-bridge-parachains
      
      * cargo test -p millau-runtime
      
      * cargo test -p bridge-runtime-common
      
      * cargo test -p rialto-runtime
      
      * cargo test -p rialto-parachain-runtime
      
      * cargo test -p millau-bridge-node
      
      * cargo test -p rialto-bridge-node
      
      * cargo test -p rialto-parachain-collator
      
      * cargo test -p messages-relay
      
      * cargo test -p parachains-relay
      
      * cargo test -p substrate-relay
      
      * cargo test --all
      
      * cargo check -p millau-runtime --locked --features runtime-benchmarks
      
      * fix remaining test
      
      * fmt
      
      * try to allow clippy failure temporarily
      
      * Revert "try to allow clippy failure temporarily"
      
      This reverts commit d1b65935.
      
      * use min_by
      
      * Revert "use min_by"
      
      This reverts commit 33042f49.
      
      * Revert "Revert "use min_by""
      
      This reverts commit 1d2204f0.
      
      * trigger CI
      
      * Revert "trigger CI"
      
      This reverts commit 259d91b5.
      
      * new day, new clippy warning
      
      * more clippy issues
      789f185c
  27. Oct 17, 2022
  28. Oct 04, 2022
  29. Oct 03, 2022
  30. Sep 09, 2022
    • Svyatoslav Nikolsky's avatar
      update Substrate/Polkadot/Cumulus refs (#1562) · 97cf6dfb
      Svyatoslav Nikolsky authored
      * update Substrate/Polkadot/Cumulus refs
      
      * finality-grandpa 0.16
      
      * fix miillau-runtime compilation
      
      * fix rialto runtime compilation
      
      * fixed rialto-parachain runtime compilation
      
      * backport GRANDPA test fixes
      
      * helper instead of removed record_all_keys
      
      * substrate-relay is compiling
      
      * millau-bridge-node at least compiles
      
      * rialto-bridge-node at least compiles
      
      * rialto-parachain-collator compiles
      
      * fixings tests (wip)
      
      * fmt
      
      * fixed BEEFY alert
      
      * clippy
      
      * removed unused dep
      
      * -extra var
      
      * move Leaf to mod mmr
      
      * fix benchmarks
      97cf6dfb
  31. Aug 19, 2022
  32. Aug 18, 2022
    • Branislav Kontur's avatar
      Bko cosmetics (#1550) · 260bc3cf
      Branislav Kontur authored
      * Bump log version to 0.4.17
      
      * Removed unnecesseray dependency + rename BridgeGrandpaMillauCall to BridgeGrandpaCall
      260bc3cf
  33. Aug 12, 2022
    • Serban Iorga's avatar
      Follow-up on #1518 (#1546) · 9dbad39b
      Serban Iorga authored
      
      
      * Adjustments for the xcm messages sending logic
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      
      * Deduplicate XCM destination
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      
      * [send_message] small changes
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      
      * Define CustomNetworkId
      
      Right now we use some associations between Rialto, RialtoParachain and
      Millau chains and chains defined in the NetworkId enum. But if we are
      not carreful we might do mistakes like:
      In Millau:
      pub const ThisNetwork: NetworkId = Kusama;
      pub const RialtoNetwork: NetworkId = Polkadot;
      In Rialto:
      pub const ThisNetwork: NetworkId = Kusama;
      pub const MillauNetwork: NetworkId = Polkadot;
      
      We're introducing CustomNetworkId to have a centralized mapping between
      NetworkId chains and our custom chains.
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      
      * Revert "Deduplicate XCM destination"
      
      This reverts commit 3a0a950e
      
      .
      
      Signed-off-by: default avatarSerban Iorga <[email protected]>
      9dbad39b
  34. Jul 27, 2022
    • Svyatoslav Nikolsky's avatar
      Send messages using xcm pallet (#1518) · 9ad43b64
      Svyatoslav Nikolsky authored
      * send messages using xcm pallet
      
      * XcmBridge && XcmBridgeAdapter + (untested) config in RialtoParachain
      
      * impl encode_send_xcm for the rest
      
      * remove duplicate code
      
      * some fixes
      
      * cleanup
      
      * some more tests
      
      * cleanup
      
      * cleanup
      
      * send Rialto -> Millau messages using bridge-messages pallet
      
      * fmt
      
      * some clippy fixes
      
      * more clippy
      9ad43b64
  35. Jul 25, 2022