Skip to content

Releases: coinbase/mesh-cli

improvements and bug fixes

02 May 19:47
8d2cd99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.5...v0.7.6

Add CoinSupported configuration

05 Apr 18:47
3497461
Compare
Choose a tag to compare

Notable Changes

  • Added a new cli configuration coin_supported for UTXO based chain

What's Changed

Full Changelog: v0.7.4...v0.7.5

Update to rosetta-sdk-go@v.0.7.7

04 Apr 15:57
3b3f574
Compare
Choose a tag to compare

Notable Changes

  • This release updates rosetta-cli to incorporate rosetta-sdk-go@v0.7.7
  • Two breaking change in cli config file:
    • historical_balance_enabled --> historical_balance_disabled. If you are using this field in the data check config then you will have to change the field and flip the value
    • error_stack_trace_enabled --> error_stack_trace_disabled.If you are using this field in the cli config then you will have to change the field and flip the value

What's Changed

New Contributors

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

Update to rosetta-sdk-go@v.0.7.2 and other enchancements

08 Dec 20:03
88a2e77
Compare
Choose a tag to compare

This release updates rosetta-cli to incorporate rosetta-sdk-go@v0.7.2 and other enhancements

Change Log

  • [chore] update to rosetta-sdk-go@v0.7.2 #262
  • Fix typos in types.go #253
    • inactive_discrepency_search_disabled in data check configuration is renamed to inactive_discrepancy_search_disabled
  • flag to print out error stack #257
  • add correct progress where genesis block isn't 0 #246

Update to rosetta-sdk-go@v.0.7.1

05 Nov 19:48
65879a3
Compare
Choose a tag to compare

Update to rosetta-sdk-go@v.0.7.1

Changelog

  • dependency upgrades

Add missing validations

08 Sep 18:14
a2a03d0
Compare
Choose a tag to compare

This release add validation file configuration file to some missing commands.

Note: This version will work for versions >= rosetta-sdk-go v0.7.0

Change log

  • compile script bug #243
  • Use crazy-max/xgo instead of karalabe/xgo #241
  • enable validation file for other commands #239

Validation file support

02 Sep 05:58
73be3b7
Compare
Choose a tag to compare

This release adds support for stricter validation checks for rosetta implementation. More details about how to use the validation file here

Note: This version will work for versions >= rosetta-sdk-go v0.7.0

Change log

  • update scripts to follow go 1.16 #237
  • Upgrade to rosetta-sdk@0.7.0 #236
  • Added go replace recommendation to README for local development #226
  • Log transaction to terminal #224
  • Add support for /network/options Consistency Check #223
  • Make exempt accounts file configuration relative to main config file #221
  • bug fix #220
  • Sort array fields for asserter configuration #219

rosetta-sdk-go 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

`rosetta-specifications@v1.4.10` Support

12 Jan 19:34
f5f4d16
Compare
Choose a tag to compare

This release updates rosetta-cli to support rosetta-specifications@v1.4.10 and fixes a few bugs.

Changelog

  • Replace at-tip checks with utils functions from the latest sdk #212
  • Add troubleshoot section #210

rosetta-sdk-go Changelog

  • Update check tip util functions to return both at-tip status and block id #294
  • Utility functions to check storage and network tip status #293
  • Transactions in unsynced blocks no-longer assumed pruned #292
  • Bump github.com/vmihailenco/msgpack/v5 from 5.1.0 to 5.1.4 #288
  • Bump github.com/tidwall/sjson from 1.1.2 to 1.1.4 #285
  • Bump github.com/tidwall/gjson from 1.6.4 to 1.6.7 #287
  • fix error message, skip reconciliation if account missing #291
  • Add types and assertions for Related Transactions #289
  • feat(keys): support secp256r1 #278

[bug] Fix `FindTransaction` Regression

14 Dec 21:29
8482a20
Compare
Choose a tag to compare

This release fixes a small regression in FindTransaction introduced in #269. This caused check:construction to fail unnecessarily with "pruning-related" errors.

Changelog

  • [bug] Fix FindTransaction Regression #207

Improved End Condition Logging + Rosetta DSL BlobStore

11 Dec 22:36
c319da9
Compare
Choose a tag to compare

This release contains improvements to end condition logging and new DSL functionality that allows for the storage and retrieval of arbitrary blobs across workflow execution.

Changelog

  • rosetta-sdk-go@v0.6.6 #206
  • End Condition Logging #204

rosetta-sdk-go Changelog

  • [constructor] Add set_blob and get_blob to DSL #277
  • Bump github.com/tidwall/gjson from 1.6.3 to 1.6.4 #270
  • [constructor] Transactional KV Store #276
  • [fetcher] Optionally Force Retry #275