Skip to content

Releases: alchemyplatform/light-account

v2.0.0

30 Apr 02:54
dd4187d
Compare
Choose a tag to compare

What's Changed

  • 🔧 remappings: add account-abstraction by @cruzdanilo in #24
  • chore: update audit report by @howydev in #28
  • chore: deploy v1.1.0 on polygon amoy by @jaypaik in #30
  • feat(v2): 4337 v0.7 updates by @jaypaik in #31
  • feat(v2): multi owner light account by @jaypaik in #32
  • refactor(v2): inherit from BaseLightAccount by @jaypaik in #33
  • chore: move and rename audit report by @jaypaik in #38
  • style(v2): consistent natspec style by @jaypaik in #34
  • feat(v2): use solady's minimal ERC-1967 proxy and UUPSUpgradeable by @jaypaik in #35
  • feat(v2): use nested eip-712 approach for isValidSignature by @jaypaik in #36
  • feat(v2): more flexible access controls by @jaypaik in #37
  • feat(v2): Cleanup and comments by @adam-alchemy in #39
  • feat(chains): add zora and frax to deployments by @0xfourzerofour in #40
  • feat(v2): Add signature enum to user operation signature validation by @adam-alchemy in #41
  • feat(v2): Add enum support to MultiOwnerLightAccount 1271 validation by @adam-alchemy in #42
  • refactor(v2): move files and add dependencies section to readme by @jaypaik in #43
  • chore(v2): add MIT license by @jaypaik in #44
  • feat(v2): add SignatureType handling to LightAccount by @jaypaik in #45
  • docs: update README links and add banner by @noam-alchemy in #46
  • feat: stakable factories by @jaypaik in #47
  • fix: [ALC-LA2-2] revert on malformed signature by @jaypaik in #48
  • fix: [ALC-LA2-4] revert when transferring to 0 address by @jaypaik in #49
  • fix: address best practices by @jaypaik in #50
  • fix: [ALC-LA2-3] remove SignatureType.CONTRACT case from MultiOwnerLightAccount by @jaypaik in #51
  • fix: [ALC-LA2-1] document internal function _getCombinedSalt to expect clean upper bits for owner by @jaypaik in #52
  • test: fix EIP-191 prefix for personal_sign tests by @jaypaik in #53
  • feat: revert to previous 1271 implementation by @jaypaik in #55
  • chore: update deploy scripts by @jaypaik in #56
  • chore: v2.0.0 deployments by @jaypaik in #57
  • chore: add audit report for v2 by @jaypaik in #58
  • fix: remove improper natspec on deploy scripts by @jaypaik in #59
  • docs: update for v2.0.0 by @jaypaik in #60

New Contributors

Full Changelog: v1.1.0...v2.0.0