Skip to content

4.3.15

Choose a tag to compare

@satoshiotomakan satoshiotomakan released this 03 Oct 12:55
· 32 commits to master since this release
5198377

What's Changed

  • feat(Biz): Add helper functions to support BizPasskeySessionAccount by @satoshiotomakan in #4516

  • Add Biz module

    • BREAKING Move Barz.getEncodedHash to Biz.getEncodedHash
    • BREAKING Move Barz.getSignedHash to Biz.getSignedHash
    • Add Biz.encodeRegisterSessionCall
    • Add Biz.encodeRemoveSessionCall
    • Add Biz.encodePasskeySessionNonce
    • Add Biz.encodeExecuteWithPasskeySessionCall
  • Add Eip7702 module

    • BREAKING Move Barz.getAuthorizationHash to Eip7702.getAuthorizationHash
    • BREAKING Move Barz.signAuthorization to Eip7702.signAuthorization
  • Add WebAuthnSolidity module with the following methods:

    • WebAuthnSolidity.getMessageHash
    • WebAuthnSolidity.GetFormattedSignature

Full Changelog: 4.3.13...4.3.15