Releases: immutable/imx-core-sdk-golang
Releases · immutable/imx-core-sdk-golang
v1.1.0
What's Changed
- Update publish ver by @cynsupercat in #136
- CORE-1838 Point sandbox to Sepolia by @kaihirota in #134
Full Changelog: v1.0.1...v1.1.0
v1.0.0-beta.1
Changed
-
In examples moved stark signer creation to separate function as not every workflow will need it. Also done to address ISSUE-94
-
IMX
Client
class now exposes public API methods for users who need access outside of basic workflows -
Added GenerateLegacyKey to stark package.
Fixed
- Deposit workflow for register and deposit NFT
v0.2.2
What's Changed
- DX-1301: Bug fix to create collection example and also implemented Ge… by @suluvai in #82
- DX-1311: Fixed the stark_key_private_key env variable to be accepted … by @suluvai in #83
- DX-1311: Metadata Refersh API object decleration bug fix by @suluvai in #91
- Add docs update checklist item to PR template by @sprngbk in #90
- Release version 0.2.2 by @suluvai in #92
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
[v0.2.0] - 2022-10-10
What's Changed
- Expose fewer public methods to make it easier for us to maintain the SDK.
- Introduced a single entry point for the SDK.
- Clear response and error types with IMXError struct getting all the req error details.
- Simplified complex types required for creating trades, orders and transfers, no more SignableToken in the interface
- Make the deposit method on SDK consistent with the API and industry norms.
- SDK now handles L1 signature-protected APIs; no need to generate imx-signature separately for authentication headers
- Updated signer key generation to be random so that there is no bias due to usage of l1 key.
- Removed un-necessary third-party dependencies.
- Examples provided with independent env files for each piece of work.
- Updated readme to use new interface.
- Added metadata refresh methods.
v0.1.0
[v0.1.0] - 2022-08-30
Initial release of Core SDK for Golang.
Includes a client for the public API and the following workflows:
- Register
- Mint
- Order
- Transfer
- Burn
- Deposit
- Withdrawals
Includes the examples for how to use the public API and each of the workflows.