Skip to content
  1. Mar 10, 2021
  2. Mar 08, 2021
    • Hernando Castano's avatar
      Bump Substrate (#796) · c1191fd4
      Hernando Castano authored
      * Bump Substrate to version used by Polkadot (`5f056830`)
      
      * Use `log` crate for runtime logging
      
      See https://github.com/paritytech/substrate/pull/8128/ for more info.
      
      * Stop using return value from `execute_block`
      
      * Update test weight
      c1191fd4
  3. Feb 18, 2021
  4. Feb 16, 2021
  5. Feb 12, 2021
  6. Feb 11, 2021
  7. Feb 10, 2021
  8. Jan 29, 2021
  9. Jan 21, 2021
  10. Jan 20, 2021
  11. Jan 18, 2021
  12. Jan 14, 2021
  13. Jan 12, 2021
  14. Jan 06, 2021
    • Tomasz Drwięga's avatar
      Relayer rewards improvements (#624) · ed6694a8
      Tomasz Drwięga authored
      * Document relayers fund existence and add root account.
      
      * Introduce initialize method instead of assuming that relayer_fund_account is always required.
      
      * cargo fmt --all
      
      * Fix benchmarks.
      
      * cargo fmt --all
      
      * Fix docs for the relayer fund account.
      ed6694a8
  15. Dec 24, 2020
  16. Dec 22, 2020
  17. Dec 18, 2020
  18. Dec 17, 2020
  19. Dec 16, 2020
    • Svyatoslav Nikolsky's avatar
      Benchmarks for message delivery transaction (#567) · 4d795245
      Svyatoslav Nikolsky authored
      
      
      * benchmarks for pallet_message_lane::receive_messages_proof
      
      * use CallOrigin::TargetAccount (worst case of CallOrigin)
      
      * fmt
      
      * closures
      
      * Update modules/message-lane/src/benchmarking.rs
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * Update modules/message-lane/src/benchmarking.rs
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * fix compilation
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      4d795245
    • Hernando Castano's avatar
      Update Substrate Dependency (#566) · 64dab9c2
      Hernando Castano authored
      
      
      * Update `sp-io` dependency
      
      * Rename Trait to Config
      
      * RustFmt
      
      * Bump `sp-io` again
      
      * Use new frame_system weight types in Rialto and Millau runtimes
      
      * Update test Runtimes to use new weight types
      
      * Bump `sp-io` again
      
      * Update to not-the latest first.
      
      * Update benchmarks.
      
      * Another Trai.
      
      * Move new weight types into runtime primitive crates
      
      This allows us to check limits for extrinsics from other parts
      of the codebase without pulling in the entire chain runtime.
      
      * Remove leftover comments
      
      * Move new functions to a better location
      
      * Small formatting fixes
      
      * Add actual documentation to new weight config types
      
      * Decrease maximum block weight of Millau chain
      
      * Decreease maximum block length of Millau chain
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      64dab9c2
  20. Dec 08, 2020
  21. Dec 03, 2020
  22. Nov 30, 2020
    • Hernando Castano's avatar
      Add Derived Account Origins to Dispatcher (#519) · f73286b7
      Hernando Castano authored
      * Update some docs
      
      * Add derived account origin
      
      * Add tests for derived origin
      
      * Do a little bit of cleanup
      
      * Change Origin type to use AccountIds instead of Public keys
      
      * Update (most) tests to use new Origin types
      
      * Remove redundant test
      
      * Update `runtime-common` tests to use new Origin types
      
      * Remove unused import
      
      * Fix documentation around origin verification
      
      * Update config types to use AccountIds in runtime
      
      * Update Origin type used in message relay
      
      * Use correct type when verifying message origin
      
      * Make CallOrigin docs more consistent
      
      * Use AccountIds instead of Public keys in Runtime types
      
      * Introduce trait for converting AccountIds
      
      * Bring back standalone function for deriving account IDs
      
      * Remove AccountIdConverter configuration trait
      
      * Remove old bridge_account_id derivation function
      
      * Handle target ID decoding errors more gracefully
      
      * Update message-lane to use new AccountId derivation
      
      * Update merged code to use new Origin types
      
      * Use explicit conversion between H256 and AccountIds
      
      * Make relayer fund account a config option in `message-lane` pallet
      
      * Add note about deriving the same account on different chains
      
      * Fix test weight
      
      * Use AccountId instead of Public key when signing Calls
      
      * Semi-hardcode relayer fund address into Message Lane pallet
      f73286b7
  23. Nov 09, 2020
    • Hernando Castano's avatar
      Allow Substrate Pallet to be Halted (#485) · 405b9bae
      Hernando Castano authored
      * Copy-Pasta owner and freezing code from `message-lane`
      
      * Halt pallet if bridge hasn't been initialized
      
      * Make owner optional in `message-lane` pallet
      
      * Add `is_halted` to `InitializationData`
      
      * Fix initialization tests
      
      * Only allow pallet to be initialized once
      
      * Add some logging around halting and ownership changes
      
      * Remove `target` in debugging calls
      405b9bae
  24. Nov 05, 2020
  25. Nov 02, 2020
  26. Oct 28, 2020
  27. Oct 27, 2020
  28. Oct 26, 2020
  29. Oct 22, 2020
  30. Oct 20, 2020
  31. Sep 28, 2020
  32. Sep 25, 2020
  33. Sep 15, 2020
  34. Sep 11, 2020
  35. Aug 31, 2020