-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CORE-852] Re-add Rosetta cmd (#1002)
Example output from cmd line: ``` protocol % ./build/dydxprotocold rosetta --help spin up a rosetta server Usage: dydxprotocold rosetta [flags] Flags: --addr string the address rosetta will bind to (default ":8080") --blockchain string the blockchain type (default "app") --denom-to-suggest string default denom for fee suggestion (default "uatom") --enable-fee-suggestion enable default fee suggestion --gas-to-suggest int default gas for fee suggestion (default 200000) --grpc string the app gRPC endpoint (default "localhost:9090") --grpc-types-server string the app gRPC Server endpoint for proto messages types and reflection -h, --help help for rosetta --network string the network name (default "network") --offline run rosetta only with construction API --plugin string plugin folder name (default "cosmos-hub") --prices-to-suggest string default prices for fee suggestion (default "1uatom,1stake") --retries int the number of retries that will be done before quitting (default 5) --tendermint string the CometBFT rpc endpoint, without tcp:// (default "localhost:26657") Global Flags: --home string directory for config and data (default "/Users/lcwik/.dydxprotocol") --log_format string The logging format (json|plain) (default "plain") --log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info") --log_no_color Disable colored logs --trace print out full stack trace on errors ```
- Loading branch information
Showing
3 changed files
with
88 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.