Releases: san-lab/go4337
Releases · san-lab/go4337
Release list
v0.2.3
v0.2.2
Mostly working direct chain calls, legacy and entrypoint.
Address books now with labels and interconnected.
v0.2.1
Direct call to RPC endpoints. The gas limits being uint64/big.Int is still a mess - inherited from go-ethereum...
v.0.2.0
First version working with the "VerifyingPaymaster" from ethinfinitism.
MVP, tested against v6 Endpoint
The first version that actually let you import your ABI's, define your UserOperation, sign it (ECDSA, imported private key only atm), and export the UserOperation as a Remix-compatible tuple / Bundler standard JSON.
Still a lot to do...