gears icon indicating copy to clipboard operation
gears copied to clipboard

A Rust implementation of the Cosmos SDK

Results 50 gears issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

bug

### 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...

bug

### 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...

bug