Skip to content

v4.2.0

Compare
Choose a tag to compare
@joepegler joepegler released this 29 Apr 11:40
· 56 commits to main since this release
8fc9038

What's Changed

Minor Changes

Features:

  • Improved getBalances utility helper (da340f)
  • Added 1271 Signature support (fd832fe)
  • Added withdrawal utility helper (7a93d87)
  • Reduce bundle size (7c594fa)
  • Integrate AAErrors (7c594fa)
  • Added 6492 Signature support (fd832fe)
  • Added Token Balances to getSupportedTokens payload (869436)
  • Added gas estimates utility helper (950a521)
  • Added dummy pnd override (8d34d14)

Chores:

  • Modernise tooling (7c594fa)
    • Add changesets
    • Migrate tests to Amoy
    • Add pr lint
    • Add size report
    • Add tree shaking
    • Add code of conduct
    • Update README (table of contents)
    • Add SECURITY.md
    • Replace prettier with biome
    • Replace yarn with bun
    • Remove deprecated Base class
    • Added "NEXT_PUBLIC_BICONOMY_SDK_DEBUG" to support NextJS debugging information
    • Replace jest with vitest
    • Added size threshold checks to PRs
    • Added test coverage checks to PRs
    • Added tsdoc auto-deploy

Fixes:

  • Fix wrong falsy check for user op nonce (f2567)