Simon Warta
Simon Warta
Can be merged once demonet supports uploading the same code multiple times
See https://github.com/CosmWasm/cosmjs/issues/300#issuecomment-661910637 and the following comments
Right now we use Ed25519 from libsodium. [Tendermint migrates to zip215 ](https://github.com/tendermint/tendermint/pull/5632) and so should we in order to be able to verify Tendermint's signatures in the client. There is...
Right now `MsgStoreCode.instantiate_permission` is always undefined because ```ts // TODO: implement /** * @see https://github.com/CosmWasm/wasmd/blob/v0.10.0-alpha/x/wasm/internal/types/params.go#L68-L71 */ export type AccessConfig = never; ```
Hey there! For pools where one asset is on Coingecko and the other is not, the "Pool Liquidity" and "My Liquidity" is calculated using the coingecko asset only. The other...
Looks like we closed https://github.com/iov-one/iov-core/issues/229 a bit too early. We now have `ReconnectingSocket`, which accepts a `reconnectedHandler`. However, this handler is never used. What we need for https://github.com/iov-one/ponferrada/issues/14 is clients...
The ultimate goal is to utilize the subscription functionality for transactions and accounts. Especially a `watchAccount` and a `liveTx` implementation are required for wallet integration.
Major releases are for breaking things 🔥 **Ready** - [ ] Remove @iov/crypto - [ ] Remove @iov/encoding (requires moving `JsonCompatible*` and `TransactionEncoder` to a better place) - [ ]...
The purpose of this ticket is to track the status of eslint alternatives for tslint rules we like. This allows us to see how far we are from ditching tslint....