This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
Releases: fireflyprotocol/bluefin-client-sui
Releases · fireflyprotocol/bluefin-client-sui
Release 1.0.15
What's Changed
- [QUANT-950] Use Base 18 in Post Order Payload by @abdullahabro in #27
Full Changelog: release-1.0.14...release-1.0.15
release-1.0.14
Downloads the deployment.config
release-1.0.13 Enable On-Boarding
What's Changed
- Enable On-Boarding by @abdullahabro in #25
Full Changelog: release-1.012...release-1.0.13
1.0.12 Updated Contracts and URLs
What's Changed
- updated contracts by @yasserzubair in #24
Full Changelog: release-1.0.11...release-1.012
1.0.11 Updated contracts and fixed cancel / onboarding signers
What's Changed
- Onbarding cancel signing by @yasserzubair in #23
Full Changelog: release-1.0.10...release-1.0.11
release-1.0.10
Updated contracts, updated sui library and using new signer function that works with verification
release-1.0.9
Update package.json (#20)
Passing signer from the bluefin client to library-sui on depositToMarginBank
passing correct signer (#18) * passing correct signer * Update package.json
added deployment as an optional parameter to the BluefinClient init
There is nothing wrong in providing a hard-coded default deployment configuration but it must be overridable.
1.0.6 Updated library for leverage and cancel orders
Yasser/fix cancel and leverage (#16) * Update bluefinClient.ts * Update package.json Update bluefinClient.ts * fix expiration time * Update bluefinClient.ts