mesh-cli
mesh-cli copied to clipboard
CLI for the Rosetta API
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
**Describe the bug** **To Reproduce** **Expected behavior** **Additional context**
**Describe the bug** Install script on MacOS with Apple M1 results in corrupted binary. **To Reproduce** 1. On MacOS with Apple Silicon 2. `curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/v0.10.3/scripts/install.sh | sh -s` ```...
Fixes # . ### Motivation ### Solution ### Open questions
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.25.0. Release notes Sourced from go.uber.org/zap's releases. v1.25.0 This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are...
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.0.0-20210220032951-036812b2e83c to 0.3.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.4. Commits f97607b Create GitHub release when new release tag is pushed (#1354) 4c93d8f EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 4b2f4d2 add...
**Is your feature request related to a problem? Please describe.** Currently, there is no instrumentation support in `rosetta-cli`. Adding flag to enable instrumentation should start tracing outbound requests to measure...