Julián Toledano
Julián Toledano
## Description Closes: #14041 --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...
As we talked in [#14473](https://github.com/cosmos/cosmos-sdk/issues/14473) the main goal will be to have [keystone](https://github.com/cosmos/keystone) working and integrated in the sdk. To do so, here is the list of future works: ###...
# Description ref: https://github.com/cosmos/cosmos-sdk/issues/7448 This PR removes the use of the global config in x/auth and client package. --- ## Author Checklist *All items are required. Please add a note...
We found a bug while making use of this package on the [cosmos-sdk](https://github.com/cosmos/cosmos-sdk). If a user denies to enter the password in the prompt while using keychain, a misleading error...
# Description ref: #13140 #7448 ## Benchmark ``` goos: darwin goarch: arm64 pkg: [github.com/cosmos/cosmos-sdk/codec/address](http://github.com/cosmos/cosmos-sdk/codec/address) BenchmarkCodecWithCache BenchmarkCodecWithCache-8 19053944 60.81 ns/op 32 B/op 1 allocs/op BenchmarkCodecWithoutCache BenchmarkCodecWithoutCache-8 2752668 444.3 ns/op 96 B/op...
# Description Closes: #15809 --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...
# Description Ref: #18580 #19738 Closes: #19433 --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please...
# Description Currently anyone can set a feePayer and the fees'll be deducted from its balance without the need of his sign. For example: ```bash # feePayer account at start...
# Description Closes: #21851 --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to...
Can we maybe add flag support in a follow-up? So that this can work for instance: ```go PositionalArgs: []*autocliv1.PositionalArgDescriptor{ {ProtoField: "grantee"}, {ProtoField: "permissions.limit_type_urls"}, }, FlagOptions: map[string]*autocliv1.FlagOptions{ "permissions.level": {Name: "level", DefaultValue:...