Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Fix invalid subgroup checks for Pubkeys

Pre-release
Pre-release
Compare
Choose a tag to compare
@ChihChengLiang ChihChengLiang released this 16 Nov 10:53
· 566 commits to master since this release

BLS

  • #328 Fix invalid subgroup checks for Pubkeys

Notable Improvement on contracts

  • #314 #321 replaced governance contract with parameters contract
  • #309 Abstract bitmap library for Vault and WithdrawManager
  • #283 #294 Refactor state transitions
  • #288 Make Merkle tree manipulation a library

Features

Create2Transfer

  • #231 Add create2transfer

MassMigration

  • #284 Add fee to mass migration
  • #264 Complete Withdraw Manager
  • #257 Fix Mass Migration

Batch

  • #276 Reduce the size of storage metadata to put on the chain

Notable bug fix

  • #304 Fix encode decimal
  • #278 Fix check on the first commitment of the batch
  • #271 Fix on deposits
  • #268 Fix stake manager

Test utils

  • #298 Cleanup state tree

See the rest here