From f8b4326f4585a23439d8735915b11ace505ed066 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Mon, 29 Jul 2024 10:38:16 +0100 Subject: [PATCH 1/3] doc: updating changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62fa6b5..d19a04aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org). +[1.2.2]: https://github.com/valory-xyz/autonolas-registries/compare/v1.1.10...v1.2.2 [1.1.10]: https://github.com/valory-xyz/autonolas-registries/compare/v1.1.9...v1.1.10 [1.1.9]: https://github.com/valory-xyz/autonolas-registries/compare/v1.1.8...v1.1.9 [1.1.8]: https://github.com/valory-xyz/autonolas-registries/compare/v1.1.7...v1.1.8 @@ -21,6 +22,16 @@ The format is based on [Common Changelog](https://common-changelog.org). [1.0.0]: https://github.com/valory-xyz/autonolas-registries/releases/tag/v1.0.0 +## [1.2.2] - 2024-01-23 + +### Changed + +- Introducing Service Staking according to [PoAA Whitepaper](https://staking.olas.network/poaa-whitepaper.pdf) +- Refactored `StakingBase.sol` for revised service staking ([#166](https://github.com/valory-xyz/autonolas-registries/pull/141)), with the subsequent internal audit ([#167](https://github.com/valory-xyz/autonolas-registries/pull/167)), and complete [C4R audit competition](https://github.com/code-423n4/2024-05-olas-findings) +- Created `StakingFactory.sol`, `StakingProxy.sol`, `StakingActivityChecker.sol` and `StakingVerifier.sol` +- Deployed `StakingToken.sol`, `StakingFactory.sol`, and `StakingVerifier.sol` ([#191](https://github.com/valory-xyz/autonolas-registries/pull/191)) +- Updated documentation + ## [1.1.10] - 2024-03-01 _No bytecode changes_. From 2711892714634ecf6d3186df5291155fd5cf9076 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Mon, 29 Jul 2024 12:43:59 +0100 Subject: [PATCH 2/3] chore: date change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d19a04aa..959d23eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ The format is based on [Common Changelog](https://common-changelog.org). [1.0.0]: https://github.com/valory-xyz/autonolas-registries/releases/tag/v1.0.0 -## [1.2.2] - 2024-01-23 +## [1.2.2] - 2024-07-29 ### Changed From e1b1e1b1056eafd090c041c7f6eff383b393e930 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Mon, 29 Jul 2024 12:49:03 +0100 Subject: [PATCH 3/3] doc: minor changes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 959d23eb..6ee6c0b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,10 +27,10 @@ The format is based on [Common Changelog](https://common-changelog.org). ### Changed - Introducing Service Staking according to [PoAA Whitepaper](https://staking.olas.network/poaa-whitepaper.pdf) -- Refactored `StakingBase.sol` for revised service staking ([#166](https://github.com/valory-xyz/autonolas-registries/pull/141)), with the subsequent internal audit ([#167](https://github.com/valory-xyz/autonolas-registries/pull/167)), and complete [C4R audit competition](https://github.com/code-423n4/2024-05-olas-findings) +- Refactored `StakingBase.sol` for revised service staking ([#166](https://github.com/valory-xyz/autonolas-registries/pull/166)), with the subsequent internal audit ([#167](https://github.com/valory-xyz/autonolas-registries/pull/167)) - Created `StakingFactory.sol`, `StakingProxy.sol`, `StakingActivityChecker.sol` and `StakingVerifier.sol` +- Participated in a complete [C4R audit competition](https://github.com/code-423n4/2024-05-olas-findings) and addressed findings - Deployed `StakingToken.sol`, `StakingFactory.sol`, and `StakingVerifier.sol` ([#191](https://github.com/valory-xyz/autonolas-registries/pull/191)) -- Updated documentation ## [1.1.10] - 2024-03-01