Skip to content

v0.0.3-developer-preview

Compare
Choose a tag to compare
@Tanz0rz Tanz0rz released this 09 Mar 23:40
· 29 commits to main since this release
cbb62f9

New Features and Enhancements:

  • All non-global query configurations have been moved to the request-level params (PR)
    • RPC providers for all chains will now be defined/set at SDK startup
  • Query parameters now use concrete types instead of pointers (PR)
  • Limit orders created within the SDK now support auto-expiration (PR)
  • Permit1 properly supported for limit orders when possible (fallback to Approval if Permit1 does not work) (commit)
  • When creating a limit order, integrators can error out when an approval is needed. This is useful for integrators who want all onchain actions to be performed manually by their users (PR)

Optimizations and Bug Fixes:

  • Tenderly forks are cleaned up automatically at the beginning of each test run (PR)
  • Validation pattern for swagger-generated input params is now fully handled on all endpoints (PR)
  • Project-wide validation scripts added to verify validation logic standards (PR)