Simon Warta
Simon Warta
The fee payer in BNS is optional and in the backend the payer falls back to the first signature of the transaction. Since signatures have no fixed order, everyone who...
Depends on https://github.com/iov-one/iov-core/issues/1353 ------ Once https://github.com/iov-one/weave/issues/1085 is done (expected in weave 0.25.0), we should update https://github.com/iov-one/iov-core/blob/v2.0.0-alpha.4/packages/iov-bns-governance/src/integrationtests/proposals.spec.ts#L688-L690 to the migration ID we we expect to suceed. Then we expect success in...
Each module can have a Configuration object and a transaction type to update this. For cash this is * [Configuration](https://htmlpreview.github.io/?https://github.com/iov-one/weave/blob/v0.21.0/docs/proto/index.html#cash.Configuration) * [UpdateConfigurationMsg](https://htmlpreview.github.io/?https://github.com/iov-one/weave/blob/v0.21.0/docs/proto/index.html#cash.UpdateConfigurationMsg) Looks like there is only one configuration that...
Like https://github.com/iov-one/iov-core/issues/1200 but for the Ethereum client
Sometimes the Lisk node is started properly. Then even after all the installation ab build, port 4000 is not responsing. See e.g. https://travis-ci.com/iov-one/iov-core/builds/111913750 but that also happy locally in rare...
Since moving the Firefox tests from Mac to Linux, we sometimes have issues starting Firefox. With Karma debugging enabled, this looks like ``` 02 02 2019 20:22:08.813:INFO [karma-server]: Karma v3.1.4...
This is required by the faucet (refilling distributors) to remove the need to wait for a block just to get an updated nonce
Requires #801 This is more or less done in https://github.com/iov-one/http-signing-server but awaiting a proper JSON encoder/decoder
eth_getBalance gives us 0x0 for existing and non-existing accounts. We should be able to differentate this somehow to properly represent as `BcpAccount | undefined`.