Skip to content
  1. Apr 10, 2024
    • Svyatoslav Nikolsky's avatar
      Emit mortal transactions from relay (#1073) · 864c8306
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      * mortal relay transactions
      
      * sign block hash for mortal transactions
      
      * TransactionEraOf
      
      * add explanation
      
      * enable mortal transactions for Westend -> Millau headers relay
      
      * clippy
      
      * spellcheck
      864c8306
    • Squirrel's avatar
      Remove unused deps (#1102) · 8b52cd25
      Squirrel authored and Bastian Köcher's avatar Bastian Köcher committed
      * remove unused dev deps
      
      * Removing unused deps
      8b52cd25
    • Svyatoslav Nikolsky's avatar
      Stored conversion rate updater (#1005) · 3ef45745
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      * update conversion rate: initial commit
      
      * Rialto=Polkadot && Millau=Kusama + actually update conversion rates
      
      * update deployment scripts and readme
      
      * allow non-zero difference between stored and real rates
      
      * dummy commit
      
      * Revert "dummy commit"
      
      This reverts commit a438198180a8385feeaaca60c9d2da0950465215.
      
      * clippy
      
      * #[allow(clippy::float_cmp)] in conversion rate update
      
      * dummy
      
      * Revert "dummy"
      
      This reverts commit 90cd6e47cda56f655e94dbef76138e6cc58d664a.
      
      * spell
      
      * shared_value_ref() -> get()
      
      * Revert "shared_value_ref() -> get()"
      
      This reverts commit 20aa30de6a59b2099cfba3e9676e71200b7bb468.
      3ef45745
    • Svyatoslav Nikolsky's avatar
      [BREAKING] Migrate messages pallet to frame v2 (#1088) · fc936361
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      * get rid of frame_support::traits::Instance usage in messaging
      
      * migrate messages pallet to frame v2
      
      * fix benchmarks
      
      * remove dummy event + add Parameter to metadata
      
      * review
      
      * typo
      fc936361
    • Svyatoslav Nikolsky's avatar
      Add missing docs (#1095) · bd74b0ab
      Svyatoslav Nikolsky authored and Bastian Köcher's avatar Bastian Köcher committed
      * added missing docs
      
      * added .cargo to gitignore
      bd74b0ab
    • fewensa's avatar
      Common crate for substrate-relay (#1082) · 8cb26334
      fewensa authored and Bastian Köcher's avatar Bastian Köcher committed
      * lib-substrate-relay
      
      * pass to build
      
      * remove unused file
      
      * clippy && tests
      
      * Changed follow suggestions
      
      * License
      
      * Make changes follow suggested
      
      * docs
      
      * fix fmt
      8cb26334