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

Release v0.11.3 #1886

Merged
merged 19 commits into from
Jun 28, 2024
Merged

Release v0.11.3 #1886

merged 19 commits into from
Jun 28, 2024

Commits on Jun 21, 2024

  1. Switch to full wasm execution

    bkchr authored and mustermeiszer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b32c5c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3057bdf View commit details
    Browse the repository at this point in the history
  3. fix: lint

    mustermeiszer committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7333779 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2adb47 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    b45bc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    019c8c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca755ea View commit details
    Browse the repository at this point in the history
  4. chore: update dev weights

    wischli committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5d93f9b View commit details
    Browse the repository at this point in the history
  5. chore: update altair weights

    wischli committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    248cb08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b13622f View commit details
    Browse the repository at this point in the history
  7. fmt

    wischli committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cc0c746 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afffd15 View commit details
    Browse the repository at this point in the history
  9. chore: bump spec version

    wischli committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cee1882 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b8b86b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

  1. feat: CheckMetadataHash extension (#1865)

    * set dependency versions
    
    * upgrade libs/*
    
    * upgrade pallet-anchors
    
    * upgrade pallet-fees
    
    * upgrade pallet-bridge
    
    * migrate simple pallets
    
    * migrate pallet-order-book
    
    * migrated collator-allowlist & swaps
    
    * upgrade rewards
    
    * upgraded pallet-mux
    
    * upgrade transfer-allowlist
    
    * fix hold reason in restricted tokens
    
    * simplify set_balance removing the holding part
    
    * upgrade restricted-xtokens
    
    * upgrade some pallets
    
    * upgrade pallet-ethereum-transaction
    
    * upgrade pallet-loans
    
    * upgrade pool-system
    
    * upgrade pool-fees
    
    * upgrade pool-registry
    
    * upgrade liquidity-pools stuffs
    
    * avoid duplicated polkadot-sdk repos
    
    * minor fixes
    
    * upgraded runtime-common
    
    * CfgLocation to RestrictedTransferLocation
    
    * restricted tokens with NativeIndex for native fungibles
    
    * rename dependency
    
    * upgraded development-runtime
    
    * fix partially benchmarks
    
    * fix benchmarks
    
    * overpass xcmp-queue integrity tests
    
    * minor coments
    
    * upgrade altair & centrifuge
    
    * remove some benchmarking pallets that are not needed
    
    * fix runtime upgrades
    
    * upgrade integration-test proc
    
    * upgrade integration-tests framework
    
    * upgraded all tests except liquidity pools
    
    * 99% upgraded liquidity-pools tests
    
    * fix lookup
    
    * cargo fmt
    
    * taplo fmt
    
    * using nightly cargo in CI
    
    * restore set_balance as it was
    
    * allow nightly support in CI
    
    * use restricted_tokens again to fetch from investement portfolio
    
    * Install rust-src for docs
    
    * fix tests
    
    * remove unused restricted tokens
    
    * fix block rewards
    
    * fix WrongWitness for some tests in IT
    
    * fix liquidity-pools
    
    * minor fixes
    
    * fix clippy
    
    * remove unneeded tests
    
    * feat: Update client to Polkadot v1.7.2 (#1844)
    
    * wip: update client
    
    * chore: update crate versions
    
    * chore: update anchor rpc api
    
    * chore: remove rewards, pools rpc
    
    * chore: compile with development runtime
    
    * fix: client for all runtimes
    
    * fix: build spec
    
    * feat: update relay docker images
    
    * fix: apply deprecation of export genesis state to scripts
    
    * fmt: taplo
    
    * refactor: use xcm v4 sugar
    
    * fix: revert tmp change in local para run
    
    * refactor: simplify xcm v4 locations in chain spec
    
    * cargo fmt
    
    * fix clippy
    
    * feat: Polkadot v1.7.2 migrations (#1849)
    
    * feat: add hold reason migration
    
    * feat: centrifuge migrations
    
    * feat: altair migrations
    
    * feat: dev + demo migrations
    
    * fix: clippy
    
    * fix: build
    
    * fmt: fix using nightly
    
    * last William iteration review
    
    * increase passed blocks
    
    * use rococo instead of polkadot-test-runtime
    
    * fix tests
    
    * remove line
    
    * dirty fix to fix Hrmp test issue
    
    * use default weights for treasury
    
    * remove getrandom unused dep
    
    * upgrade to last polkadot-sdk version
    
    * feat: `CheckMetadataHash` extension
    
    * fix it (#1866)
    
    * fmt: taplo
    
    * refactor: signed ext order
    
    * fix: signed ext order for ITs
    
    * IT: more support for router tests (#1885)
    
    * move routers to its own module
    
    * remove outdated markers
    
    * for all runtimes
    
    * remove previous tests
    
    * minor fixes
    
    * v0.11.2 rc
    
    * panic if event is not found in the expected blocks (#1880)
    
    * fix: ci
    
    * remove generic module (#1887)
    
    * revert check metadata hash disable
    
    * fix: disable metadata hash check for integration tests
    
    ---------
    
    Co-authored-by: lemunozm <[email protected]>
    wischli and lemunozm authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    25e7e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd9ff86 View commit details
    Browse the repository at this point in the history