Releases: open-web3-stack/open-runtime-module-library
Releases · open-web3-stack/open-runtime-module-library
v1.0.0
v0.7.0
What's Changed
- [XNFT PoC] xtokens non-fungible multiassets support by @mrshiposha in #966
- Publish by @xlc in #963
- add titan network to projects using ORML by @sartimo in #969
- Upgrade rust-1.74.0 by @zjb0807 in #970
- Remove migrations by @zjb0807 in #972
- update polkadot-sdk by @xlc in #975
- release: v0.7.0 by @github-actions in #976
New Contributors
- @sartimo made their first contribution in #969
- @github-actions made their first contribution in #976
Full Changelog: v0.6.7...v0.7.0
v0.6.7
What's Changed
- Updated Cargo.toml to use latest commit by @brettkolodny in #373
- format Cargo.toml by @wangjj9219 in #374
- use mock structs by @wangjj9219 in #376
- add Plasm on readme by @SotaWatanabe in #381
- docs:add vln to readme by @stanly-johnson in #386
- Fix ci by @zjb0807 in #389
- add Contains trait by @wangjj9219 in #383
- docs:add Bifrost to readme by @yooml in #393
- Integrate Rococo V1 by @shaunxw in #332
- Use MultiLocation as xtokens transfer dest type. by @shaunxw in #396
- Use xcm-handler to execute XCM locally by @shaunxw in #401
- Replace XcmError::Undefined usage. by @shaunxw in #402
- Bump and unify serde versions. by @shaunxw in #403
- xtokens and xcm-support documentations by @shaunxw in #404
- Add unit tests for xcm-support by @shaunxw in #405
- Added Minterest to the list of users. by @DenisRomanovsky in #406
- Handle unknown assets in TransactAsset impl by @shaunxw in #409
- Fix crate description and repo link. by @shaunxw in #410
- Unknown tokens pallet by @shaunxw in #411
- Remove nonces from oracle pallet. by @shaunxw in #413
- refactor rewards by @wangjj9219 in #412
- Bump rococo v1 dependencies by @shaunxw in #418
- Update orml-unknown-tokens unit tests. by @shaunxw in #421
- add build-script-utils from Substrate by @xlc in #422
- Update README.md by @transxask in #420
- Bump impl-trait-for-tuples to 0.2.1 by @Noxime in #424
- update Cargo.toml by @xlc in #429
- add Handler by @xlc in #431
- remove disable-tokens-by-owner by @xlc in #434
- Cross-chain transfer rework by @shaunxw in #432
- Update currency adapter to work with new xtokens impl by @shaunxw in #436
- Use CurrencyId convert. by @shaunxw in #437
- Update xtokens docs. by @shaunxw in #438
- Don't deposit failure event in orml-unknown-tokens. by @shaunxw in #440
- Update README.md: Add Zeitgeist to "Projects using ORML" by @sea212 in #441
- Add PoV size in benchmarking. by @shaunxw in #442
- Bump cumulus ref in cargo patch. by @shaunxw in #443
- fix missing features by @xlc in #444
- update auction weight by @wangjj9219 in #445
- Bump dependencies. by @shaunxw in #448
- Added orml-nft to README.md, list in lexicographic order. by @yangwao in #453
- no longer need to pin funty by @xlc in #455
- Use idiomatic 'Pallet' struct decl. by @shaunxw in #457
- Add Manta Network by @stechu in #439
- Speed up incremental build. by @shaunxw in #465
- Use 'select_nth_unstable' to get median. by @shaunxw in #467
- Bump rococo-v1 dependencies by @shaunxw in #468
- add whitelist_account by @xlc in #464
- Remove common parameters from benchmarking. by @shaunxw in #469
- More benchmarking update by @shaunxw in #470
- rename MergeAccount to TransferAll by @xlc in #472
- Deps cleanup. by @shaunxw in #473
- update weights for auction & authority by @xlc in #474
- Add benchmark test suite impl. by @shaunxw in #475
- delete no longer used file by @xlc in #476
- kodadot: metaprime.network using orml-{auction,nft,vesting} by @yangwao in #480
- Support try runtime by @wangjj9219 in #483
- Bump dependencies. by @shaunxw in #485
- Update dependencies. by @shaunxw in #486
- Use polkadot-0.9.1 deps. by @shaunxw in #490
- Use polkadot-0.9.1 branch. by @shaunxw in #491
- Fix polkadot deps: use 'release-v0.9.1' branch. by @shaunxw in #492
- Converted Vec storage to BoundedVec by @brettkolodny in #487
- New weight meter PR by @ermalkaleci in #478
- Replace custom arithmetic error. by @shaunxw in #495
- Added BoundedVec and MaxEncodedLen by @brettkolodny in #496
- Add BoundedVec to vesting by @brettkolodny in #497
- Add BoundedVec to gradually-update by @brettkolodny in #498
- Use polkadot-0.9.2 deps. by @shaunxw in #500
- update event assertion in unit tests by @wangjj9219 in #501
- refactor oracle to remove members by @xlc in #502
- Change CI rustc nightly version. by @shaunxw in #505
- Use polkadot-v0.9.3 deps. by @shaunxw in #506
- update to polkadot 0.9.4 by @xlc in #509
- update nightly by @xlc in #510
- Bencher update by @ermalkaleci in #507
- update deps by @xlc in #515
- hot_fix_bencher by @ermalkaleci in #516
- Update xtokens dependencies. by @shaunxw in #514
- harmonize tokens events with pallet_balances by @gregdhill in #511
- harmonize tokens genesis config with pallet_balances by @gregdhill in #512
- Implement fungible and fungibles for tokens by @zjb0807 in #517
- Consistent 'balances' naming in mocks. by @shaunxw in https://github.com/open-web3-stack/open-runt...
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
Initial release
Initial release of ORML