gears
gears copied to clipboard
A Rust implementation of the Cosmos SDK
### PR #### Features - added command `create-validator` - added cli part of query command `validator` (forgot about node part, I'll add with delegate query command) - updated error handling...
### Feature description Add min-gas-fees to the app config file. The CLI argument should be optional and if provided should override any value in the config file. There should be...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Stopping a running node the trying to restart results in this...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? The values of the `rest_listen_addr` and `address` fields in `app.toml` are...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? The delete implementation on the `KVStore` is: ```rust pub fn delete(&mut...