Skip to content

Tags: layer-3/clearsync

Tags

v0.0.129

Toggle v0.0.129's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix some comments (#475)

Signed-off-by: jiangmencity <jiangmen@52it.net>

v0.0.128

Toggle v0.0.128's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(userop): add NewUnsignedUserOp, test (#479)

* feat(userop): add NewUnsignedUserOp, test

* refactor(userop): call NewUnsignedUserOp in NewUserOp

v0.0.127

Toggle v0.0.127's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(debounce): add context param and check if error is recoverab…

…le (#471)

v0.0.126

Toggle v0.0.126's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pkg/userop): unmarshal empty fields as zero-initialized (#466)

v0.0.125

Toggle v0.0.125's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pkg/userop): fix gas multiplication (#461)

* fix(pkg/userop): fix gas multiplication

* refactor(pkg/userop): extract gas price provider, make mocked one

* test(pkg/userop): skip get polygon gas prices test

v0.0.124

Toggle v0.0.124's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pkg/userop): correctly implement json.Unmarshaller iface (#458)

v0.0.123

Toggle v0.0.123's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(pkg/userop): unmarshal, deep copy (#457)

* feat(pkg/userop): add unmarshal, deep copy, tests

* refactor(pkg/userop): rename UORaw to UODTO

v0.0.122

Toggle v0.0.122's commit message
Update bindings to v0.0.122

v0.0.121

Toggle v0.0.121's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: parse galxe addresses as common.Address (#441)

v0.0.120

Toggle v0.0.120's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add executor bindings (#433)

* feat: add dummy executor bingings

* feat: add claim executor bindings

* move executors to artifacts