This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
Initial unstable release
Pre-release
Pre-release
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
andVerificationGateway
are now upgradable #69BLSWallet
s 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 intobls-wallet-clients
, directly tied tocontracts
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.