Joe Abbey

Results 9 issues of Joe Abbey

Mebbe add an optional Pro mode where a validator can grant restake `/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission` and then autostake can issue those....

enhancement

it should be possible via https://www.npmjs.com/package/@cosmjs/encoding to have an operator specify ``` { validator_bytes: "33BA2F9D2BB42A89BDE4A1A38AFBBC0731A5421C", operator_bytes: "2D37B29234866C395BD1ECDCAE88BF614D0A6C4B", } ``` And then they could be applicable for most chains (there will...

enhancement

## Description This PR ... ## Checklist - [ ] I have made sure the upstream branch for this PR is correct - [ ] I have made sure this...

### What happened? A recovered panic occurred: ``` Mar 05 17:27:11 multi-net-002 cosmovisor[1600058]: 5:27PM ERR recovered (error) panic: Error parsing into type white_whale_std::pool_network::pair::Config: unknown field `cosmwasm_pool_interface`, expected one of `owner`,...

- [ ] `lens q gov proposals [chains] [--state=voting] [--vote=unspecified] [--from key/address]` Show the set of (filterable) proposals across configured chains with current vote - [ ] `lens transact gov...

Type: New Feature
Governance

- [ ] lens q distribution commission [chains] [key] Show the set of validator commission available for a given key across chains - [ ] lens q distribution community-pool [chains]...

Type: Enhancement

There's a quasi-standard method of HD-wallet derivation https://interchain-io.medium.com/cosmos-derivation-path-spec-proposal-completed-5fea6fe87e12 For us to avoid surprising people, lens should use the slip44 cointype Many of the `chain-registry` entries have the cointype in their...

### Bug description Any attempts to start a container result in: ``` open /proc/sys/net/ipv6/conf/eth0/disable_ipv6: read-only file system ``` ### Steps to reproduce Run: ``` docker run ubuntu ``` Output: ```...

type: bug
team: team-engine

## Summary of Bug Executing a REST query against: `/cosmos/tx/v1beta1/txs` may fail with: ``` { "code": 2, "message": "codespace sdk code 2: tx parse error: Mismatched \"*types.MsgLiquidStake\": {TagNum: 2, GotWireType:...