Skip to content

Commit

Permalink
Merge pull request #192 from valory-xyz/chg
Browse files Browse the repository at this point in the history
doc: updating changelog
  • Loading branch information
kupermind authored Aug 1, 2024
2 parents a85d0d8 + e1b1e1b commit 32afd07
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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-07-29

### 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/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))

## [1.1.10] - 2024-03-01

_No bytecode changes_.
Expand Down

0 comments on commit 32afd07

Please sign in to comment.