Releases: coinbase/mesh-sdk-go
Releases · coinbase/mesh-sdk-go
upgrade to resolve ambiguous dependency issues
What's Changed
- Replace CircleCI with gh actions by @irisZhangCB in #402
- update btcd and geth to resolve ambiguous dependency by @shrimalmadhur in #405
Full Changelog: v0.7.8...v0.7.9
Validation changes and dependency management
What's Changed
- Add validation for negative fee amount by @raghavapamula in #397
- [chore] library upgrade and go upgrade by @shrimalmadhur in #396
- (wip) Madhur/revert go1.17 compat by @shrimalmadhur in #398
New Contributors
- @raghavapamula made their first contribution in #397
Full Changelog: v0.7.6...v0.7.8
Bug fix for prefunded account for UTXO based chains
What's Changed
Full Changelog: v0.7.5...v0.7.7
Support fetching coins info via /account/coins endpoint for UTXO chain
Bug fix for comparing amount sign in rosetta-sdk-go
Library updates and bug fixes
What's Changed
- Add Pallas to support ImportPrivateKey by @irisZhangCB in #380
- remove unwanted logging by @shrimalmadhur in #381
- [chore] upgrade ubuntu by @shrimalmadhur in #382
- Improve parsing logic for
set_variable
action types by @t-hale in #371 - Pallas support ImportPrivateKey by @irisZhangCB in #385
- Bump github.com/tidwall/gjson from 1.12.0 to 1.14.0 by @dependabot in #377
- Bump github.com/ethereum/go-ethereum from 1.10.13 to 1.10.16 by @dependabot in #383
- Bootstrap file memory issues by @shrimalmadhur in #367
- Bump github.com/tidwall/sjson from 1.2.3 to 1.2.4 by @dependabot in #364
- Update SDK README and CONTRIBUTING files by @racbc in #375
- Update text in Issue Templates by @racbc in #386
- update kryptology to v1.8.0 by @shrimalmadhur in #388
New Contributors
Full Changelog: v0.7.3...v0.7.4
rosetta-specifications@1.4.12 support
What's Changed
- update copyright by @shrimalmadhur in #373
- update spec to 1.4.12 by @shrimalmadhur in #379
- Add Pallas support by @irisZhangCB in #376
New Contributors
- @irisZhangCB made their first contribution in #376
Full Changelog: v0.7.2...v0.7.3
Asserter enhancements and minor bug fixes
Update dependencies for security vulnerability and other minor fixes
Support more validations of rosetta implementation by using a validation config
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