Skip to content

Releases: InjectiveLabs/sdk-go

v1.55.1

24 Jan 01:54
e9ea79e
Compare
Choose a tag to compare
  • Implemented Amino-based packaging of gogoproto.Message cosmos messages.
  • Added a unit-test with a fixture to ensure that the output matches the expected output.

What's Changed

Full Changelog: v1.55.0...v1.55.1

v1.56.0-rc2

23 Jan 15:04
a75fc67
Compare
Choose a tag to compare
v1.56.0-rc2 Pre-release
Pre-release
  • Implemented Amino-based packaging of gogoproto.Message cosmos messages.
  • Added a unit-test with a fixture to ensure that the output matches the expected output.
  • Added support for all Indexer Explorer endpoints. Added example scripts for the new supported endpoints.

What's Changed

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

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