-
Notifications
You must be signed in to change notification settings - Fork 298
Comparing changes
Open a pull request
base repository: open-web3-stack/open-runtime-module-library
base: dc39cfdd
head repository: open-web3-stack/open-runtime-module-library
compare: 8c036ba3
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f94894f - Browse repository at this point
Copy the full SHA f94894fView commit details
Commits on Jan 5, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0e23446 - Browse repository at this point
Copy the full SHA 0e23446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5a3f3 - Browse repository at this point
Copy the full SHA 4f5a3f3View commit details
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0148924 - Browse repository at this point
Copy the full SHA 0148924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d7cdd - Browse repository at this point
Copy the full SHA 79d7cddView commit details -
feat: derive MEL for Value enum (#867)
* feat: impl MEL for Value enum * fmt: fix
Configuration menu - View commit details
-
Copy full SHA for 04e67e6 - Browse repository at this point
Copy the full SHA 04e67e6View commit details
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80ed32d - Browse repository at this point
Copy the full SHA 80ed32dView commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ddbb6be - Browse repository at this point
Copy the full SHA ddbb6beView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0811818 - Browse repository at this point
Copy the full SHA 0811818View commit details -
Update jsonrpsee 0.16.2 (#876)
* Update jsonrpsee 0.16.2 * fix clippy * fix clippy
Configuration menu - View commit details
-
Copy full SHA for 6c3ec8d - Browse repository at this point
Copy the full SHA 6c3ec8dView commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd05f64 - Browse repository at this point
Copy the full SHA dd05f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f0a8b - Browse repository at this point
Copy the full SHA 24f0a8bView commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05f0007 - Browse repository at this point
Copy the full SHA 05f0007View commit details
Commits on Jan 30, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 2335795 - Browse repository at this point
Copy the full SHA 2335795View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbf86dc - Browse repository at this point
Copy the full SHA dbf86dcView commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd04cac - Browse repository at this point
Copy the full SHA fd04cacView commit details
Commits on Mar 1, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 0a64a0b - Browse repository at this point
Copy the full SHA 0a64a0bView commit details
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c58f03e - Browse repository at this point
Copy the full SHA c58f03eView commit details
Commits on Mar 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6df51b3 - Browse repository at this point
Copy the full SHA 6df51b3View commit details
Commits on Mar 13, 2023
-
* Add more methods on XcmTransfer trait * Add Transferred for XcmTransfer * fix tests * fix clippy
Configuration menu - View commit details
-
Copy full SHA for a730f79 - Browse repository at this point
Copy the full SHA a730f79View commit details
Commits on Mar 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8301b6c - Browse repository at this point
Copy the full SHA 8301b6cView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7183477 - Browse repository at this point
Copy the full SHA 7183477View commit details
Commits on Mar 23, 2023
-
* clean deprecated * add dependencies on RPC * add deprecated on RPC * fix clippy * remove tests
Configuration menu - View commit details
-
Copy full SHA for fc413f8 - Browse repository at this point
Copy the full SHA fc413f8View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b605ca7 - Browse repository at this point
Copy the full SHA b605ca7View commit details -
fix unknown-tokens migration (#899)
* fix unknown-tokens migration * remove debug print
Configuration menu - View commit details
-
Copy full SHA for 0085382 - Browse repository at this point
Copy the full SHA 0085382View commit details
Commits on Apr 12, 2023
-
Upgrade polkadot to v0.9.40 (#902)
* Upgrade polkadot to v0.9.40 * add import for Hasher * replace from_ref_time to from_parts
Configuration menu - View commit details
-
Copy full SHA for 19afb58 - Browse repository at this point
Copy the full SHA 19afb58View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c036ba - Browse repository at this point
Copy the full SHA 8c036baView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dc39cfdd...8c036ba3