difftreelog
bump versions
in: master
12 files changed
Cargo.lockdiffbeforeafterboth233223322333[[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",235223522353[[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",583158315832[[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",612161216122[[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",636463646365[[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",648664866487[[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",crates/evm-coder/CHANGELOG.mddiffbeforeafterboth223All 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## [0.1.3] - 2022-08-296## [v0.1.4] - 2022-11-027### Added8 - Named structures support.6910## [v0.1.3] - 2022-08-29117### Fixed12### Fixed8139 - Parsing simple values.14 - Parsing simple values.101511<!-- bureaucrate goes here -->12## [v0.1.2] 2022-08-1916## [v0.1.2] 2022-08-19131714### Added18### Addedcrates/evm-coder/Cargo.tomldiffbeforeafterboth1[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"667[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 selectors10# sha3 = "0.10.1"11# evm-coder reexports those proc-macro9# evm-coder reexports those proc-macro12evm-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 otherscrates/evm-coder/procedural/Cargo.tomldiffbeforeafterboth1[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"66pallets/common/CHANGELOG.mddiffbeforeafterboth223All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.445## [0.1.10] - 2022-11-026### Changed7 - Use named structure `EthCrossAccount` in eth functions.85## [0.1.9] - 2022-10-139## [0.1.9] - 2022-10-136107## Added11## Addedpallets/common/Cargo.tomldiffbeforeafterboth1[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"66pallets/fungible/CHANGELOG.mddiffbeforeafterboth223All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.445## [0.1.6] - 2022-11-026### Changed7 - Use named structure `EthCrossAccount` in eth functions.586## [0.1.5] - 2022-08-299## [0.1.5] - 2022-08-29710pallets/fungible/Cargo.tomldiffbeforeafterboth1[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"66pallets/nonfungible/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.1.7] - 2022-11-027### Changed8 - Use named structure `EthCrossAccount` in eth functions.697## [v0.1.6] - 2022-20-1010## [v0.1.6] - 2022-20-10811pallets/nonfungible/Cargo.tomldiffbeforeafterboth1[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"66pallets/refungible/CHANGELOG.mddiffbeforeafterboth223All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.445## [v0.2.6] - 2022-11-026### Changed7 - Use named structure `EthCrossAccount` in eth functions.85## [v0.2.5] - 2022-20-109## [v0.2.5] - 2022-20-106107### Change11### Changepallets/refungible/Cargo.tomldiffbeforeafterboth1[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