Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-web3-stack/open-runtime-module-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dc39cfdd
Choose a base ref
...
head repository: open-web3-stack/open-runtime-module-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c036ba3
Choose a head ref

Commits on Jan 4, 2023

  1. Copy the full SHA
    f94894f View commit details

Commits on Jan 5, 2023

  1. Upgrade to polkadot v0.9.36 (#864)

    * build: upgrade to polkadot v0.9.36
    
    Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
    
    * style: fix formatting
    
    Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
    
    * fix: polkadot dependency references
    
    Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
    
    * build: use released cumulus
    
    Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
    
    * fix: make asset_exists return false
    
    Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
    
    Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
    CertainLach authored Jan 5, 2023
    Copy the full SHA
    0e23446 View commit details
  2. update asset_exists (#866)

    xlc authored Jan 5, 2023
    Copy the full SHA
    4f5a3f3 View commit details

Commits on Jan 10, 2023

  1. Fix payments on-idle (#868)

    * fix payments on-idle
    
    * update comment
    zjb0807 authored Jan 10, 2023
    Copy the full SHA
    0148924 View commit details
  2. Switch to Rust-1.66 (#869)

    zjb0807 authored Jan 10, 2023
    Copy the full SHA
    79d7cdd View commit details
  3. feat: derive MEL for Value enum (#867)

    * feat: impl MEL for Value enum
    
    * fmt: fix
    wischli authored Jan 10, 2023
    Copy the full SHA
    04e67e6 View commit details

Commits on Jan 12, 2023

  1. Copy the full SHA
    80ed32d View commit details

Commits on Jan 16, 2023

  1. Copy the full SHA
    ddbb6be View commit details
  2. add BenchmarkError::Weightless (#873)

    * add BenchmarkError::Weightless
    
    * Update benchmarking/src/lib.rs
    
    Co-authored-by: zjb0807 <zjb0807@qq.com>
    
    Co-authored-by: zjb0807 <zjb0807@qq.com>
    insipx and zjb0807 authored Jan 16, 2023
    Copy the full SHA
    0811818 View commit details
  3. Update jsonrpsee 0.16.2 (#876)

    * Update jsonrpsee 0.16.2
    
    * fix clippy
    
    * fix clippy
    zjb0807 authored Jan 16, 2023
    Copy the full SHA
    6c3ec8d View commit details

Commits on Jan 17, 2023

  1. Update README.md (#879)

    Added Mangata and Parallel Finance
    joshuacheong authored Jan 17, 2023
    Copy the full SHA
    dd05f64 View commit details
  2. Update README.md (#880)

    Added Moonbeam
    joshuacheong authored Jan 17, 2023
    Copy the full SHA
    24f0a8b View commit details

Commits on Jan 25, 2023

  1. Copy the full SHA
    05f0007 View commit details

Commits on Jan 30, 2023

  1. Add lock events to tokens pallet (#883)

    * Implement lock events in update_locks(...)
    
    * Implement lock tests
    
    * Replace depracted clippy rule name
    
    * Move tests into correct test file
    
    * Use correct Event type
    sea212 authored Jan 30, 2023
    Copy the full SHA
    2335795 View commit details

Commits on Feb 8, 2023

  1. Update xtokens docs (#885)

    zjb0807 authored Feb 8, 2023
    Copy the full SHA
    dbf86dc View commit details

Commits on Feb 27, 2023

  1. added ajuna network (#887)

    using mainly the orml-vesting ...
    darkfriend77 authored Feb 27, 2023
    Copy the full SHA
    fd04cac View commit details

Commits on Mar 1, 2023

  1. Upgrade polkadot-v0.9.38 (#886)

    * Upgrade polkadot-v0.9.38
    
    * use `as_bounded_slice`
    
    * `latest` instead explicit version
    
    * use `AllCounted` for asset deposit
    
    * Update `asset-registry` tests
    
    * Update `benchmarking` tests
    
    * Update `traits` tests
    
    * Update `unknown-tokens` tests
    
    * Update `xcm-support` tests
    
    * Update `xtokens` tests
    
    * Update `Cargo.dev.toml` pin
    
    * clippy
    
    * Specific version instead `latest`
    
    * Add test `MultiLocation` encoding
    
    * Remove `sp-authorship`
    
    * Update `sp-weights` pin
    
    * Fix runtime-benchmarks
    
    * Add `asset-registry` migration
    
    * clippy
    
    * Assert `StorageVersion`
    
    * Assert multiple migration calls
    
    * AddImpl `OnRuntimeUpgrade`
    
    * Add `unknown-tokens` migration
    tgmichel authored Mar 1, 2023
    Copy the full SHA
    0a64a0b View commit details

Commits on Mar 2, 2023

  1. Copy the full SHA
    c58f03e View commit details

Commits on Mar 7, 2023

  1. max weight fix (#891)

    wangjj9219 authored Mar 7, 2023
    Copy the full SHA
    6df51b3 View commit details

Commits on Mar 13, 2023

  1. XcmTransfer Trait (#892)

    * Add more methods on XcmTransfer trait
    
    * Add Transferred for XcmTransfer
    
    * fix tests
    
    * fix clippy
    zjb0807 authored Mar 13, 2023
    Copy the full SHA
    a730f79 View commit details

Commits on Mar 14, 2023

  1. Copy the full SHA
    8301b6c View commit details

Commits on Mar 22, 2023

  1. Copy the full SHA
    7183477 View commit details

Commits on Mar 23, 2023

  1. Add & clean deprecated (#895)

    * clean deprecated
    
    * add dependencies on RPC
    
    * add deprecated on RPC
    
    * fix clippy
    
    * remove tests
    zjb0807 authored Mar 23, 2023
    Copy the full SHA
    fc413f8 View commit details

Commits on Mar 28, 2023

  1. Copy the full SHA
    b605ca7 View commit details
  2. fix unknown-tokens migration (#899)

    * fix unknown-tokens migration
    
    * remove debug print
    xlc authored Mar 28, 2023
    Copy the full SHA
    0085382 View commit details

Commits on Apr 12, 2023

  1. Upgrade polkadot to v0.9.40 (#902)

    * Upgrade polkadot to v0.9.40
    
    * add import for Hasher
    
    * replace from_ref_time to from_parts
    devdanco authored Apr 12, 2023
    Copy the full SHA
    19afb58 View commit details

Commits on Apr 26, 2023

  1. Upgrade rust 1.69.0 (#906)

    * Upgrade rust-1.69
    
    * fix clippy
    zjb0807 authored Apr 26, 2023
    Copy the full SHA
    8c036ba View commit details
Loading