Releases: InjectiveLabs/sdk-go
Releases · InjectiveLabs/sdk-go
v1.54.0
What's Changed
- Feat/sync dec with master v1 51 1 by @aarmoa in #233
- (feat) Add OFAC list check by @PavelInjective in #236
- feat: new cosmos keyring helper for injective client by @maxim-inj in #235
- Fix/sync dev after v1.52.0 by @aarmoa in #243
- Fix/sync dev after v1.52.1 by @PavelInjective in #245
- Remove duplicate error handling in authz_vote.go by @meetrick in #241
- feat: add GetStatus to tmclient by @proofofze in #247
- Fix/sync dev after v1 52 2 by @PavelInjective in #250
- Fix/sync dev after v1 53 0 by @PavelInjective in #252
- Feat/sync dev with v1.53.1 by @aarmoa in #257
- Feat/refactor markets tokens initialization by @aarmoa in #255
- Release/v1.54.0 by @PavelInjective in #258
Full Changelog: v1.53.1...v1.54.0
v1.53.1
v1.53.0
- Changed the location of OFAC list file to make it relative and allow apps using the SDK without a Go environment (just running the app executable) to work properly.
- The issue with the previous version was that the ofac.json file was not included in the compiled app, and if the app was executed in a different environment than the one used to compile it, the path to the json file was still referencing the path at compile time
What's Changed
Full Changelog: v1.52.2...v1.53.0
v1.52.2
- Added validation in SyncBroadcast code to avoid waiting to see the TX in the mainpool if it has been rejected by the node during broadcast
What's Changed
Full Changelog: v1.52.1...v1.52.2
v1.52.1
- Solved ofac.json path loading issue
What's Changed
- ofac-fix by @PavelInjective in #244
Full Changelog: v1.52.0...v1.52.1
v1.52.0
v1.51.1
- Added support for the new messages in exchange module, included in the chain upgrade v1.13.
- Added unit tests and example scripts
- Added the
min_notional
field to all market classes. - Added logic to initialize the
min_notional
as part of the markets and tokens initialization in AsyncClient
What's Changed
Full Changelog: v1.51.0...v1.51.1
v1.51.0
Added
- Support for all queries in the chain "tendermint" module
- Support for all queries in the "IBC Transfer" module
- Support for all queries in the "IBC Channel" module
- Support for all queries in the "IBC Client" module
- Support for all queries in the "IBC Connection" module
- Support for all queries and messages in the chain "permissions" module
- Tokens initialization from the official tokens list in https://github.com/InjectiveLabs/injective-lists
Changed
- Updated all proto definitions based on chain upgrade to v1.13 (Injective Altaris)
- Refactored cookies management logic to use all gRPC calls' responses to update the current cookies
What's Changed
- Fix/sync dev with master 1.50.1 by @aarmoa in #206
- Update README.md by @nicolasbaum in #207
- Feat/add distribution module examples by @aarmoa in #208
- feat/add_chain_exchange_module_examples by @aarmoa in #209
- Release/release distribution exchange examples by @aarmoa in #210
- 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
- fix/fix_readme_installation by @aarmoa in #223
- feat/load_official_tokens_list by @aarmoa in #226
- fix: make PrepareFactory public so chilliass can re-use it by @kakysha in #228
- Feat/permissions module messages by @aarmoa in #230
- Feat/update dependencies chain v1 13 by @aarmoa in #224
- release/v1.51 chain upgrade 1.13 to master by @aarmoa in #231
New Contributors
- @nicolasbaum made their first contribution in #207
- @kakysha made their first contribution in #228
Full Changelog: v1.50.1...v1.51.0
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