git.delta.rocks / unique-network / refs/commits / 66a04f87c9e0

difftreelog

misk: Change versions and update changelogs.

Trubnikov Sergey2022-08-05parent: #4747e94.patch.diff
in: master

5 files changed

modifiedCargo.lockdiffbeforeafterboth
57335733
5734[[package]]5734[[package]]
5735name = "pallet-evm-contract-helpers"5735name = "pallet-evm-contract-helpers"
5736version = "0.1.2"5736version = "0.2.0"
5737dependencies = [5737dependencies = [
5738 "evm-coder",5738 "evm-coder",
5739 "fp-evm-mapping",5739 "fp-evm-mapping",
modifiedcrates/evm-coder/CHANGELOG.mddiffbeforeafterboth
1# Change Log
2
3All notable changes to this project will be documented in this file.
1<!-- bureaucrate goes here -->4## [v0.1.2] 2022-08-19
5
6### Added
7
8 - Implementation `AbiWrite` for tuples.
9
10 ### Fixes
11
12 - Tuple generation for solidity.
13
2## [v0.1.1] 2022-08-1614## [v0.1.1] 2022-08-16
315
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.2.0] - 2022-08-19
6
7### Added
8
9 - Add convert funtion from `CrossAccountId` to eth `uint256`.
10
11
5## [0.1.6] - 2022-08-1612## [0.1.6] - 2022-08-16
613
7### Added14### Added
modifiedpallets/evm-contract-helpers/CHANGELOG.mddiffbeforeafterboth
1# Change Log
2
3All notable changes to this project will be documented in this file.
4
1<!-- bureaucrate goes here -->5## [v0.2.0] - 2022-08-19
6
7### Added
8
9 - Set arbitrary evm address as contract sponsor.
10 - Ability to remove current sponsor.
11
12 ### Changed
13
14 - Change `toggle_sponsoring` to `self_sponsored_enable`.
15
16
2## [v0.1.2] 2022-08-1617## [v0.1.2] 2022-08-16
318
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "pallet-evm-contract-helpers"2name = "pallet-evm-contract-helpers"
3version = "0.1.2"3version = "0.2.0"
4license = "GPLv3"4license = "GPLv3"
5edition = "2021"5edition = "2021"
66