exonum-client icon indicating copy to clipboard operation
exonum-client copied to clipboard

JavaScript client for Exonum blockchain

Results 9 exonum-client issues
Sort by recently updated
recently updated
newest added

https://github.com/exonum/exonum-client/blob/8e6dc9d519e007dc2793f8e4243b77d46bdfbcc4/src/types/message.js#L72 At this line type of signature is defined as Uint8Array. But, Verified constructor expects a hexadecimal string instead.

current documentation about creation of `new Exonum.Transaction` with light client won't work because of wrong names of `service-id` and `method-id` fields and needs to be updated This workable .js code...

platform: Ubuntu 18.04 rust: rustc 1.38.0-nightly (78ca1bda3 2019-07-08) exonum: 0.11-master exonum-client: 0.16.4 Hi, there is a strange situation when I add boolean data in cryptocurrency.proto under cryptocurrency-advance (diff below). After...

### Actual Method `tx.send(explorerBasePath, type, data, secretKey, attempts, timeout)` don't have opportunity send request headers ### Expected Method `tx.send(explorerBasePath, type, data, secretKey, attempts, timeout, headers)` have opportunity send request headers...

I'm making use of exonum-client using Typescript on NodeJS v10. I did: `$ npm i @types/node --save` `$ npm i exonum-client --save` Now TSLint is giving me this error: `[ts]...

Since we (supposedly) build secure software, we need to worry about type safety everywhere (including the client), and allow to take care of type safety for developers using the client....

help wanted
question

https://github.com/exonum/exonum-core/issues/176

Merkle (Patricia) tree proofs essentially prove that a certain element (or several elements) belongs to a certain data collection (list in the case of Merkle trees; map in the case...

enhancement
help wanted