Skip to content

Tags: erc6900/reference-implementation

Tags

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: update package json for npm publish (#205)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: clean up comments (#211)

v0.8.0-rc.7

Toggle v0.8.0-rc.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: fix IModularAccount to return address of the account for native…

… functions (#208)

The reference implementation currently returns `address(this)` which is the address of the account for `ExecutionDataView`'s `module` field. However, the standard currently contradicts this by saying we should return `address(0)` for native functions.

The better design seems to be to return the address of the account since the zero address would also be returned for nonexistent selectors, and it would be difficult to differentiate in those cases.

The client should have the address of the account handy so it'd be easy to compare it against what is returned to check if it's a native function or not.

Thanks @0xrubes for bringing this up!

v0.8.0-rc.6

Toggle v0.8.0-rc.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update version (#206)

v0.8.0-rc.5

Toggle v0.8.0-rc.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: EIP Walidator errors (#202)

v0.8.0-rc.4

Toggle v0.8.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump version to 0.8.0-rc.4 (#196)

v0.8.0-rc.3

Toggle v0.8.0-rc.3's commit message

Verified

This commit was signed with the committer’s verified signature.
jaypaik Jay Paik
chore: bump version to 0.8.0-rc.3 (#189)

v0.8.0-rc.2

Toggle v0.8.0-rc.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jaypaik Jay Paik
feat: rename executeWithAuthorization to executeWithRuntimeValidation (

…#184)

v0.8.0-rc.1

Toggle v0.8.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jaypaik Jay Paik
chore: relax pragma version and make licenses consistent (#182)

v0.8.0-rc.0

Toggle v0.8.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update interfaces to be consistent (#177)