Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@matjazv matjazv released this 20 May 08:27
· 51 commits to main since this release
v0.1.0
e39b665

Change Log

v0.1.0 (2024-03-05)

This release features smart contracts, deployment scripts and documentation for the Lisk token on both L1 (Ethereum) and L2 (Lisk) networks, as well as the Claim contract.

Additionally, it marks the initial submission for the security audit conducted by Trail of Bits.

What's Changed

  • Prepare repository for multi-contracts development by @matjazv in #2
  • Implement deployment scripts for Lisk token and Claim process smart contracts by @matjazv in #6
  • Implement Lisk L2 token smart contract by @matjazv in #7
  • Add permit functionality to the Lisk L2 token by @matjazv in #11
  • Address for Lisk L2 token is unified across different networks by @matjazv in #17
  • Implement Lisk L1 token smart contract by @has5aan in #13
  • Send LSK tokens to a different addresses after smart contracts deployment by @matjazv in #19
  • Fix potential issue regarding L2 unified addresses with different L1 token or standard bridge addresses by @matjazv in #21
  • Implement L2 Claim Contract by @Phanco in #8
  • Handle different networks in scripts by @matjazv in #27
  • Semantic versioning is used in upgradable contracts by @matjazv in #28
  • Deterministic contract address calculation improvements by @matjazv in #29
  • Update external libraries to the latest release version by @matjazv in #30
  • Update readme by @matjazv in #31
  • Improve documentation by @matjazv in #35
  • Contract code verification using Blockscout by @matjazv in #33
  • Update mapping by @Phanco in #39
  • Add virtual to functions by @Phanco in #45
  • Resolve Slither warnings for L2LiskToken smart contract by @matjazv in #49
  • Updated L2Claim contract to resolve slither by @Phanco in #50
  • Update L2ClaimTokens script by @Phanco in #52