Releases: coinbase/mesh-cli
Staking Ops Validation
What's Changed
- Enable target account checking by @jingweicb in #409
- validate staking ops by @xiaying-peng in #415
- Prepare for release by @xiaying-peng in #416
Full Changelog: v0.10.3...v0.10.4
Add sign and signature verification tool
What's Changed
- add sign tool by @shrimalmadhur in https://github.com/coinbase/rosetta-cli/pull/386
- Add signature verification tool in rosetta-cli by @shrimalmadhur in https://github.com/coinbase/rosetta-cli/pull/387
- add key generate command by @shrimalmadhur in https://github.com/coinbase/rosetta-cli/pull/388
- update rosetta-skd-go to 0.8.3 by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/389
Full Changelog: https://github.com/coinbase/rosetta-cli/compare/v0.10.2...v0.10.3
Enabling customized metadata in logs
What's Changed
- init customized info by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/381
- add customized info/metadata by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/382
- modify loading account logic and bump up to 0.10.2 by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/383
Full Changelog: https://github.com/coinbase/rosetta-cli/compare/v0.10.1...v0.10.2
Logging and cli argument changes
What's Changed
- [fix] bootstrap balances should be done only for genesis block testing by @shrimalmadhur in https://github.com/coinbase/rosetta-cli/pull/375
- enable requestUUID by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/376
- change fmt to log by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/377
- [chore] update new version by @shrimalmadhur in https://github.com/coinbase/rosetta-cli/pull/378
- make logs colorful mainly cyan by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/379
- Make status port configurable via command line args by @xiaying-peng in https://github.com/coinbase/rosetta-cli/pull/380
Full Changelog: https://github.com/coinbase/rosetta-cli/compare/v0.10.0...v0.10.1
Enable Error Handling Optimization
What's Changed
- Error handling improvement for configuration and results packages by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/349
- Error handling improvement for logger and cmd packages by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/350
- Error handling improvement for processor, tester and error packages by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/353
- Decouple pruning configurations by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/362
- Fix error handling issues by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/363
- expend the tablesize range by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/347
- Version upgrade for 0.10.0 by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/365
Full Changelog: https://github.com/coinbase/rosetta-cli/compare/v0.9.0...v0.10.0
Enable badger DB in-memory mode
What's Changed
- [cli]enable allinmemory in cli by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/341
- table size value validation by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/343
- change tablesize default value by @jingweicb in https://github.com/coinbase/rosetta-cli/pull/344
- Update version by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/345
New Contributors
- @jingweicb made their first contribution in https://github.com/coinbase/rosetta-cli/pull/341
Full Changelog: https://github.com/coinbase/rosetta-cli/compare/v0.8.0...v0.9.0
Destination Tag Support and check:spec Implementation
What's Changed
- Destination Tag Support by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/333
- ROSE-449: segregate coinbase spec requirements verification in check:spec by @shiatcb in https://github.com/coinbase/rosetta-cli/pull/336
- Update dockerfile version by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/337
- Update compile script and instruction by @GeekArthur in https://github.com/coinbase/rosetta-cli/pull/338
New Contributors
- @GeekArthur made their first contribution in https://github.com/coinbase/rosetta-cli/pull/333
Full Changelog: https://github.com/coinbase/rosetta-cli/compare/v0.7.9...v0.8.0
Added check spec validation
What's Changed
- Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot in https://github.com/coinbase/rosetta-cli/pull/282
- ROSE-320: prototype of check:spec by @shiatcb in https://github.com/coinbase/rosetta-cli/pull/322
- Add check spec for network list by @irisZhangCB in https://github.com/coinbase/rosetta-cli/pull/324
- Rose 401: implement check:spec for data API and validation output format by @shiatcb in https://github.com/coinbase/rosetta-cli/pull/326
- ROSE-420: clean up check:spec logic to avoid duplicate validations by @shiatcb in https://github.com/coinbase/rosetta-cli/pull/332
- (nit) Update check_data long description to match docs by @racbc in https://github.com/coinbase/rosetta-cli/pull/330
- [chore]update version by @shrimalmadhur in https://github.com/coinbase/rosetta-cli/pull/334
Full Changelog: https://github.com/coinbase/rosetta-cli/compare/v0.7.8...v0.7.9
Add more command flags
What's Changed
- release instructions by @shrimalmadhur in https://github.com/coinbase/rosetta-cli/pull/314
- Add more command flags by @irisZhangCB in https://github.com/coinbase/rosetta-cli/pull/312
- Add command flag for result file by @irisZhangCB in https://github.com/coinbase/rosetta-cli/pull/317
- Bump version by @irisZhangCB in https://github.com/coinbase/rosetta-cli/pull/318
- Add datadir to Command param by @irisZhangCB in https://github.com/coinbase/rosetta-cli/pull/320
Full Changelog: https://github.com/coinbase/rosetta-cli/compare/v0.7.7...v0.7.8
Check:Perf command
Benchmarking for rosetta server endpoints
What's Changed
- Added benchmarking for rosetta server endpoints through check:perf co… by @raghavapamula in https://github.com/coinbase/rosetta-cli/pull/310
- Categorizes errors thrown during check:data by @raghavapamula in https://github.com/coinbase/rosetta-cli/pull/311
- Add Dockerfile by @irisZhangCB in https://github.com/coinbase/rosetta-cli/pull/309
New Contributors
- @raghavapamula made their first contribution in https://github.com/coinbase/rosetta-cli/pull/310
Full Changelog: https://github.com/coinbase/rosetta-cli/compare/v0.7.6...v0.7.7