Skip to content

Releases: san-lab/go4337

v0.2.3

Choose a tag to compare

@kubasiemion kubasiemion released this 10 Sep 20:59

3rd Party APIs. This tag has reasonably well integrated Alchemy API for V6

v0.2.2

Choose a tag to compare

@kubasiemion kubasiemion released this 23 Aug 13:19

Mostly working direct chain calls, legacy and entrypoint.
Address books now with labels and interconnected.

v0.2.1

Choose a tag to compare

@kubasiemion kubasiemion released this 21 Aug 08:52

Direct call to RPC endpoints. The gas limits being uint64/big.Int is still a mess - inherited from go-ethereum...

v.0.2.0

Choose a tag to compare

@kubasiemion kubasiemion released this 02 Aug 06:57

First version working with the "VerifyingPaymaster" from ethinfinitism.

MVP, tested against v6 Endpoint

Choose a tag to compare

@kubasiemion kubasiemion released this 24 Jul 09:43

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...

License added

Choose a tag to compare

@kubasiemion kubasiemion released this 19 Jun 11:56
cbee0a5

MIT License

v0.0.1

Choose a tag to compare

@kubasiemion kubasiemion released this 19 Jun 11:51

First usable code base