git.delta.rocks / unique-network / refs/commits / 43fd1a25422f

difftreelog

bump versions

Trubnikov Sergey2022-11-02parent: #8716320.patch.diff
in: master

12 files changed

modifiedCargo.lockdiffbeforeafterboth
23322332
2333[[package]]2333[[package]]
2334name = "evm-coder"2334name = "evm-coder"
2335version = "0.1.3"2335version = "0.1.4"
2336dependencies = [2336dependencies = [
2337 "concat-idents",2337 "concat-idents",
2338 "ethereum",2338 "ethereum",
23522352
2353[[package]]2353[[package]]
2354name = "evm-coder-procedural"2354name = "evm-coder-procedural"
2355version = "0.2.0"2355version = "0.2.1"
2356dependencies = [2356dependencies = [
2357 "Inflector",2357 "Inflector",
2358 "hex",2358 "hex",
58315831
5832[[package]]5832[[package]]
5833name = "pallet-common"5833name = "pallet-common"
5834version = "0.1.9"5834version = "0.1.10"
5835dependencies = [5835dependencies = [
5836 "ethereum",5836 "ethereum",
5837 "evm-coder",5837 "evm-coder",
61216121
6122[[package]]6122[[package]]
6123name = "pallet-fungible"6123name = "pallet-fungible"
6124version = "0.1.5"6124version = "0.1.6"
6125dependencies = [6125dependencies = [
6126 "ethereum",6126 "ethereum",
6127 "evm-coder",6127 "evm-coder",
63646364
6365[[package]]6365[[package]]
6366name = "pallet-nonfungible"6366name = "pallet-nonfungible"
6367version = "0.1.6"6367version = "0.1.7"
6368dependencies = [6368dependencies = [
6369 "ethereum",6369 "ethereum",
6370 "evm-coder",6370 "evm-coder",
64866486
6487[[package]]6487[[package]]
6488name = "pallet-refungible"6488name = "pallet-refungible"
6489version = "0.2.5"6489version = "0.2.6"
6490dependencies = [6490dependencies = [
6491 "derivative",6491 "derivative",
6492 "ethereum",6492 "ethereum",
modifiedcrates/evm-coder/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 -->
5## [0.1.3] - 2022-08-296## [v0.1.4] - 2022-11-02
7### Added
8 - Named structures support.
69
10## [v0.1.3] - 2022-08-29
11
7### Fixed12### Fixed
813
9 - Parsing simple values.14 - Parsing simple values.
1015
11<!-- bureaucrate goes here -->
12## [v0.1.2] 2022-08-1916## [v0.1.2] 2022-08-19
1317
14### Added18### Added
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "evm-coder"2name = "evm-coder"
3version = "0.1.3"3version = "0.1.4"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
7[dependencies]7[dependencies]
8sha3-const = { version = "0.1.1", default-features = false }8sha3-const = { version = "0.1.1", default-features = false }
9# Ethereum uses keccak (=sha3) for selectors
10# sha3 = "0.10.1"
11# evm-coder reexports those proc-macro9# evm-coder reexports those proc-macro
12evm-coder-procedural = { path = "./procedural" }10evm-coder-procedural = { path = "./procedural" }
13# Evm uses primitive-types for H160, H256 and others11# Evm uses primitive-types for H160, H256 and others
modifiedcrates/evm-coder/procedural/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "evm-coder-procedural"2name = "evm-coder-procedural"
3version = "0.2.0"3version = "0.2.1"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/common/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## [0.1.10] - 2022-11-02
6### Changed
7 - Use named structure `EthCrossAccount` in eth functions.
8
5## [0.1.9] - 2022-10-139## [0.1.9] - 2022-10-13
610
7## Added11## Added
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-common"2name = "pallet-common"
3version = "0.1.9"3version = "0.1.10"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/fungible/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## [0.1.6] - 2022-11-02
6### Changed
7 - Use named structure `EthCrossAccount` in eth functions.
58
6## [0.1.5] - 2022-08-299## [0.1.5] - 2022-08-29
710
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-fungible"2name = "pallet-fungible"
3version = "0.1.5"3version = "0.1.6"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66
modifiedpallets/nonfungible/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.1.7] - 2022-11-02
7### Changed
8 - Use named structure `EthCrossAccount` in eth functions.
69
7## [v0.1.6] - 2022-20-1010## [v0.1.6] - 2022-20-10
811
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-nonfungible"2name = "pallet-nonfungible"
3version = "0.1.6"3version = "0.1.7"
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## [v0.2.6] - 2022-11-02
6### Changed
7 - Use named structure `EthCrossAccount` in eth functions.
8
5## [v0.2.5] - 2022-20-109## [v0.2.5] - 2022-20-10
610
7### Change11### Change
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-refungible"2name = "pallet-refungible"
3version = "0.2.5"3version = "0.2.6"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66