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

Currently the methods, such as `broadcastTx` etc. are hardcoded to use base64 encoding in the rpc package. https://github.com/iov-one/iov-core/blob/70b6f777149aca4e0ffc3be9258f1cca23626360/packages/iov-tendermint-rpc/src/v0-32/requests.ts#L52 It would be good to let the encoding to be specified by...

nice-to-have

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

To prevent robustness problems due to a node having issues, we should support broadcasting to multiple nodes when sending transactions in BCP (and each implementation). A (possibly empty) list of...

enhancement

Like https://github.com/iov-one/iov-core/issues/1200 but for the Ethereum client

I made a new project that imported `@iov/core` and `@iov/cli` and added a number of helper functions for opinionated high-level access to the chain into `src/wallet.ts`. I ran them through...

We have a variety of standards implemented from https://github.com/bitcoin/bips . We should list these in the Readme or atleast document them somewhere in the repo for those wondering about compatibility....

documentation

tsdoc generation is nice, but works best when rendering in one package of the mono-repo. Many times, references to Types that are defined in other packages within the mono-repo do...

documentation