1. Sep 13, 2023
    • Liam Aharon's avatar
      Stabilize `VersionedMigration` (#1503) · 72de70c7
      Liam Aharon authored
      `VersionedMigration` has become somewhat widely used for handling
      version bumps in migrations the last few months.
      
      It is currently behind the `experimental` feature flag, requiring every
      pallet that writes a new migration with version bumps to set up the
      `experimental` flag in their own Cargo.tomls, and also for every runtime
      using these pallets to explicitly enable the `experimental` flag for
      each pallet.
      
      This is becoming quite verbose, and I can only see the number of pallets
      requiring the experimental flag increasing for no other reason than
      using what has become a commonly used feature.
      
      Additionally, I'm writing migration docs and would like to avoid
      stepping through how to use the `experimental` feature to get
      `VersionedMigration` working.
      
      Since the feature has been used in production for some time now without
      any reported issues, is becoming commonly used and ready to advertise in
      docs, I feel this is a good time to make it non-experimental.
      72de70c7
    • Adrian Catangiu's avatar
      pallet-beefy-mmr: better logging on BEEFY key to ETH address conversion (#1520) · 35de1f27
      Adrian Catangiu authored
      # Description
      
      Each time the validator set changes, BEEFY validator keys are converted
      to ETH addresses and merkelised into a `keyset_commitment` to be used by
      light clients.
      
      This commit downgrades `error` to `debug` when individual conversions
      from BEEFY keys to ETH addresses fail, and adds cumulative check that
      reports total number of failed conversions, if any, on `error`
      log-level.
      
      Fixes https://github.com/paritytech/polkadot-sdk/issues/1305
      
      
      
      Signed-off-by: default avatarAdrian Catangiu <[email protected]>
      35de1f27
  2. Sep 12, 2023
  3. Sep 11, 2023
  4. Sep 09, 2023
  5. Sep 08, 2023
  6. Sep 07, 2023