Skip to content

Releases: InjectiveLabs/sdk-go

v1.56.0-rc1

20 Jan 15:16
6bf611d
Compare
Choose a tag to compare
v1.56.0-rc1 Pre-release
Pre-release
  • Regenerated all compiled proto types based on the definitions for Chain v1.14 and Indexer v1.13.117_RC1.
  • Updated all queries and messages for the Permissions module to support the new module version.
  • Updated unit tests
  • Fixed tests failing because of new fields in other gRPC queries and messages

What's Changed

Full Changelog: v1.55.0...v1.56.0-rc1

v1.55.0

15 Jan 20:31
87a8944
Compare
Choose a tag to compare
  • Updated OFAC filename
  • Refactored the TX broadcasting logic.
  • Added a new function to allow using the Sync broadcast without passing though the SDK mechanism to ensure the TX is included in one of the next blocks

What's Changed

Full Changelog: v1.54.1...v1.55.0

v1.54.1

05 Dec 08:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.54.0...v1.54.1

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