Releases: coinbase/mesh-cli
improvements and bug fixes
What's Changed
- Include operations from related transactions to match intent by @rzheng in #283
- [chore] fix salus issue by @shrimalmadhur in #306
- Replace CircleCI with gh actions by @irisZhangCB in #305
- error categorization by @irisZhangCB in #303
- update rsdk by @shrimalmadhur in #304
- rosetta-cli version should return latest release by @shiatcb in #298
New Contributors
- @rzheng made their first contribution in #283
- @irisZhangCB made their first contribution in #305
Full Changelog: v0.7.5...v0.7.6
Add CoinSupported configuration
Notable Changes
- Added a new cli configuration
coin_supported
for UTXO based chain
What's Changed
- BugFix: Add CoinSupported configuration by @shiatcb in #297 - Thanks @aeharvlee
Full Changelog: v0.7.4...v0.7.5
Update to rosetta-sdk-go@v.0.7.7
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 valueerror_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
- config consistency by @shrimalmadhur in #266
- Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 by @dependabot in #265
- Fix panic in check:configuration command by @t-hale in #270
- Bump github.com/coinbase/rosetta-sdk-go from 0.7.2 to 0.7.3 by @dependabot in #273
- [chore] update circleci by @shrimalmadhur in #275
- add support for zap logger for structured logs by @shrimalmadhur in #276
- Update README and CONTRIBUTING files information by @racbc in #268
- Formatting updates to README file by @racbc in #278
- Formatting updates to README file by @racbc in #279
- Update text in Issue Templates by @racbc in #280
- (typo) Fix bad use of i.e. in check_construction.go by @racbc in #292
- update rosetta-sdk-go@0.7.4 by @shrimalmadhur in #284
- ROSE-231: Fix 'insufficient fund' error for UTXO chain when required_… by @shiatcb in #290
- Update rosetta-sdk-go version to 0.7.7 by @shiatcb in #296
New Contributors
Full Changelog: v0.7.3...v0.7.4
Update to rosetta-sdk-go@v.0.7.2 and other enchancements
This release updates rosetta-cli to incorporate rosetta-sdk-go@v0.7.2 and other enhancements
Change Log
Update to rosetta-sdk-go@v.0.7.1
Add missing validations
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
Validation file support
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
This release updates rosetta-cli
to support rosetta-specifications@v1.4.10
and fixes a few bugs.
Changelog
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
Improved End Condition Logging + Rosetta DSL BlobStore
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.