v0.0.2-developer-preview
·
57 commits
to main
since this release
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
ApproveandPermit1(Permit2currently unsupported)
- Users can choose between
- 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.