git.delta.rocks / unique-network / refs/commits / 45948719b712

difftreelog

chore bump versions, update CHANGELOGs

Daniel Shiposha2022-08-16parent: #a5762ef.patch.diff
in: master

50 files changed

modifiedclient/rpc/CHANGELOG.mddiffbeforeafterboth
1<!-- bureaucrate goes here -->
2## [v0.1.3] 2022-08-16
3
4### Other changes
5
6- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
7
8- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
9
10- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
11
1# Change Log12# Change Log
213
3All notable changes to this project will be documented in this file.14All notable changes to this project will be documented in this file.
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
1[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"
66
addedcrates/evm-coder/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
1[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"
66
addednode/cli/CHANGELOG.mddiffbeforeafterboth

no changes

modifiednode/cli/Cargo.tomldiffbeforeafterboth
290license = '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"
294294
295[[bin]]295[[bin]]
296name = 'unique-collator'296name = 'unique-collator'
addednode/rpc/CHANGELOG.mddiffbeforeafterboth

no changes

modifiednode/rpc/Cargo.tomldiffbeforeafterboth
1[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"
modifiedpallets/common/CHANGELOG.mddiffbeforeafterboth
1<!-- bureaucrate goes here -->
2## [v0.1.5] 2022-08-16
3
4### Other changes
5
6- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
7
8- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
9
10- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d975
11
12New methods allows to call `remove_prefix` with limit multiple times
13in the same block
14However, we don't use prefix removal limits, so upgrade is
15straightforward
16
17Upstream-Change: https://github.com/paritytech/substrate/pull/11490
18
19- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
20
1# Change Log21# Change Log
222
3All 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### Added
1939
20 - 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.
22
23
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
1[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"
66
addedpallets/configuration/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedpallets/configuration/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-configuration"2name = "pallet-configuration"
3version = "0.1.0"3version = "0.1.1"
4edition = "2021"4edition = "2021"
55
6[dependencies]6[dependencies]
modifiedpallets/evm-coder-substrate/CHANGELOG.mddiffbeforeafterboth
1<!-- bureaucrate goes here -->
2## [v0.1.3] 2022-08-16
3
4### Other changes
5
6- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
7
8- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
9
10- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
11
1# Change Log12# Change Log
213
3All notable changes to this project will be documented in this file.14All notable changes to this project will be documented in this file.
617
7### Fixed18### Fixed
819
9 - 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 contract
10
11
12
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
1[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"
66
addedpallets/evm-contract-helpers/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
1[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"
66
addedpallets/evm-migration/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
1[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"
66
addedpallets/evm-transaction-payment/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
1[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"
66
modifiedpallets/fungible/CHANGELOG.mddiffbeforeafterboth
1<!-- bureaucrate goes here -->
2## [v0.1.3] 2022-08-16
3
4### Other changes
5
6- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
7
8- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
9
10- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d975
11
12New methods allows to call `remove_prefix` with limit multiple times
13in the same block
14However, we don't use prefix removal limits, so upgrade is
15straightforward
16
17Upstream-Change: https://github.com/paritytech/substrate/pull/11490
18
19- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
20
1# Change Log21# Change Log
222
3All 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### Added
1434
15 - 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
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
1[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"
66
addedpallets/inflation/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
9license = '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"
1313
14[package.metadata.docs.rs]14[package.metadata.docs.rs]
15targets = ['x86_64-unknown-linux-gnu']15targets = ['x86_64-unknown-linux-gnu']
modifiedpallets/nonfungible/CHANGELOG.mddiffbeforeafterboth
1<!-- bureaucrate goes here -->
2## [v0.1.4] 2022-08-16
3
4### Other changes
5
6- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
7
8- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
9
10- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d975
11
12New methods allows to call `remove_prefix` with limit multiple times
13in the same block
14However, we don't use prefix removal limits, so upgrade is
15straightforward
16
17Upstream-Change: https://github.com/paritytech/substrate/pull/11490
18
19- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
20
1# Change Log21# Change Log
222
3All notable changes to this project will be documented in this file.23All notable changes to this project will be documented in this file.
1838
19- 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.
22
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
1[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"
66
addedpallets/proxy-rmrk-core/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
1[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"
66
addedpallets/proxy-rmrk-equip/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
1[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"
66
modifiedpallets/refungible/CHANGELOG.mddiffbeforeafterboth
3All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.
44
5<!-- bureaucrate goes here -->5<!-- bureaucrate goes here -->
6## [v0.2.3] 2022-08-16
7
8### Other changes
9
10- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
11
12- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
13
14- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d975
15
16New methods allows to call `remove_prefix` with limit multiple times
17in the same block
18However, we don't use prefix removal limits, so upgrade is
19straightforward
20
21Upstream-Change: https://github.com/paritytech/substrate/pull/11490
22
23- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
24
6## [v0.2.2] 2022-08-0425## [v0.2.2] 2022-08-04
726
8### Product changes27### Product changes
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
1[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"
66
addedpallets/scheduler/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
1[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"
addedpallets/structure/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-structure"2name = "pallet-structure"
3version = "0.1.1"3version = "0.1.2"
4edition = "2021"4edition = "2021"
55
6[dependencies]6[dependencies]
modifiedpallets/unique/CHANGELOG.mddiffbeforeafterboth
1<!-- bureaucrate goes here -->
2## [v0.1.3] 2022-08-16
3
4### Other changes
5
6- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
7
8- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
9
10- refactor: Remove `#[transactional]` from extrinsics 7fd36cea2f6e00c02c67ccc1de9649ae404efd31
11
12Every extrinsic now runs in transaction implicitly, and
13`#[transactional]` on pallet dispatchable is now meaningless
14
15Upstream-Change: https://github.com/paritytech/substrate/issues/10806
16
17- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d975
18
19New methods allows to call `remove_prefix` with limit multiple times
20in the same block
21However, we don't use prefix removal limits, so upgrade is
22straightforward
23
24Upstream-Change: https://github.com/paritytech/substrate/pull/11490
25
26- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
27
1# Change Log28# Change Log
229
3All notable changes to this project will be documented in this file.30All notable changes to this project will be documented in this file.
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
9license = '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"
1313
14[package.metadata.docs.rs]14[package.metadata.docs.rs]
15targets = ['x86_64-unknown-linux-gnu']15targets = ['x86_64-unknown-linux-gnu']
addedprimitives/common/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedprimitives/common/Cargo.tomldiffbeforeafterboth
6license = '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"
1010
11[features]11[features]
12default = ['std']12default = ['std']
modifiedprimitives/data-structs/CHANGELOG.mddiffbeforeafterboth
3All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.
44
5<!-- bureaucrate goes here -->5<!-- bureaucrate goes here -->
6## [v0.2.2] 2022-08-16
7
8### Other changes
9
10- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
11
12- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
13
14- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
15
6## [v0.2.1] 2022-08-0416## [v0.2.1] 2022-08-04
717
8### Product changes18### Product changes
26- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`36- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`
27## [v0.1.1] - 2022-07-2237## [v0.1.1] - 2022-07-22
28### Added38### Added
29- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.39- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.
30
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
6license = '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"
1010
11[dependencies]11[dependencies]
12scale-info = { version = "2.0.1", default-features = false, features = [12scale-info = { version = "2.0.1", default-features = false, features = [
addedprimitives/rmrk-rpc/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedprimitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "rmrk-rpc"2name = "rmrk-rpc"
3version = "0.0.1"3version = "0.0.2"
4license = ""4license = ""
5edition = "2021"5edition = "2021"
66
modifiedprimitives/rpc/CHANGELOG.mddiffbeforeafterboth
1<!-- bureaucrate goes here -->
2## [v0.1.3] 2022-08-16
3
4### Other changes
5
6- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
7
8- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
9
10- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
11
1# Change Log12# Change Log
213
3All 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### Added
819
9 - 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.
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
1[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"
66
modifiedruntime/opal/CHANGELOG.mddiffbeforeafterboth
1<!-- bureaucrate goes here -->
2## [v0.9.25] 2022-08-16
3
4### Bugfixes
5
6- Add missing config keys 74f532ac28dce15c15e7d576c074a58eba658c08
7
8### Other changes
9
10- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
11
12- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
13
14- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
15
1# Change Log16# Change Log
217
3All notable changes to this project will be documented in this file.18All notable changes to this project will be documented in this file.
4
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
10license = '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"
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
addedruntime/tests/CHANGELOG.mddiffbeforeafterboth

no changes

modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "tests"2name = "tests"
3version = "0.1.0"3version = "0.1.1"
4edition = "2021"4edition = "2021"
55
6[features]6[features]