Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NPoS] Fix for Reward Deficit in the pool #1255

Merged
merged 116 commits into from
Sep 29, 2023
Merged

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    7429f0b View commit details
    Browse the repository at this point in the history
  2. improve comments

    Ank4n committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fc135d7 View commit details
    Browse the repository at this point in the history
  3. new call to top up the pool

    Ank4n committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a580bc1 View commit details
    Browse the repository at this point in the history
  4. format

    Ank4n committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    aace388 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66b593d View commit details
    Browse the repository at this point in the history
  6. test for top up function

    Ank4n committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    56cafc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    767cc3a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    626f544 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. contracts: Update to wasmi 0.31 (#1350)

    * 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 <>
    athei authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c4c7e96 View commit details
    Browse the repository at this point in the history
  2. substrate: chain-spec paths corrected in zombienet tests (#1362)

    * substrate: chain-spec paths corrected in zombienet tests
    
    * fix chain-spec path in cumulus test
    
    * disable beefy on validator
    
    ---------
    
    Co-authored-by: Javier Viola <javier@parity.io>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a1a6d3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda10a8 View commit details
    Browse the repository at this point in the history
  4. feat: add futures api to TransactionPool (#1348)

    * feat: add futures api to `TransactionPool`
    
    * fix clippy
    yjhmelody authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    60895d0 View commit details
    Browse the repository at this point in the history
  5. Bump proc-macro-warning from 0.4.1 to 0.4.2 (#1376)

    Bumps [proc-macro-warning](https://github.com/ggwpez/proc-macro-warning) from 0.4.1 to 0.4.2.
    - [Release notes](https://github.com/ggwpez/proc-macro-warning/releases)
    - [Commits](ggwpez/proc-macro-warning@v0.4.1...v0.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro-warning
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    86f0cc1 View commit details
    Browse the repository at this point in the history
  6. Bump the known_good_semver group with 1 update (#1375)

    Bumps the known_good_semver group with 1 update: [syn](https://github.com/dtolnay/syn).
    
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.29...2.0.31)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0423b0d View commit details
    Browse the repository at this point in the history
  7. Update fmt file and some authors (#1379)

    * Include bridges into fmt
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    * Fix some authors
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2b89df6 View commit details
    Browse the repository at this point in the history
  8. Markdown linter (#1309)

    * Add markdown linting
    
    - add linter default rules
    - adapt rules to current code
    - fix the code for linting to pass
    - add CI check
    
    fix #1243
    
    * Fix markdown for Substrate
    * Fix tooling install
    * Fix workflow
    * Add documentation
    * Remove trailing spaces
    * Update .github/.markdownlint.yaml
    
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    * Fix mangled markdown/lists
    * Fix captalization issues on known words
    chevdor authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d3ba197 View commit details
    Browse the repository at this point in the history
  9. [xcm-emulator] Redo Parachain init (#1356)

    * bring back proper init
    
    * refactor block cycle
    
    * ".git/.scripts/commands/fmt/fmt.sh"
    
    * Update cumulus/xcm/xcm-emulator/src/lib.rs
    
    Co-authored-by: Squirrel <gilescope@gmail.com>
    
    ---------
    
    Co-authored-by: command-bot <>
    Co-authored-by: Giles Cope <gilescope@gmail.com>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b14a908 View commit details
    Browse the repository at this point in the history
  10. add Treasurer to SchedulerOrigin (#1325)

    xlc authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5d37b81 View commit details
    Browse the repository at this point in the history
  11. Cleanup repo (a tiny bit) (#1382)

    * Delete stale adoc files
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    * Convert adoc to md
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    * Add adoc to gitignore
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    * Delete more random unmaintained files
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    * Markdown lint
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3d4089c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    79edd91 View commit details
    Browse the repository at this point in the history
  13. [ci] Remove runtime-benchmarks from tests (#1335)

    * [ci] Remove runtime-benchmarks from tests
    
    * Update .gitlab/pipeline/test.yml
    
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    * remove ing
    
    * move benchmark tests to additional tests
    
    * rm -q option
    
    * try release profile
    
    * use testnet profile
    
    * move to a separate job
    
    * rm dup
    
    ---------
    
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    daf6141 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c08d14d View commit details
    Browse the repository at this point in the history
  15. Contracts: Update read_sandbox (#1390)

    * Update runtime.rs
    
    * Fix
    
    * Revert "Update runtime.rs"
    
    This reverts commit 808f026.
    
    * nit mono-repo fixes
    pgherveou authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8e484a8 View commit details
    Browse the repository at this point in the history
  16. rust docs: add simple analytics (#1377)

    * inject simple analytics
    
    * comments
    
    * fix chown
    
    * comments
    
    * doc features
    liamaharon authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b5433ff View commit details
    Browse the repository at this point in the history
  17. Move Relay-Specific Shared Code to One Place (#1193)

    * add common libs
    
    * asset hubs
    
    * add westend
    
    * bridge hubs
    
    * collectives
    
    * contracts
    
    * emulated tests
    
    * parachain bin
    
    * delete collectives constants and update docs
    
    * integration tests should have apache license (some missing, some needed changing)
    
    * propagate features
    
    * fmt
    joepetrowski authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b1a3223 View commit details
    Browse the repository at this point in the history
  18. Bump thiserror from 1.0.47 to 1.0.48 (#1396)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.47 to 1.0.48.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.47...1.0.48)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5bec497 View commit details
    Browse the repository at this point in the history
  19. Bump actions/checkout from 3 to 4 (#1398)

    * Bump actions/checkout from 3 to 4
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update fmt-check.yml
    
    * Update .github/workflows/check-licenses.yml
    
    Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
    
    * Update .github/workflows/check-markdown.yml
    
    Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
    
    * Update .github/workflows/fmt-check.yml
    
    Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com>
    Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
    3 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    25f30b8 View commit details
    Browse the repository at this point in the history
  20. Get rid of polling in WarpSync (#1265)

    dmitry-markin authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d5565d3 View commit details
    Browse the repository at this point in the history
  21. Remove redundant calls to borrow() (#1393)

    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    3 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    23926b7 View commit details
    Browse the repository at this point in the history
  22. Remove dynamic dispatch using Ext (#1399)

    athei authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c292021 View commit details
    Browse the repository at this point in the history
  23. Enforce a decoding limit in MultiAssets (#1395)

    * Enforce a decoding limit in MultiAssets
    
    * ".git/.scripts/commands/fmt/fmt.sh"
    
    * Update polkadot/xcm/src/v3/multiasset.rs
    
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    
    * Just use a BoundedVec
    
    * Conflicts
    
    ---------
    
    Co-authored-by: command-bot <>
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d129363 View commit details
    Browse the repository at this point in the history
  24. fmt fixes (#1413)

    chevdor authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3e4576f View commit details
    Browse the repository at this point in the history
  25. Add PRdoc check (#1408)

    * Add test prdoc
    * Prepare for the check
    * Escape PR number
    * Fix conditional step
    * Add checkout and actual check
    * Cleanup
    * Minor fixes
    * Add doumentation
    * Add more doc
    chevdor authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    37161ee View commit details
    Browse the repository at this point in the history
  26. RFC 14: Improve locking mechanism for parachains (#1290)

    * rfc14
    
    * Update polkadot/runtime/common/src/paras_registrar/mod.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    
    * Update polkadot/runtime/common/src/paras_registrar/mod.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    
    * Update polkadot/runtime/common/src/paras_registrar/mod.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    
    * fmt
    
    * fix
    
    * Update polkadot/runtime/common/src/paras_registrar/migration.rs
    
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    * fmt
    
    * 2224 is unlocked
    
    * update migration list
    
    * update comment
    
    * use VersionedMigration
    
    ---------
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    3 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a27e24e View commit details
    Browse the repository at this point in the history
  27. Bump enumn from 0.1.11 to 0.1.12 (#1412)

    Bumps [enumn](https://github.com/dtolnay/enumn) from 0.1.11 to 0.1.12.
    - [Release notes](https://github.com/dtolnay/enumn/releases)
    - [Commits](dtolnay/enumn@0.1.11...0.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: enumn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bastian Köcher <git@kchr.de>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    425a72d View commit details
    Browse the repository at this point in the history
  28. Fix the wasm runtime substitute caching bug (#1416)

    Cem Eliguzel authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7520e04 View commit details
    Browse the repository at this point in the history
  29. Fix PRdoc check (#1419)

    chevdor authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a317ef9 View commit details
    Browse the repository at this point in the history
  30. Remove deprecated pallet_balances's set_balance_deprecated and `t…

    …ransfer` dispatchables (#1226)
    
    * remove deprecated dispatchables
    
    * update test
    
    * update tests
    
    * update tests
    
    * add prdocs
    
    * add prdoc
    
    * Update docs/prdoc/pr_1226.prdoc
    
    Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
    
    * move prdoc file
    
    ---------
    
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
    4 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c725bbe View commit details
    Browse the repository at this point in the history
  31. pallet asset-conversion additional quote tests (#1371)

    * added identity quote test (only possible if fees are not included in quote)
    * add tests that compare quoted price to actual execution
    gilescope authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5e56b1a View commit details
    Browse the repository at this point in the history
  32. GHW for building and publishing docker images (#1391)

    * add ghw and scripts for docker image deployment
    
    * debug
    
    * add permissions for content
    
    * fix path to the bin folder
    
    * add tags
    
    * rename env
    
    * fix path to docker file
    
    * make polkadot-parachain executable
    
    * fix typo
    
    * fix more typos
    
    * test
    
    * revert back  use of  working directory
    
    * mke bin executable in the artifacts folder
    
    * use cd instead of working directory
    
    * change path to cash
    
    * fix path to cash
    
    * change cache key
    
    * delete old flows
    
    * addressed PR comments
    
    * fix path
    
    * reorg docker files
    EgorPopelyaev authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1be427e View commit details
    Browse the repository at this point in the history
  33. Fix nothing scheduled on session boundary (#1403)

    * Fix scheduled state at session boundaries.
    
    * Cleanup + better docs.
    
    * More cleanup and fixes.
    
    * Remove 12s hack.
    
    * Add dep.
    
    * Make clippy happy
    
    ---------
    
    Co-authored-by: eskimor <eskimor@no-such-url.com>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2f31a4c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    43d7a8c View commit details
    Browse the repository at this point in the history
  35. zombienet: use another collator image for the slashing test (#1386)

    * zombienet: use test-parachain image for the slashing test
    
    * use the right image
    
    * try polkadot-parachain image
    
    * try naming collator alice 🙈
    
    * add needed job for the pipeline
    
    * fix user id in polkadot-parachain-debug image
    
    * small tweaks to the test
    
    * another small tweak
    
    * yet another small tweak
    
    * bump zombienet version
    
    ---------
    
    Co-authored-by: Javier Viola <javier@parity.io>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    433bc9d View commit details
    Browse the repository at this point in the history
  36. Adds base benchmark for do_tick in broker pallet (#1235)

    * Adds base benchmark for do_tick
    
    * ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_broker
    
    * Update substrate/frame/broker/src/benchmarking.rs
    
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    
    * Update substrate/frame/broker/src/benchmarking.rs
    
    * ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_broker
    
    * Addresses review comment
    
    ---------
    
    Co-authored-by: command-bot <>
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c6f1b9f View commit details
    Browse the repository at this point in the history
  37. Forgotten polkadot-core-primitives/std (#1440)

    * Forgotten `polkadot-core-primitives/std`
    
    * Reorder
    bkontur authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7f2ae6e View commit details
    Browse the repository at this point in the history
  38. remove unused keystore_uri (#1421)

    yjhmelody authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    024210b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3ff561f View commit details
    Browse the repository at this point in the history
  40. polkadot: pin one block per session (#1220)

    * 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
    ordian authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    329df04 View commit details
    Browse the repository at this point in the history
  41. [ci] Return publish-rustdoc (#1402)

    * [WIP][ci] Return publish-rustdoc
    
    * rm files
    
    * fix ref
    
    * add build doc
    
    * add comment
    
    * move test-deterministic-wasm to test stage
    
    * rm test-deterministic-wasm from root
    
    * test publish
    
    * enable pipeline
    
    * add test_deterministic_wasm.sh for resolving conflicts
    
    * rm unused bash script
    alvicsam authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5fb02e7 View commit details
    Browse the repository at this point in the history
  42. [ci] change image for prdoc gha (#1452)

    alvicsam authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    301c438 View commit details
    Browse the repository at this point in the history
  43. Update Chrono to 0.4.30 (#1451)

    chevdor authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cbc1d0d View commit details
    Browse the repository at this point in the history
  44. Bump actions/cache from 3.3.1 to 3.3.2 (#1456)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@88522ab...704facf)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1089fe8 View commit details
    Browse the repository at this point in the history
  45. Bump hex-literal from 0.3.4 to 0.4.1 (#1438)

    Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.4 to 0.4.1.
    - [Commits](RustCrypto/utils@hex-literal-v0.3.4...hex-literal-v0.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: hex-literal
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bastian Köcher <git@kchr.de>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    15898c3 View commit details
    Browse the repository at this point in the history
  46. Update ed25519-dalek to v2 (#1446)

    * Update to ed25519-dalek v2
    * Update Cargo.lock
    * Remove default features
    * Update cumulus/bridges/primitives/test-utils/src/keyring.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    
    ---------
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    2 people authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    eae53d5 View commit details
    Browse the repository at this point in the history
  47. Switch prdoc to the latest image (#1460)

    chevdor authored and Ank4n committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f5d911a View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    675e7da View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f3e8a4f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. compiles

    Ank4n committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8a3891e View commit details
    Browse the repository at this point in the history
  2. allow 1 holds

    Ank4n committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5848428 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84b6246 View commit details
    Browse the repository at this point in the history
  4. all tests pass

    Ank4n committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4d34b59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5fc61d View commit details
    Browse the repository at this point in the history
  6. verify ed is frozen

    Ank4n committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    22fd5de View commit details
    Browse the repository at this point in the history
  7. format

    Ank4n committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b535954 View commit details
    Browse the repository at this point in the history
  8. impl for adjusting ED

    Ank4n committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4a3387b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. use Runtime Freeze Reason

    Ank4n committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    36a87a4 View commit details
    Browse the repository at this point in the history
  2. add tests for adjusting ED

    Ank4n committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    de12c8f View commit details
    Browse the repository at this point in the history
  3. fmt

    Ank4n committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    138ecb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a3bfc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1c4970 View commit details
    Browse the repository at this point in the history
  6. basic migration

    Ank4n committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    29465b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. migrations

    Ank4n committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    05592c7 View commit details
    Browse the repository at this point in the history
  2. add weights to new call

    Ank4n committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b147cfe View commit details
    Browse the repository at this point in the history
  3. use fungible traits in np bench

    Ank4n committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8bfef28 View commit details
    Browse the repository at this point in the history
  4. bench for new instruction

    Ank4n committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e705898 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0202e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05f4bd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0c00fe View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. pending rewards for pools

    Ank4n committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    d432fba View commit details
    Browse the repository at this point in the history
  2. add missing features

    Ank4n committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    d960582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3d8ef4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb00d8d View commit details
    Browse the repository at this point in the history
  5. fix staking np integration test

    Ank4n committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    d4cd942 View commit details
    Browse the repository at this point in the history
  6. fix unused warning

    Ank4n committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    51a44c7 View commit details
    Browse the repository at this point in the history
  7. fix kitchensink runtime

    Ank4n committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    9b1042e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d54f029 View commit details
    Browse the repository at this point in the history
  9. fmt

    Ank4n committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    14d4530 View commit details
    Browse the repository at this point in the history
  10. remove unused imports

    Ank4n committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ca17f83 View commit details
    Browse the repository at this point in the history
  11. fix feature scopes

    Ank4n committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    88c8959 View commit details
    Browse the repository at this point in the history
  12. minor

    Ank4n committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    3af90e9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4303bb5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    809236e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e538a0f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ba9e53c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    caac4e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    d939a82 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. add docs and minor refactor

    Ank4n committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c138e17 View commit details
    Browse the repository at this point in the history
  2. comment

    Ank4n committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    34541b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    5628881 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=dev --target_dir=substrate --pallet=pallet_nomination_pools
    command-bot committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d20138a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. PR comments

    Ank4n committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7de37d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7969fdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e993eb View commit details
    Browse the repository at this point in the history
  4. fix migrations in runtime

    Ank4n committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a15af2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58612c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04f89b7 View commit details
    Browse the repository at this point in the history
  7. fmt

    Ank4n committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    be4a86c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1425c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    dd1ad02 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/bench/bench.sh" --subcommand=runtime --runtim…

    …e=westend --target_dir=polkadot --pallet=pallet_nomination_pools
    command-bot committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0395a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b40492 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. add pr doc

    Ank4n committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9eee4f6 View commit details
    Browse the repository at this point in the history
  2. make adjust ed permissionless

    Ank4n committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7ea6b34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bb9425 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    8d4361a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    5f072c5 View commit details
    Browse the repository at this point in the history