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

polkadot: pin one block per session #1220

Merged
merged 10 commits into from
Sep 7, 2023
Merged

Commits on Aug 31, 2023

  1. polkadot: propagate UnpinHandle to ActiveLeafUpdate

    Also extract the leaf creation for tests
    into a common function.
    ordian committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    908ab66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cba653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6d4b3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into ao-polkadot-use-pinning-api

    * master:
      Sassafras primitives (#1249)
      Restructure `dispatch` macro related exports (#1162)
      backing: move the min votes threshold to the runtime (#1200)
      Bump zstd from 0.11.2+zstd.1.5.2 to 0.12.4 (#1326)
      Remove `substrate_test_utils::test` (#1321)
      remove disable-runtime-api (#1328)
    ordian committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    cd49847 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Merge branch 'master' into ao-polkadot-use-pinning-api

    * master: (25 commits)
      Markdown linter (#1309)
      Update `fmt` file and some authors (#1379)
      Bump the known_good_semver group with 1 update (#1375)
      Bump proc-macro-warning from 0.4.1 to 0.4.2 (#1376)
      feat: add futures api to `TransactionPool` (#1348)
      Ensure cumulus/bridges is ignored by formatter and run it (#1369)
      substrate: chain-spec paths corrected in zombienet tests (#1362)
      contracts: Update to wasmi 0.31 (#1350)
      [improve docs]: Template pallet (#1280)
      [xcm-emulator] Unignore cumulus integration tests (#1247)
      Fix wrong ref counting (#1358)
      Use cached session index to obtain executor params (#1190)
      fix typos (#1339)
      Use bandersnatch-vrfs with locked dependencies ref (#1342)
      Bump bs58 from 0.4.0 to 0.5.0 (#1293)
      Contracts: `seal0::balance` should return the free balance (#1254)
      Logs: add extra debug log for negative rep changes (#1205)
      Added short-benchmarks for cumulus (#1183)
      [xcm-emulator] Improve hygiene and clean up (#1301)
      Bump the known_good_semver group with 1 update (#1347)
      ...
    ordian committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d3e00e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge branch 'master' into ao-polkadot-use-pinning-api

    * master: (28 commits)
      Adds base benchmark for do_tick in broker pallet (#1235)
      zombienet: use another collator image for the slashing test (#1386)
      Prevent a fail prdoc check to block (#1433)
      Fix nothing scheduled on session boundary (#1403)
      GHW for building and publishing docker images (#1391)
      pallet asset-conversion additional quote tests (#1371)
      Remove deprecated `pallet_balances`'s `set_balance_deprecated` and `transfer` dispatchables (#1226)
      Fix PRdoc check (#1419)
      Fix the wasm runtime substitute caching bug (#1416)
      Bump enumn from 0.1.11 to 0.1.12 (#1412)
      RFC 14: Improve locking mechanism for parachains (#1290)
      Add PRdoc check (#1408)
      fmt fixes (#1413)
      Enforce a decoding limit in MultiAssets (#1395)
      Remove dynamic dispatch using `Ext` (#1399)
      Remove redundant calls to `borrow()` (#1393)
      Get rid of polling in `WarpSync` (#1265)
      Bump actions/checkout from 3 to 4 (#1398)
      Bump thiserror from 1.0.47 to 1.0.48 (#1396)
      Move Relay-Specific Shared Code to One Place (#1193)
      ...
    ordian committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2439017 View commit details
    Browse the repository at this point in the history
  2. address nits

    ordian committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    24aa5d4 View commit details
    Browse the repository at this point in the history
  3. rename fresh_leaf to new_leaf

    ordian committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2442d49 View commit details
    Browse the repository at this point in the history
  4. Merge 'master' again

    * master:
      Forgotten `polkadot-core-primitives/std` (#1440)
    ordian committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bc0c362 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb91526 View commit details
    Browse the repository at this point in the history