Skip to content
  1. Sep 08, 2023
  2. Sep 07, 2023
    • ordian's avatar
      polkadot: pin one block per session (#1220) · 15503883
      ordian authored
      * polkadot: propagate UnpinHandle to ActiveLeafUpdate
      
      Also extract the leaf creation for tests
      into a common function.
      
      * dispute-coordinator: try pinned blocks for slashin
      
      * apparently 1.72 is smarter than 1.70
      
      * address nits
      
      * rename fresh_leaf to new_leaf
      15503883
  3. Sep 06, 2023
  4. Sep 05, 2023
  5. Sep 04, 2023
  6. Sep 02, 2023
    • Alexander Theißen's avatar
      contracts: Update to wasmi 0.31 (#1350) · 3f92be2c
      Alexander Theißen authored
      * contracts: Update to wasmi 0.31
      
      * ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts
      
      ---------
      
      Co-authored-by: command-bot <>
      3f92be2c
  7. Sep 01, 2023
  8. Aug 31, 2023
  9. Aug 30, 2023
    • Lulu's avatar
      Rename squatted crates (#1241) · 31c79470
      Lulu authored
      * Rename squatted crates
      
      This commit adds the staging- prefix to squatted crates so we can go forward and publish them to crates.io.
      
      Using the staging- prefix is a temp fix until we decide on replacement names.
      https://forum.parity.io/t/renaming-squated-crates-in-substrate-polkadot-cumulus/1964/6
      
      * Fix test after crate renames
      
      * Update Lockfile
      31c79470
    • dependabot[bot]'s avatar
      Bump the known_good_semver group with 2 updates (#1284) · c5060a5d
      dependabot[bot] authored
      
      
      Bumps the known_good_semver group with 2 updates: [serde](https://github.com/serde-rs/serde) and [clap](https://github.com/clap-rs/clap).
      
      
      Updates `serde` from 1.0.186 to 1.0.188
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.186...v1.0.188)
      
      Updates `clap` from 4.4.0 to 4.4.1
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.0...v4.4.1)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
        dependency-group: known_good_semver
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
        dependency-group: known_good_semver
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      c5060a5d
    • dependabot[bot]'s avatar
      Bump chrono from 0.4.26 to 0.4.27 (#1286) · b4ee6f2a
      dependabot[bot] authored
      
      
      Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.27.
      - [Release notes](https://github.com/chronotope/chrono/releases)
      - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
      - [Commits](https://github.com/chronotope/chrono/compare/v0.4.26...v0.4.27)
      
      ---
      updated-dependencies:
      - dependency-name: chrono
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      b4ee6f2a
  10. Aug 28, 2023
  11. Aug 25, 2023
  12. Aug 24, 2023
  13. Aug 23, 2023
  14. Aug 22, 2023
    • Sebastian Kunert's avatar
      Allow integrated relay chain light client (#2270) · 817c4503
      Sebastian Kunert authored
      
      
      * Add embedded light client to cli
      
      * Prepare for light-client-worker
      
      * First working version
      
      * Clean up
      
      * Remove unwanted logs
      
      * Simplify subscription code
      
      * Let jsonrpsee handle rpc management
      
      * Simplify implementation
      
      * Reorganize crate structure
      
      * Use relay chain arg chainspec for light-client
      
      * Clean up command line
      
      * Add light client worker file
      
      * Use smoldot master to avoid wasmtime conflict
      
      * Remove sleep
      
      * Improve naming of cli option
      
      * Remove conflict with `validator`
      
      * Improve docs
      
      * Update smoldot, remove unwanted change
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarDmitry Markin <[email protected]>
      
      * Disable collation
      
      * Reviewer comments
      
      * Update smoldot and tokio-platform
      
      * Update smoldot
      
      * Update smoldot
      
      * Adjust to new version
      
      * Patch substrate
      
      * Use constants
      
      * Add readme entry, improve zombienet tests
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarMichal Kucharczyk <[email protected]>
      
      * Make execution mode an enum
      
      * Update smoldot, remove substrate patch
      
      * Update client/relay-chain-rpc-interface/src/rpc_client.rs
      
      Co-authored-by: default avatarMichal Kucharczyk <[email protected]>
      
      * Reduce duplicate code
      
      * Update smoldot
      
      * Update smoldot
      
      * Fix build
      
      * Update smoldot
      
      * Make platform compile
      
      * Clean up dependencies
      
      * Use crates.io instead of github for smoldot
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarDavide Galassi <[email protected]>
      
      * Docs
      
      * Improve docs
      
      * Remove `RpcFrontend`
      
      ---------
      
      Co-authored-by: default avatarDmitry Markin <[email protected]>
      Co-authored-by: default avatarMichal Kucharczyk <[email protected]>
      Co-authored-by: default avatarDavide Galassi <[email protected]>
      817c4503