Adrian Brink
Adrian Brink
I massively in favour. After writing a simple blog posts on how to get started with running our software stack I now realise that it is not easy if you...
Mh, this still doesn't work. I keep getting ```inputdir does not exist.```
Horcrox support should be mentioned in the docs @bengtlofgren
This should be closed.
It is possible to export a C api from the Rust implementation. That way we don't have to maintain an extra implementation. Even for other languages we can simply write...
Exposing methods to C is still safe. It only means that the Rust compiler does the memory layout in a way which is compatible with C. This is arguably the...
To make Keplr and Mintscan integration as easy as possible.
``` /cosmos/bank/v1beta1/balances/{address} /cosmos/distribution/v1beta1/delegators/{address}/rewards /cosmos/staking/v1beta1/delegations/{address} /cosmos/staking/v1beta1/validators /cosmos/staking/v1beta1/delegators/{address}/unbonding_delegations /cosmos/staking/v1beta1/validators/{address} /cosmos/gov/v1beta1/proposals /cosmos/gov/v1beta1/proposals/{proposalId} /cosmos/gov/v1beta1/proposals/{proposalId}/votes/{address} /cosmos/gov/v1beta1/proposals/{proposalId}/tally /ibc/apps/transfer/v1/denom_traces/{hash} /ibc/core/channel/v1/channels/{channelId}/ports/{portId}/client_state ```
These must be available. ``` /cosmos/bank/v1beta1/balances/${bech32Address}?pagination.limit=1000 /cosmos/auth/v1beta1/accounts/${address} POST /cosmos/tx/v1beta1/txs POST /cosmos/tx/v1beta1/simulate ```
Replace all instances of `masp` with `shielded`. I don't think we should have an `export` functionality. Everyone needs to save their seed phrase correctly.