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

Initial unstable release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jacque006 jacque006 released this 23 Dec 02:00
· 1298 commits to main since this release
87e115b

This release sets a milestone/checkpoint for the bls-wallet contracts, aggregator service, and npm package bls-wallet-clients.

This repo/those components are still under heavy active development, are unstable, have not been audited, and are NOT recommended in their current form for mainnet/production use. Here be dragons

Updates

contracts

  • BLSWallet and VerificationGateway are now upgradable #69
  • BLSWallets can now be recovered #72
  • Use bls-wallet-clients in tests #34
  • Linting #65

clients (bls-wallet-clients)

https://www.npmjs.com/package/bls-wallet-clients/v/0.5.0

  • bls-wallet-signers merged into bls-wallet-clients, directly tied to contracts typechain TypeScript definitions #64

aggregator

  • Update with bls-wallet-clients updates #68

extension

  • Decode method name when sending transactions #56

Other

  • Improve monorepo dev setup #26

Still Broken

  • Extension (Quill) functioning with aggegator RPC/contract changes.