Releases: InjectiveLabs/sdk-go
Releases · InjectiveLabs/sdk-go
v1.50.1
- Updated all proto definitions to sync the SDK with the new injective-core version 1.12.1 in mainnet
- Updated .ini files for markets and tokens
- Removed unused
network
parameter in the new functions CreateSpotOrder and CreateDerivativeOrder in ChainClient
What's Changed
- (fix) Updated examples for oracle price requests by @aarmoa in #203
- (feat) Added script example for the MsgLiquidatePosition message by @aarmoa in #204
- Fix/update chain proto definitions to 1.12.1 by @aarmoa in #205
Full Changelog: v1.50.0...v1.50.1
v1.50.0
- Added new functions in all Market classes to convert values from extended chain format (the ones provided by chain streams) into human-readable format
What's Changed
- chore: align eip712 v2 def by @vinhphuctadang in #200
- feat/add chain values converters by @aarmoa in #202
Full Changelog: v1.49.0...v1.50.0
v1.49.0
- Added logic to support use of Client Order ID (CID) new identifier in OrderInfo
- New chain stream support
- Remove support for
sentry
nodes in mainnet network. The only supported node option in mainnet islb
- Migrated all proto objects dependency to support chain version 1.12
- Added support for all wasm module messages
- Added support for all token factory module messages
- Added MarketsAssistant to allow loading tokens and markets metadata from chain
- Updated proto definitions to injective-core v1.12.0 and injective-indexer v1.12.72
What's Changed
- Feat/custom network by @mmeloni in #171
- Feat/sync dev with master 1.48.10 by @aarmoa in #176
- Feat/add example broadcast without simulation by @aarmoa in #177
- Feat/synchronize with master 1.48.11 by @aarmoa in #179
- Feat/add trade v2 indexer endpoints by @aarmoa in #187
- Feat/merge latest changes from main into dev by @aarmoa in #189
- Feat/add new indexer position endpoints by @aarmoa in #194
- Feat/markets assistant by @aarmoa in #190
- Feat/initialize tokens from chain denoms by @aarmoa in #197
- Feat/activate validation workflow by @aarmoa in #196
- Feat/add wasm and token factory endpoints by @aarmoa in #198
- feat/release changes to support chain upgrade v1.12 by @aarmoa in #199
Full Changelog: v1.48.17...v1.49.0