Skip to content

Releases: InjectiveLabs/sdk-go

v1.58.0-rc6

18 Jul 12:15
500561a
Compare
Choose a tag to compare
v1.58.0-rc6 Pre-release
Pre-release
  • Updated all proto definitions to match injective-core version v1.16
  • Updated all proto definitions to match indexer version v1.16
  • Added support for the new V2 version of the Exchange module. This version uses human readable values for quantities, prices, margins and notionals
    -- Created ChainClientV2 to support exchange V2 queries.
    -- Created V2 markets to allow users to load either human readable or chain format markets.
  • Refactored the functions to broadcast transactions to receive a context, allowing cancelations and timeouts

What's Changed

  • Fix/synced dev with v1 14 core and indexer by @aarmoa in #287
  • Feat/remove deprecated pre commit repo by @aarmoa in #290
  • Feat/sync with master v1.56.2 by @aarmoa in #298
  • feat/chain_upgrade_v1_15 by @aarmoa in #294
  • Improve error messaging and enhance documentation in eip712_cosmos.go by @meetrick in #240
  • fix: fixed array creatin in a unit test by @aarmoa in #299
  • Fix/rebase dev with v1.57 by @aarmoa in #303
  • [CP-127] add exchange v2 support by @aarmoa in #263
  • Chore/sync dev with master v1.57 by @aarmoa in #307
  • [CP-395] add support for v1.16 by @aarmoa in #308
  • Feat/add chain messages list by @aarmoa in #309
  • feat: preserve caller-defined headers in ExecuteCall by @arrivets in #313
  • [CP-447] refactor support for exchange v2 by @aarmoa in #315
  • [chore] update indexer v1.16.20 by @aarmoa in #316
  • [chore] update example scripts by @aarmoa in #317
  • [CP-502] fix chain responses decoding by @aarmoa in #321
  • [CP-517] improve broadcast functions by @aarmoa in #323

New Contributors

Full Changelog: v1.57.0...v1.58.0-rc6

v1.58.0-rc5

16 Jun 20:59
f6dd233
Compare
Choose a tag to compare
v1.58.0-rc5 Pre-release
Pre-release
  • Updated all proto definitions to match injective-core version v1.16
  • Updated all proto definitions to match indexer version v1.16
  • Added support for the new V2 version of the Exchange module. This version uses human readable values for quantities, prices, margins and notionals
    -- Created ChainClientV2 to support exchange V2 queries.
    -- Created V2 markets to allow users to load either human readable or chain format markets.

What's Changed

  • Fix/synced dev with v1 14 core and indexer by @aarmoa in #287
  • Feat/remove deprecated pre commit repo by @aarmoa in #290
  • Feat/sync with master v1.56.2 by @aarmoa in #298
  • feat/chain_upgrade_v1_15 by @aarmoa in #294
  • Improve error messaging and enhance documentation in eip712_cosmos.go by @meetrick in #240
  • fix: fixed array creatin in a unit test by @aarmoa in #299
  • Fix/rebase dev with v1.57 by @aarmoa in #303
  • [CP-127] add exchange v2 support by @aarmoa in #263
  • Chore/sync dev with master v1.57 by @aarmoa in #307
  • [CP-395] add support for v1.16 by @aarmoa in #308
  • Feat/add chain messages list by @aarmoa in #309
  • feat: preserve caller-defined headers in ExecuteCall by @arrivets in #313
  • [CP-447] refactor support for exchange v2 by @aarmoa in #315
  • [chore] update indexer v1.16.20 by @aarmoa in #316

New Contributors

Full Changelog: v1.57.0...v1.58.0-rc5

v1.58.0-rc4

02 Jun 12:41
678af51
Compare
Choose a tag to compare
v1.58.0-rc4 Pre-release
Pre-release
  • Updated all proto definitions to match injective-core version v1.16
  • Updated all proto definitions to match indexer version v1.16
  • Added support for the new V2 version of the Exchange module. This version uses human readable values for quantities, prices, margins and notionals

What's Changed

Full Changelog: v1.57.0...v1.58.0-rc4

v1.58.0-evm-comet1-rc5

23 May 02:16
0495311
Compare
Choose a tag to compare
Pre-release
  • Added support for the Exchange V2 (human readable) changes
  • Added support for EVM messages and queries
  • Using CometBFT v1 types

What's Changed

Full Changelog: v1.58.0-evm-comet1-rc4...v1.58.0-evm-comet1-rc5

v1.58.0-evm-comet1-rc4

14 May 15:42
Compare
Choose a tag to compare
Pre-release
  • Added support for the Exchange V2 (human readable) changes
  • Added support for EVM messages and queries
  • Using CometBFT v1 types

Full Changelog: v1.58.0-rc3...v1.58.0-evm-comet1-rc4

v1.58.0-rc3

12 May 17:22
Compare
Choose a tag to compare
v1.58.0-rc3 Pre-release
Pre-release
  • Added support for the Exchange V2 (human readable) changes
  • Added support for EVM messages and queries
  • Using CometBFT v1 types

Full Changelog: v1.58.0-rc2...v1.58.0-rc3

v1.58.0-evm-comet1-rc2

09 May 10:40
dd254e3
Compare
Choose a tag to compare
Pre-release

Same as v1.58.0-evm-rc1 but with Comet1.

Full Changelog: v1.58.0-evm-rc1...v1.58.0-evm-comet1-rc2

v1.58.0-rc2

07 May 15:42
Compare
Choose a tag to compare
v1.58.0-rc2 Pre-release
Pre-release
  • Added support for the Exchange V2 (human readable) changes
  • Added support for EVM messages and queries

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

v1.58.0-evm-rc1

05 May 08:15
0e61731
Compare
Choose a tag to compare
v1.58.0-evm-rc1 Pre-release
Pre-release

Same as v1.58.0-rc1 but with EVM

Full Changelog: v1.58.0-rc1...v1.58.0-evm-rc1

v1.58.0-rc1

01 May 07:01
Compare
Choose a tag to compare
v1.58.0-rc1 Pre-release
Pre-release
  • Added support for the Exchange V2 (human readable) changes

What's Changed

  • Fix/synced dev with v1 14 core and indexer by @aarmoa in #287
  • Feat/remove deprecated pre commit repo by @aarmoa in #290
  • Feat/sync with master v1.56.2 by @aarmoa in #298
  • feat/chain_upgrade_v1_15 by @aarmoa in #294
  • Improve error messaging and enhance documentation in eip712_cosmos.go by @meetrick in #240
  • fix: fixed array creatin in a unit test by @aarmoa in #299
  • Fix/rebase dev with v1.57 by @aarmoa in #303

Full Changelog: v1.57.0...v1.58.0-rc1