Skip to content

Latest commit

 

History

History
114 lines (80 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

114 lines (80 loc) · 5.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Common Changelog.

[v1.2.2] - 2024-07-29

  • Created and deployed VoteWeighting contract as part of the PoAA requirement (#150)
  • Participated in a complete C4R audit competition and addressed findings

[v1.1.10] - 2024-03-08

  • Created OptimismMessenger contract to serve as a bridge mediator on Optimism and Base networks (#114)
  • Created WormholeMessenger contracts to serve as a bridge mediator on Celo and other L2 networks (#116)
  • Deploying OptimismMessenger to Optimism and Base, deploying WormholeMessenger on Celo
  • Updated documentation
  • Tests coverage

[v1.1.9] - 2024-01-19

  • Refactor GuardCM reacting to C4A findings (#107)
  • Deployment of refactored GuardCM contract
  • Deployment of ERC20 bridge infrastructure contracts between ETH and Polygon (#106)
  • Updated documentation
  • Tests coverage

[v1.1.8] - 2023-12-18

  • Updated the implementation of GuardCM contract for community multisig (CM) guard (#101)
  • Updated documentation
  • Tests coverage
  • Refactor GuardCM contract (#104) reacting to the internal audit (audit8)

[v1.1.7-post-internal-audit] - 2023-11-30

  • Created and deployed ERC20 token bridging contracts to Polygon mumbai and Ethereum goerli testnets (#95)
  • Updated documentation and deployment scripts
  • Added unit tests, coverage and bridging integration test scripts
  • Refactor and tests for ERC20 token bridging contracts ((#97)[#97]) reacting to the internal audit (audit7)

1.1.6 - 2023-09-07

Changed

  • Created and deployed GuardCM contract for community multisig (CM) guard (#83) with the subsequent internal audit (audit6)

1.1.5 - 2023-10-04

Changed

No bytecode changes.

  • Added last external audit
  • Updated audit contract setup script
  • Updated documentation
  • Created proposal scripts
  • Created script to check on-chain configurations

1.1.4 - 2023-06-21

Changed

  • Updated and deployed GovernorOLAS that was refactored based on the OpenZeppelin contracts version 4.8.3 (#76) with the subsequent internal audit (audit5)

1.1.3 - 2023-05-19

Changed

  • Created and deployed HomeMediator contract that acts as a bridge mediator between Ethereum and Gnosis chains (#69) with the subsequent internal audit (audit4)

1.1.2 - 2023-04-21

No bytecode changes.

Changed

  • Updated documentation and contract addresses

1.1.1 - 2023-04-13

Changed

  • Created and deployed wveOLAS contract that wraps veOLAS functionality with a couple of corrected view functions (#52) with the subsequent internal audit (audit2)
  • Created and deployed FxGovernorTunnel contract that acts as a bridge mediator between Ethereum and Polygon chains (#58) with the subsequent internal audit (audit3)

1.0.1 - 2022-12-09

Changed

  • Updated NatSpec comments in contracts
  • Updated documentation
  • Added more tests
  • Addressed known vulnerabilities

1.0.0 - 2022-06-30

Added

  • Initial release