difftreelog
chore bump versions, update CHANGELOGs
in: master
50 files changed
client/rpc/CHANGELOG.mddiffbeforeafterboth1<!-- bureaucrate goes here -->2## [v0.1.3] 2022-08-1634### Other changes56- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a78- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8910- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b111# Change Log12# Change Log2133All notable changes to this project will be documented in this file.14All notable changes to this project will be documented in this file.client/rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "uc-rpc"2name = "uc-rpc"3version = "0.1.2"3version = "0.1.3"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66crates/evm-coder/CHANGELOG.mddiffbeforeafterbothno changes
crates/evm-coder/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "evm-coder"2name = "evm-coder"3version = "0.1.0"3version = "0.1.1"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66node/cli/CHANGELOG.mddiffbeforeafterbothno changes
node/cli/Cargo.tomldiffbeforeafterboth290license = 'GPLv3'290license = 'GPLv3'291name = 'unique-node'291name = 'unique-node'292repository = 'https://github.com/UniqueNetwork/unique-chain'292repository = 'https://github.com/UniqueNetwork/unique-chain'293version = '0.9.24'293version = "0.9.24"294294295[[bin]]295[[bin]]296name = 'unique-collator'296name = 'unique-collator'node/rpc/CHANGELOG.mddiffbeforeafterbothno changes
node/rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "unique-rpc"2name = "unique-rpc"3version = "0.1.0"3version = "0.1.1"4authors = ['Unique Network <support@uniquenetwork.io>']4authors = ['Unique Network <support@uniquenetwork.io>']5license = 'GPLv3'5license = 'GPLv3'6edition = "2021"6edition = "2021"pallets/common/CHANGELOG.mddiffbeforeafterboth1<!-- bureaucrate goes here -->2## [v0.1.5] 2022-08-1634### Other changes56- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a78- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8910- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d9751112New methods allows to call `remove_prefix` with limit multiple times13in the same block14However, we don't use prefix removal limits, so upgrade is15straightforward1617Upstream-Change: https://github.com/paritytech/substrate/pull/114901819- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b201# Change Log21# Change Log2223All notable changes to this project will be documented in this file.23All notable changes to this project will be documented in this file.18### Added38### Added193920 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.40 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.21 This was an internal request to improve the web interface and support fractionalization event. 41 This was an internal request to improve the web interface and support fractionalization event.2223 pallets/common/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-common"2name = "pallet-common"3version = "0.1.4"3version = "0.1.5"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/configuration/CHANGELOG.mddiffbeforeafterbothno changes
pallets/configuration/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-configuration"2name = "pallet-configuration"3version = "0.1.0"3version = "0.1.1"4edition = "2021"4edition = "2021"556[dependencies]6[dependencies]pallets/evm-coder-substrate/CHANGELOG.mddiffbeforeafterboth1<!-- bureaucrate goes here -->2## [v0.1.3] 2022-08-1634### Other changes56- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a78- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8910- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b111# Change Log12# Change Log2133All notable changes to this project will be documented in this file.14All notable changes to this project will be documented in this file.6177### Fixed18### Fixed8199 - Issue with error not being thrown when non existing function is called on collection contract20 - Issue with error not being thrown when non existing function is called on collection contract10 11 12 pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-evm-coder-substrate"2name = "pallet-evm-coder-substrate"3version = "0.1.2"3version = "0.1.3"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/evm-contract-helpers/CHANGELOG.mddiffbeforeafterbothno changes
pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-evm-contract-helpers"2name = "pallet-evm-contract-helpers"3version = "0.1.1"3version = "0.1.2"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/evm-migration/CHANGELOG.mddiffbeforeafterbothno changes
pallets/evm-migration/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-evm-migration"2name = "pallet-evm-migration"3version = "0.1.0"3version = "0.1.1"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/evm-transaction-payment/CHANGELOG.mddiffbeforeafterbothno changes
pallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-evm-transaction-payment"2name = "pallet-evm-transaction-payment"3version = "0.1.0"3version = "0.1.1"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/fungible/CHANGELOG.mddiffbeforeafterboth1<!-- bureaucrate goes here -->2## [v0.1.3] 2022-08-1634### Other changes56- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a78- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8910- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d9751112New methods allows to call `remove_prefix` with limit multiple times13in the same block14However, we don't use prefix removal limits, so upgrade is15straightforward1617Upstream-Change: https://github.com/paritytech/substrate/pull/114901819- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b201# Change Log21# Change Log2223All notable changes to this project will be documented in this file.23All notable changes to this project will be documented in this file.13### Added33### Added143415 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.35 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.16 This was an internal request to improve the web interface and support fractionalization event. 36 This was an internal request to improve the web interface and support fractionalization event.17 18 19 pallets/fungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-fungible"2name = "pallet-fungible"3version = "0.1.2"3version = "0.1.3"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/inflation/CHANGELOG.mddiffbeforeafterbothno changes
pallets/inflation/Cargo.tomldiffbeforeafterboth9license = 'GPLv3'9license = 'GPLv3'10name = 'pallet-inflation'10name = 'pallet-inflation'11repository = 'https://github.com/UniqueNetwork/unique-chain'11repository = 'https://github.com/UniqueNetwork/unique-chain'12version = "0.1.0"12version = "0.1.1"131314[package.metadata.docs.rs]14[package.metadata.docs.rs]15targets = ['x86_64-unknown-linux-gnu']15targets = ['x86_64-unknown-linux-gnu']pallets/nonfungible/CHANGELOG.mddiffbeforeafterboth1<!-- bureaucrate goes here -->2## [v0.1.4] 2022-08-1634### Other changes56- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a78- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8910- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d9751112New methods allows to call `remove_prefix` with limit multiple times13in the same block14However, we don't use prefix removal limits, so upgrade is15straightforward1617Upstream-Change: https://github.com/paritytech/substrate/pull/114901819- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b201# Change Log21# Change Log2223All notable changes to this project will be documented in this file.23All notable changes to this project will be documented in this file.183819- Implementation of RPC method `token_owners`.39- Implementation of RPC method `token_owners`.20 For reasons of compatibility with this pallet, returns only one owner if token exists.40 For reasons of compatibility with this pallet, returns only one owner if token exists.21 This was an internal request to improve the web interface and support fractionalization event. 41 This was an internal request to improve the web interface and support fractionalization event.22pallets/nonfungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-nonfungible"2name = "pallet-nonfungible"3version = "0.1.3"3version = "0.1.4"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/proxy-rmrk-core/CHANGELOG.mddiffbeforeafterbothno changes
pallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-rmrk-core"2name = "pallet-rmrk-core"3version = "0.1.1"3version = "0.1.2"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/proxy-rmrk-equip/CHANGELOG.mddiffbeforeafterbothno changes
pallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-rmrk-equip"2name = "pallet-rmrk-equip"3version = "0.1.1"3version = "0.1.2"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/refungible/CHANGELOG.mddiffbeforeafterboth3All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.445<!-- bureaucrate goes here -->5<!-- bureaucrate goes here -->6## [v0.2.3] 2022-08-1678### Other changes910- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a1112- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf81314- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d9751516New methods allows to call `remove_prefix` with limit multiple times17in the same block18However, we don't use prefix removal limits, so upgrade is19straightforward2021Upstream-Change: https://github.com/paritytech/substrate/pull/114902223- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b246## [v0.2.2] 2022-08-0425## [v0.2.2] 2022-08-047268### Product changes27### Product changespallets/refungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-refungible"2name = "pallet-refungible"3version = "0.2.2"3version = "0.2.3"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/scheduler/CHANGELOG.mddiffbeforeafterbothno changes
pallets/scheduler/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-unique-scheduler"2name = "pallet-unique-scheduler"3version = "0.1.0"3version = "0.1.1"4authors = ["Unique Network <support@uniquenetwork.io>"]4authors = ["Unique Network <support@uniquenetwork.io>"]5edition = "2021"5edition = "2021"6license = "GPLv3"6license = "GPLv3"pallets/structure/CHANGELOG.mddiffbeforeafterbothno changes
pallets/structure/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-structure"2name = "pallet-structure"3version = "0.1.1"3version = "0.1.2"4edition = "2021"4edition = "2021"556[dependencies]6[dependencies]pallets/unique/CHANGELOG.mddiffbeforeafterboth1<!-- bureaucrate goes here -->2## [v0.1.3] 2022-08-1634### Other changes56- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a78- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8910- refactor: Remove `#[transactional]` from extrinsics 7fd36cea2f6e00c02c67ccc1de9649ae404efd311112Every extrinsic now runs in transaction implicitly, and13`#[transactional]` on pallet dispatchable is now meaningless1415Upstream-Change: https://github.com/paritytech/substrate/issues/108061617- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d9751819New methods allows to call `remove_prefix` with limit multiple times20in the same block21However, we don't use prefix removal limits, so upgrade is22straightforward2324Upstream-Change: https://github.com/paritytech/substrate/pull/114902526- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b271# Change Log28# Change Log2293All notable changes to this project will be documented in this file.30All notable changes to this project will be documented in this file.pallets/unique/Cargo.tomldiffbeforeafterboth9license = 'GPLv3'9license = 'GPLv3'10name = 'pallet-unique'10name = 'pallet-unique'11repository = 'https://github.com/UniqueNetwork/unique-chain'11repository = 'https://github.com/UniqueNetwork/unique-chain'12version = "0.1.2"12version = "0.1.3"131314[package.metadata.docs.rs]14[package.metadata.docs.rs]15targets = ['x86_64-unknown-linux-gnu']15targets = ['x86_64-unknown-linux-gnu']primitives/common/CHANGELOG.mddiffbeforeafterbothno changes
primitives/common/Cargo.tomldiffbeforeafterboth6license = 'All Rights Reserved'6license = 'All Rights Reserved'7name = 'up-common'7name = 'up-common'8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version = '0.9.24'9version = "0.9.25"101011[features]11[features]12default = ['std']12default = ['std']primitives/data-structs/CHANGELOG.mddiffbeforeafterboth3All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.445<!-- bureaucrate goes here -->5<!-- bureaucrate goes here -->6## [v0.2.2] 2022-08-1678### Other changes910- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a1112- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf81314- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b156## [v0.2.1] 2022-08-0416## [v0.2.1] 2022-08-047178### Product changes18### Product changes26- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`36- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`27## [v0.1.1] - 2022-07-2237## [v0.1.1] - 2022-07-2228### Added38### Added29- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.39- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.30primitives/data-structs/Cargo.tomldiffbeforeafterboth6license = 'GPLv3'6license = 'GPLv3'7homepage = "https://unique.network"7homepage = "https://unique.network"8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version = "0.2.1"9version = "0.2.2"101011[dependencies]11[dependencies]12scale-info = { version = "2.0.1", default-features = false, features = [12scale-info = { version = "2.0.1", default-features = false, features = [primitives/rmrk-rpc/CHANGELOG.mddiffbeforeafterbothno changes
primitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "rmrk-rpc"2name = "rmrk-rpc"3version = "0.0.1"3version = "0.0.2"4license = ""4license = ""5edition = "2021"5edition = "2021"66primitives/rpc/CHANGELOG.mddiffbeforeafterboth1<!-- bureaucrate goes here -->2## [v0.1.3] 2022-08-1634### Other changes56- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a78- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8910- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b111# Change Log12# Change Log2133All notable changes to this project will be documented in this file.14All notable changes to this project will be documented in this file.7### Added18### Added8199 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.20 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.10 This was an internal request to improve the web interface and support fractionalization event. 21 This was an internal request to improve the web interface and support fractionalization event.primitives/rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "up-rpc"2name = "up-rpc"3version = "0.1.2"3version = "0.1.3"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66runtime/opal/CHANGELOG.mddiffbeforeafterboth1<!-- bureaucrate goes here -->2## [v0.9.25] 2022-08-1634### Bugfixes56- Add missing config keys 74f532ac28dce15c15e7d576c074a58eba658c0878### Other changes910- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a1112- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf81314- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b151# Change Log16# Change Log2173All notable changes to this project will be documented in this file.18All notable changes to this project will be documented in this file.4runtime/opal/Cargo.tomldiffbeforeafterboth10license = 'GPLv3'10license = 'GPLv3'11name = 'opal-runtime'11name = 'opal-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version = '0.9.24'13version = "0.9.24"141415[package.metadata.docs.rs]15[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']runtime/tests/CHANGELOG.mddiffbeforeafterbothno changes
runtime/tests/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "tests"2name = "tests"3version = "0.1.0"3version = "0.1.1"4edition = "2021"4edition = "2021"556[features]6[features]