1. Nov 22, 2023
    • girazoki's avatar
      work with additional key values (#1757) · 0956357b
      girazoki authored
      Add the possibility to inject additional key-values in the
      sproof-builder that generates the relay root that gets stored in
      parachain-system.
      
      Rationale: pallets that verify additional storage items (not those
      verified by parachain-system) from the relay should be able to proof
      against the relay root that gets stored in parachain-system. This PR
      allows to create provide additional nibles that can later be used for
      verifiability in other pallets
      0956357b
    • James Wilson's avatar
      Make TypeInfo for SkipCheckIfFeeless transparent, too (#2449) · 0d6dcb3f
      James Wilson authored
      
      
      The `SkipCheckifFeeless::IDENTIFIER` became transparent (ie was whatever
      the inner signed ext was). This PR just makes the `TypeInfo` transparent
      too, so that libraries that use said info to decode the data (ie subxt)
      can behave identically whether or not the `SkipCheckifFeeless` wrapper
      is used or not.
      
      ---------
      
      Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
      0d6dcb3f
    • Marcin S.'s avatar
    • gupnik's avatar
      Fixes import path in benchmark macro (#2437) · 98f9e2ea
      gupnik authored
      Fully-qualified path was not being used in benchmark macro for one of
      the cases. This PR fixes this and removes the unnecessary import in a
      couple of files, which I believe was done to fix this issue.
      98f9e2ea
    • Alexander Samusev's avatar
      Revert docker images tag naming to <prnum-shortsha> (#2434) · a9ba1e54
      Alexander Samusev authored
      Docker images from paritypr are also used in testnets. PR reverts docker
      tags naming to a more convenient.
      
      cc @PierreBesson
      a9ba1e54
    • Ross Bulat's avatar
      Deprecate `RewardDestination::Controller` (#2380) · 7a32f4be
      Ross Bulat authored
      
      
      Deprecates `RewardDestination::Controller` variant.
      
      - [x] `RewardDestination::Controller` annotated with `#[deprecated]`.
      - [x] `Controller` variant is now handled the same way as `Stash` in
      `payout_stakers`.
      - [x] `set_payee` errors if `RewardDestination::Controller` is provided.
      - [x] Added `update_payee` call to lazily migrate
      `RewardDestination::Controller` `Payee` storage entries to
      `RewardDestination::Account(controller)` .
      - [x] `payout_stakers_dead_controller` has been removed from benches &
      weights - was not used.
      - [x] Tests no longer use `RewardDestination::Controller`.
      
      ---------
      
      Co-authored-by: command-bot <>
      Co-authored-by: default avatarGonçalo Pestana <[email protected]>
      Co-authored-by: default avatargeorgepisaltu <[email protected]>
      7a32f4be
  2. Nov 21, 2023
  3. Nov 20, 2023
  4. Nov 19, 2023
  5. Nov 18, 2023
  6. Nov 17, 2023
  7. Nov 16, 2023
  8. Nov 15, 2023