Ed FitzGerald
Ed FitzGerald
## Summary Tracking issue for the v0.11.0 (Eridanus) ledger release ## Outstanding Tasks - [x] https://github.com/cosmos/cosmos-sdk/issues/12111 - [ ] fetchai/cosmos-sdk#143 - [ ] fetchai/cosmos-sdk#145 ## Release - [ ] Create...
It should be possible for the validator to be able to unbond the entirety of their stake without being required to explicitly specify what that value is
The current implementation of the CLI requires the user to specify values in terms of the base unit i.e. atestfet. 10^-18. This is cumbersome and more importantly error prone. It...
In some cases contract parameters need to be encoded using `Binary` format (which is base64 encoded JSON). Add a helper to the library to allow users to do something on...
If the account query fails the generated exception should provide more information for the user to use