git.delta.rocks / unique-network / refs/commits / 3a229769cc4c

difftreelog

Version cleanup

Greg Zaitsev2021-02-18parent: #73dc97f.patch.diff
in: master

5 files changed

modified.gitignorediffbeforeafterboth
10einstein_key_file10einstein_key_file
11*store_key*.json11*store_key*.json
1212
13/.idea/13/.idea/
14
15tests/.vscode
modifiedCargo.lockdiffbeforeafterboth
34563456
3457[[package]]3457[[package]]
3458name = "nft-runtime"3458name = "nft-runtime"
3459version = "3.0.0"3459version = "2.1.0"
3460dependencies = [3460dependencies = [
3461 "frame-benchmarking",3461 "frame-benchmarking",
3462 "frame-executive",3462 "frame-executive",
37853785
3786[[package]]3786[[package]]
3787name = "pallet-nft"3787name = "pallet-nft"
3788version = "3.0.0"3788version = "2.1.0"
3789dependencies = [3789dependencies = [
3790 "frame-benchmarking",3790 "frame-benchmarking",
3791 "frame-support",3791 "frame-support",
modifiednode/Cargo.tomldiffbeforeafterboth
12description = 'Substrate node nft'12description = 'Substrate node nft'
13edition = '2018'13edition = '2018'
14homepage = 'https://usetech.com/blockchain'14homepage = 'https://usetech.com/blockchain'
15license = 'Unlicense'15license = 'All Rights Reserved'
16name = 'nft'16name = 'nft'
17repository = 'https://github.com/substrate-developer-hub/nft/'17repository = 'https://github.com/usetech-llc/nft_private/'
18version = '3.0.0'18version = '3.0.0'
1919
20[package.metadata.docs.rs]20[package.metadata.docs.rs]
29jsonrpc-core = '15.0.0'29jsonrpc-core = '15.0.0'
3030
31# Substrate dependencies31# Substrate dependencies
32nft-runtime = { path = '../runtime', version = '3.0.0' }32nft-runtime = { path = '../runtime', version = '2.1.0' }
33frame-benchmarking = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}33frame-benchmarking = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}
34frame-benchmarking-cli = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}34frame-benchmarking-cli = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}
35pallet-transaction-payment-rpc = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}35pallet-transaction-payment-rpc = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}
modifiedpallets/nft/Cargo.tomldiffbeforeafterboth
6license = 'Unlicense'6license = 'Unlicense'
7name = 'pallet-nft'7name = 'pallet-nft'
8repository = 'https://github.com/substrate-developer-hub/nft/'8repository = 'https://github.com/substrate-developer-hub/nft/'
9version = '3.0.0'9version = '2.1.0'
1010
11[package.metadata.docs.rs]11[package.metadata.docs.rs]
12targets = ['x86_64-unknown-linux-gnu']12targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']2authors = ['UseTech Professional <https://usetech.com/blockchain>']
3edition = '2018'3edition = '2018'
4homepage = 'https://substrate.io'4homepage = 'https://substrate.io'
5license = 'Unlicense'5license = 'All Rights Reserved'
6name = 'nft-runtime'6name = 'nft-runtime'
7repository = 'https://github.com/usetech-llc/nft_parachain/'7repository = 'https://github.com/usetech-llc/nft_parachain/'
8version = '3.0.0'8version = '2.1.0'
99
10[package.metadata.docs.rs]10[package.metadata.docs.rs]
11targets = ['x86_64-unknown-linux-gnu']11targets = ['x86_64-unknown-linux-gnu']
25serde = { features = ['derive'], optional = true, version = '1.0.101' }25serde = { features = ['derive'], optional = true, version = '1.0.101' }
2626
27# local dependencies27# local dependencies
28pallet-nft = { path = '../pallets/nft', default-features = false, version = '3.0.0' }28pallet-nft = { path = '../pallets/nft', default-features = false, version = '2.1.0' }
2929
30# Substrate dependencies30# Substrate dependencies
31frame-benchmarking = { default-features = false, optional = true, version = '2.0.1' , git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique' }31frame-benchmarking = { default-features = false, optional = true, version = '2.0.1' , git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique' }