Skip to content

v0.0.2-developer-preview

Choose a tag to compare

@Tanz0rz Tanz0rz released this 24 Jan 22:21
· 57 commits to main since this release
016cb1d

Release Notes

New Features and Enhancements:

  • Added Tenderly support for e2e swap tests
    • e2e tests will now create forks, apply state overrides, and run simulations when a Tenderly API key is provided.
  • Added approval type selection
    • Users can choose between Approve and Permit1 (Permit2 currently unsupported)
  • Implemented nonce cache to address RPC lag
    • Once a wallet has posted a transaction, the nonce of that transaction is tracked and incremented internally by the SDK.

Optimizations and Bug Fixes:

  • Updated orderbook to use string inputs instead of integers to support all of uint256.
  • Increased gas limit and reduced permit duration to improve transactions success and debugging.
  • Moved Actions into a service within the main client to consolidate SDK structure.
  • Simplified tests and refactored onchain actions to have more uniformity across the library.