Skip to content

Releases: InjectiveLabs/sdk-go

v1.54.0

14 Nov 12:32
428cbcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.53.1...v1.54.0

v1.53.1

13 Nov 14:53
935b4ad
Compare
Choose a tag to compare
  • Fixed link to official ofac.json file
  • Refreshed the local copy of the file after the update

What's Changed

Full Changelog: v1.53.0...v1.53.1

v1.53.0

09 Oct 20:22
Compare
Choose a tag to compare
  • 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

  • fix/make_ofac_list_file_path_relative by @aarmoa in #251

Full Changelog: v1.52.2...v1.53.0

v1.52.2

03 Oct 16:02
Compare
Choose a tag to compare
  • 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

  • fix/check_tx_result_in_sync_broadcast_before_await by @aarmoa in #249

Full Changelog: v1.52.1...v1.52.2

v1.52.1

25 Sep 13:52
Compare
Choose a tag to compare
  • Solved ofac.json path loading issue

What's Changed

Full Changelog: v1.52.0...v1.52.1

v1.52.0

18 Sep 12:24
08caf8f
Compare
Choose a tag to compare
  • Added OFAC restricted addresses validations

What's Changed

Full Changelog: v1.51.1...v1.52.0

v1.51.1

06 Aug 18:51
b7a68cc
Compare
Choose a tag to compare
  • 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

  • feat/add_exchange_messages_from_v1_13 by @aarmoa in #232

Full Changelog: v1.51.0...v1.51.1

v1.51.0

31 Jul 02:47
907ab57
Compare
Choose a tag to compare

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

Full Changelog: v1.50.1...v1.51.0

v1.51.0-rc1

18 Jul 13:03
Compare
Choose a tag to compare
v1.51.0-rc1 Pre-release
Pre-release
  • 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

25 Jan 15:24
a520a72
Compare
Choose a tag to compare
  • 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