0.21.1 (2021-10-12)
- cannot read properties of undefined (reading 'MethodInfo') (#152)
0.21.0 (2021-10-12)
- support returning of a multiproof (#127)
- implement getConsensusParams method (#126, #130, #132, #134)
- height type was uint32 instead of int64 (#123)
getStoreTreeProof
now returnsStoreTreeProof
message instead ofBuffer
0.20.0 (2021-07-08)
- add additional information to
GetTransactionResponse
(#118, #120) - add metadata and additional info to platform proofs (#115, #114, #112)
0.19.0 (2021-04-30)
- restructure core status response (#107)
- structure of
getStatus
method response has changed and not compatible with the previous version.
0.18.0 (2021-03-03)
- lock file contained not patched protobufjs (#104)
0.17.0 (2020-12-29)
- add proofs to platform responses (#96)
0.16.0 (2020-10-26)
- protobuf converts empty Buffer to undefined (#94)
- add
getIdentitiesByPublicKeyHashes
andgetIdentityIdsByPublicKeyHashes
to platform service (#89, #92) - use bytes for identifiers (#91)
getIdentityIdByFirstPublicKey
andgetIdentityByFirstPublicKey
removedGetDataContractRequest
,GetDocumentsRequest
,GetIdentityRequest
now accepts bytes
0.15.0 (2020-09-04)
- build version specific clients (#85, #86)
- combine
Core
andTxFilterStream
services (#84) - update gRPC-Web to 1.2.0 version (#83)
- paths to generated clients are changed
TxFilterStream
is removed.subscribeToTransactionsWithProofs
included in Core service.
0.14.0 (2020-07-22)
- allow passing of options to calls in NodeJS clients (#74)
- strip URL passed on to client and leave only ip/host:port pair (#75)
- refactor: remove java artifacts (#78)
- update Mocha config (#77)
0.13.0 (2020-06-08)
- get identity by public key endpoints (#71)
- add python to the list of clients generated (#60)
- use protocol version interceptor in JS clients (#63, #68)