Releases: InjectiveLabs/sdk-go
Releases · InjectiveLabs/sdk-go
v1.56.0-rc1
- 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
- Feat/sync dev with v1.54.0 by @PavelInjective in #262
- Feat/sync dev with v1.54.1 by @PavelInjective in #267
- Feat/sync dev with v1 55 0 by @aarmoa in #273
- Feat/permissions module support by @aarmoa in #268
Full Changelog: v1.55.0...v1.56.0-rc1
v1.55.0
- 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
- Fix: update OFAC filename by @PavelInjective in #266
- feat/tx_broadcast_refactoring by @aarmoa in #272
Full Changelog: v1.54.1...v1.55.0
v1.54.1
What's Changed
- Fix: update OFAC filename by @PavelInjective in #266
Full Changelog: v1.54.0...v1.54.1
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