iov-core icon indicating copy to clipboard operation
iov-core copied to clipboard

Client library for secure key management and multi-blockchain communication

Results 60 iov-core issues
Sort by recently updated
recently updated
newest added

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...

The recent [event-stream exploit](https://schneid.io/blog/event-stream-vulnerability-explained/) leads to renewed concern about security of dependencies. The easiest steps to take are to limit the number of dependencies, and maximize the quality of the...

Our current filename approach is pretty inconsistent. Eg: #### Lowercase with no separation: ``` $ tree packages/iov-core/src packages/iov-core/src ├── index.ts ├── integrationtests │   ├── atomicswapbnsbcp.spec.ts │   └── atomicswapbnseth.spec.ts ├── jsrpc.spec.ts...

nice-to-have

This is required by the faucet (refilling distributors) to remove the need to wait for a block just to get an updated nonce

nice-to-have

Builds on #810 Given an address on the ethereum chain, we should be able to get the bytecode loaded there (or no bytecode). Method like `getContractAtAddress()` - [ ] Expose...

Once we fully understand the subscription system and the logs/topics, we should use that to: 1. listen for block headers (basically done) 2. listen for transactions that change certain state...

Requires #801 This is more or less done in https://github.com/iov-one/http-signing-server but awaiting a proper JSON encoder/decoder

nice-to-have

If the Tendermint stop script can't stop a container (e.g. because it's already been stopped for some reason) it exits, rather than trying to stop the others.

enhancement