Releases: InjectiveLabs/sdk-go
Releases · InjectiveLabs/sdk-go
v1.51.0-rc1
- Updated go.mod dependencies to match the injective-core dependencies for v1.13
- Refreshed all injective-core compiled proto definitions
What's Changed
- Fix/sync dev with master 1.50.1 by @aarmoa in #206
- Feat/add distribution module examples by @aarmoa in #208
- feat/add_chain_exchange_module_examples by @aarmoa in #209
- feat/tendermint_module_queries by @aarmoa in #212
- feat/cookies_management_refactoring by @aarmoa in #215
- feat/add_ibc_transfer_support by @aarmoa in #216
- (feat) Added support for IBC Core Channel module queries. Added also … by @aarmoa in #217
- (feat) Added script examples for the IBC Core Client module queries by @aarmoa in #218
- feat/ibc_connection_module_queries by @aarmoa in #219
- (feat) Added a new config option to disable the auto fix of sequence … by @aarmoa in #220
- feat/load_official_tokens_list by @aarmoa in #226
- fix: make PrepareFactory public so chilliass can re-use it by @kakysha in #228
New Contributors
Full Changelog: v1.50.1...v1.51.0-rc1
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