Skip to content
Snippets Groups Projects
  1. Nov 20, 2024
    • Alexandre R. Baldé's avatar
      Add and test events in `pallet-conviction-voting` (#6544) · ca8beaed
      Alexandre R. Baldé authored
      # Description
      
      https://github.com/paritytech/polkadot-sdk/pull/4613 introduced events
      for `pallet_conviction_voting::{vote, remove_vote, remove_other_vote}`.
      However:
      1. it did not include `unlock`
      2. the pallet's unit tests were missing an update
      
      ## Integration
      
      N/A
      
      ## Review Notes
      
      This is as https://github.com/paritytech/polkadot-sdk/pull/6261 was, so
      it is a trivial change.
  2. Nov 07, 2024
    • Alexandre R. Baldé's avatar
      Add missing events to identity pallet (#6261) · 65e79720
      Alexandre R. Baldé authored
      # Description
      
      E2E tests to Polkadot/Kusama's people chains (in
      https://github.com/open-web3-stack/polkadot-ecosystem-tests/pull/63)
      revealed that 2 of the identity pallet's extrinsics did not emit events
      in case of success:
      * `pallet_identity::rename_sub`, and
      * `pallet_identity::set_subs`
      
      This PR fixes that.
      
      ## Integration
      
      Other than 2 extrinsics emiting an event when previously they did not,
      no other behavior in pallets/extrinsics was modified, so no integration
      is needed.
      
      ## Review Notes
      
      N/A
  3. Sep 30, 2024
  4. Sep 09, 2024
  5. Aug 15, 2024
    • Kian Paimani's avatar
      allow for `u8` to be used as hold/freeze reason (#5348) · 90c91b1e
      Kian Paimani authored
      ..without needing to provide your own `newtype` around it.  
      
      This will allow `type Reason = u8` to be used as `FreezeReason` and
      `HoldReason`, which I think is a nice simplification if one doens't want
      to deal with the complications.
      
      At the same time, it is a bit of an anti-pattern.
      
      Putting it out there to check people's vibes.
  6. Jul 08, 2024
  7. Jun 26, 2024
  8. Mar 21, 2024
  9. Feb 29, 2024
  10. Feb 26, 2024
  11. Dec 04, 2023
    • Chevdor's avatar
      PRDoc new schema (#1946) · 756a12d5
      Chevdor authored
      
      ## Overview
      
      This PR brings in the new version of prdoc v0.0.6 and allows:
      - local schema
      - local config
      - local template
      
      It also fixes the existing prdoc files to match the new schema.
      
      ## todo
      
      - [x] add a brief doc/tldr to help contributors get started
      - [x] test CI
      - [x] finalize schema
      - [x] publish the next `prdoc` cli version (v0.0.7 or above)
      
      ---------
      
      Co-authored-by: default avatarEgor_P <egor@parity.io>
      Co-authored-by: default avatarBastian Köcher <git@kchr.de>