Skip to content

Releases: coinbase/mesh-sdk-go

upgrade to resolve ambiguous dependency issues

29 Apr 17:51
8fa4542
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.8...v0.7.9

Validation changes and dependency management

13 Apr 20:02
d1ff359
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.7.8

Bug fix for prefunded account for UTXO based chains

04 Apr 14:19
2bcdd1d
Compare
Choose a tag to compare

What's Changed

  • ROSE-231: Call /account/coins endpoint to add account coin info in coin storage by @shiatcb in #392

Full Changelog: v0.7.5...v0.7.7

Support fetching coins info via /account/coins endpoint for UTXO chain

25 Mar 20:04
2bcdd1d
Compare
Choose a tag to compare

What's Changed

  • Support fetching coins info via /account/coins endpoint for UTXO chain by @shiatcb in #392

Full Changelog: v0.7.5…v0.7.6

Bug fix for comparing amount sign in rosetta-sdk-go

22 Mar 17:38
de67541
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4…v0.7.5

Library updates and bug fixes

11 Mar 20:33
43e28df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.7.4

rosetta-specifications@1.4.12 support

10 Feb 00:19
b5a1f6a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

Asserter enhancements and minor bug fixes

08 Dec 16:46
2868f10
Compare
Choose a tag to compare

This release include some asserter enhancements, bug fixed and dependency updates

Change log

  • fee should't have related op #356
  • set balance to 0 if coin not found #358
  • Related ops checks #355

Update dependencies for security vulnerability and other minor fixes

05 Nov 17:28
69e47a4
Compare
Choose a tag to compare

This releases include some critical dependency upgrades and minor fixes

Change log

  • Always add accounts to inactive reconciler queue #350
  • update gjson and geth #342
  • [Chore] Add better logging for prefunding an address #336

Support more validations of rosetta implementation by using a validation config

27 Aug 20:52
2dd320b
Compare
Choose a tag to compare

This release includes support for more validations in asserter package via a validation config. With this change we can provide a validation file defined in a pre-defined format to validate the rosetta implementation. Currently supported validation is defined here

NOTE: This change introduces a new parameter while initializing Asserter in asserter.go. When you upgrade to this version you will have to change the code to pass this parameter where you initialize the asserter. If you don't want to use this feature, you can just pass an empty string to this parameter.

Changelog

  • Improve logging when unable to lookup balance > min #329
  • add asserter validation doc #328
  • upgrade to go 1.16 to fix addlicense library and build #327
  • Introduce a validation config for validating operation using rosetta-cli #326
  • Fixes #239 #249
  • add logger for insufficiently funded accounts during construction #313