From 66a04f87c9e0322c6b077e30add1406cfc1bcb57 Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Fri, 05 Aug 2022 16:49:47 +0000 Subject: [PATCH] misk: Change versions and update changelogs. --- --- a/Cargo.lock +++ b/Cargo.lock @@ -5733,7 +5733,7 @@ [[package]] name = "pallet-evm-contract-helpers" -version = "0.1.2" +version = "0.2.0" dependencies = [ "evm-coder", "fp-evm-mapping", --- a/crates/evm-coder/CHANGELOG.md +++ b/crates/evm-coder/CHANGELOG.md @@ -1,4 +1,16 @@ - +# Change Log + +All notable changes to this project will be documented in this file. +## [v0.1.2] 2022-08-19 + +### Added + + - Implementation `AbiWrite` for tuples. + + ### Fixes + + - Tuple generation for solidity. + ## [v0.1.1] 2022-08-16 ### Other changes --- a/pallets/common/CHANGELOG.md +++ b/pallets/common/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.2.0] - 2022-08-19 + +### Added + + - Add convert funtion from `CrossAccountId` to eth `uint256`. + + ## [0.1.6] - 2022-08-16 ### Added --- a/pallets/evm-contract-helpers/CHANGELOG.md +++ b/pallets/evm-contract-helpers/CHANGELOG.md @@ -1,4 +1,19 @@ - +# Change Log + +All notable changes to this project will be documented in this file. + +## [v0.2.0] - 2022-08-19 + +### Added + + - Set arbitrary evm address as contract sponsor. + - Ability to remove current sponsor. + + ### Changed + + - Change `toggle_sponsoring` to `self_sponsored_enable`. + + ## [v0.1.2] 2022-08-16 ### Other changes --- a/pallets/evm-contract-helpers/Cargo.toml +++ b/pallets/evm-contract-helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-evm-contract-helpers" -version = "0.1.2" +version = "0.2.0" license = "GPLv3" edition = "2021" -- gitstuff