v0.0.3-developer-preview
Tanz0rz
released this
09 Mar 23:40
·
29 commits
to main
since this release
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)