git.delta.rocks / unique-network / refs/commits / 16c0f797c576

difftreelog

chore(bureaucrate) bump versions

Yaroslav Bolyukin2022-08-04parent: #2efa824.patch.diff
in: master

17 files changed

modifiedCargo.lockdiffbeforeafterboth
57225722
5723[[package]]5723[[package]]
5724name = "pallet-common"5724name = "pallet-common"
5725version = "0.1.3"5725version = "0.1.4"
5726dependencies = [5726dependencies = [
5727 "ethereum",5727 "ethereum",
5728 "evm-coder",5728 "evm-coder",
58695869
5870[[package]]5870[[package]]
5871name = "pallet-evm-coder-substrate"5871name = "pallet-evm-coder-substrate"
5872version = "0.1.0"5872version = "0.1.1"
5873dependencies = [5873dependencies = [
5874 "ethereum",5874 "ethereum",
5875 "evm-coder",5875 "evm-coder",
58875887
5888[[package]]5888[[package]]
5889name = "pallet-evm-contract-helpers"5889name = "pallet-evm-contract-helpers"
5890version = "0.1.0"5890version = "0.1.1"
5891dependencies = [5891dependencies = [
5892 "evm-coder",5892 "evm-coder",
5893 "fp-evm-mapping",5893 "fp-evm-mapping",
59445944
5945[[package]]5945[[package]]
5946name = "pallet-fungible"5946name = "pallet-fungible"
5947version = "0.1.1"5947version = "0.1.2"
5948dependencies = [5948dependencies = [
5949 "ethereum",5949 "ethereum",
5950 "evm-coder",5950 "evm-coder",
61896189
6190[[package]]6190[[package]]
6191name = "pallet-nonfungible"6191name = "pallet-nonfungible"
6192version = "0.1.2"6192version = "0.1.3"
6193dependencies = [6193dependencies = [
6194 "ethereum",6194 "ethereum",
6195 "evm-coder",6195 "evm-coder",
63116311
6312[[package]]6312[[package]]
6313name = "pallet-refungible"6313name = "pallet-refungible"
6314version = "0.2.1"6314version = "0.2.2"
6315dependencies = [6315dependencies = [
6316 "derivative",
6316 "ethereum",6317 "ethereum",
6317 "evm-coder",6318 "evm-coder",
6318 "frame-benchmarking",6319 "frame-benchmarking",
63336334
6334[[package]]6335[[package]]
6335name = "pallet-rmrk-core"6336name = "pallet-rmrk-core"
6336version = "0.1.0"6337version = "0.1.1"
6337dependencies = [6338dependencies = [
6338 "derivative",6339 "derivative",
6339 "frame-benchmarking",6340 "frame-benchmarking",
63546355
6355[[package]]6356[[package]]
6356name = "pallet-rmrk-equip"6357name = "pallet-rmrk-equip"
6357version = "0.1.0"6358version = "0.1.1"
6358dependencies = [6359dependencies = [
6359 "frame-benchmarking",6360 "frame-benchmarking",
6360 "frame-support",6361 "frame-support",
64846485
6485[[package]]6486[[package]]
6486name = "pallet-structure"6487name = "pallet-structure"
6487version = "0.1.0"6488version = "0.1.1"
6488dependencies = [6489dependencies = [
6489 "frame-benchmarking",6490 "frame-benchmarking",
6490 "frame-support",6491 "frame-support",
66296630
6630[[package]]6631[[package]]
6631name = "pallet-unique"6632name = "pallet-unique"
6632version = "0.1.1"6633version = "0.1.2"
6633dependencies = [6634dependencies = [
6634 "ethereum",6635 "ethereum",
6635 "evm-coder",6636 "evm-coder",
1273212733
12733[[package]]12734[[package]]
12734name = "up-data-structs"12735name = "up-data-structs"
12735version = "0.2.0"12736version = "0.2.1"
12736dependencies = [12737dependencies = [
12737 "derivative",12738 "derivative",
12738 "frame-support",12739 "frame-support",
1275012751
12751[[package]]12752[[package]]
12752name = "up-rpc"12753name = "up-rpc"
12753version = "0.1.1"12754version = "0.1.2"
12754dependencies = [12755dependencies = [
12755 "pallet-common",12756 "pallet-common",
12756 "pallet-evm",12757 "pallet-evm",
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-common"2name = "pallet-common"
3version = "0.1.3"3version = "0.1.4"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-evm-coder-substrate"2name = "pallet-evm-coder-substrate"
3version = "0.1.0"3version = "0.1.1"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-evm-contract-helpers"2name = "pallet-evm-contract-helpers"
3version = "0.1.0"3version = "0.1.1"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-fungible"2name = "pallet-fungible"
3version = "0.1.1"3version = "0.1.2"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
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.0"
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/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-nonfungible"2name = "pallet-nonfungible"
3version = "0.1.2"3version = "0.1.3"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-rmrk-core"2name = "pallet-rmrk-core"
3version = "0.1.0"3version = "0.1.1"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-rmrk-equip"2name = "pallet-rmrk-equip"
3version = "0.1.0"3version = "0.1.1"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/refungible/CHANGELOG.mddiffbeforeafterboth
22
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 -->
6## [v0.2.2] 2022-08-04
7
8### Product changes
9
10- Now RefungibleMultipleItems may only receive single user on type level.
11
12### Added features
13
14- Implement property RPC 7bf45b532e32daa91f03c157b58874d21b42ae1f
15
16### Other changes
17
18- refactor: Disallow invalid bulk mints 53fec71cf728dddd012257b407ea30441e699f88
19
20`create_multiple_items_ex` was allowing invalid (that will be always
21rejected at runtime level) refungible mint extrinsics, by passing
22multiple users into `RefungibleMultipleItems` call.
23
5## [v0.2.1] - 2022-07-2724## [v0.2.1] - 2022-07-27
625
7### New features26### New features
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-refungible"2name = "pallet-refungible"
3version = "0.2.1"3version = "0.2.2"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-structure"2name = "pallet-structure"
3version = "0.1.0"3version = "0.1.1"
4edition = "2021"4edition = "2021"
55
6[dependencies]6[dependencies]
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.1'12version = "0.1.2"
1313
14[package.metadata.docs.rs]14[package.metadata.docs.rs]
15targets = ['x86_64-unknown-linux-gnu']15targets = ['x86_64-unknown-linux-gnu']
modifiedprimitives/data-structs/CHANGELOG.mddiffbeforeafterboth
22
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 -->
6## [v0.2.1] 2022-08-04
7
8### Product changes
9
10- Now RefungibleMultipleItems may only receive single user on type level.
11
12### Other changes
13
14- refactor: Disallow invalid bulk mints 53fec71cf728dddd012257b407ea30441e699f88
15
16`create_multiple_items_ex` was allowing invalid (that will be always
17rejected at runtime level) refungible mint extrinsics, by passing
18multiple users into `RefungibleMultipleItems` call.
19
5## [v0.2.0] - 2022-08-0120## [v0.2.0] - 2022-08-01
6### Deprecated21### Deprecated
7- `CreateReFungibleData::const_data`22- `CreateReFungibleData::const_data`
11- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`26- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`
12## [v0.1.1] - 2022-07-2227## [v0.1.1] - 2022-07-22
13### Added28### Added
14- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.29- А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.0'9version = "0.2.1"
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 = [
modifiedprimitives/rmrk-traits/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.1.0'9version = "0.1.0"
1010
11[dependencies]11[dependencies]
12scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }12scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "up-rpc"2name = "up-rpc"
3version = "0.1.1"3version = "0.1.2"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66