Skip to content

Releases: bugbytesinc/hapi-proto

HAPI Version 0.42.0

22 Sep 13:36
b7e0a3a
Compare
Choose a tag to compare
HAPI Version 0.42.0 Pre-release
Pre-release

Upgrade to Packages and Protobuf (0.42.0)

HAPI Version 0.35.0

15 Apr 18:27
d20533c
Compare
Choose a tag to compare
HAPI Version 0.35.0 Pre-release
Pre-release
Merge pull request #11 from bugbytesinc/vnext-0.35.0

Misc Tweaks

HAPI Version 0.31.13

30 Jan 16:27
86ea2d9
Compare
Choose a tag to compare
HAPI Version 0.31.13 Pre-release
Pre-release

HAPI Version 0.31.13

Renamed hapi-mempool to hapi-hashpool, including npmjs publish.

HAPI Version 0.31.12

12 Jan 17:06
7dec4fa
Compare
Choose a tag to compare
HAPI Version 0.31.12 Pre-release
Pre-release

HAPI Version 0.31.12

Added support to the mempool client
for adding signatures to a pending
transaction in the mempool.

HAPI Version 0.31.11

11 Jan 18:41
ff09ff0
Compare
Choose a tag to compare
HAPI Version 0.31.11 Pre-release
Pre-release

HAPI Version 0.31.11

Incorporate openapi-typescript into toolchain to give move visibility in the generation of mirror node data types. The openapi.json file still needs to be extracted from a live instance of an hedera node.

Updated mempool to treat status codes as enums, which matches recent changes to mempool returned values.

HAPI Version 0.31.10

29 Dec 18:00
c54ac7e
Compare
Choose a tag to compare
HAPI Version 0.31.10 Pre-release
Pre-release

HAPI Version 0.31.10

hapi-connect: Changed the unique ID generation routine
from the intrinsic randomUUID() method to
one that utilizes the ed package (which is
already a dependency of the connect
package). Downstream projects are having
random issues with relying on the intrinsic
crypto instance.

HAPI Version 0.31.9

28 Dec 19:59
64557eb
Compare
Choose a tag to compare
HAPI Version 0.31.9 Pre-release
Pre-release

Fixed Typo in Mirror Rest Client Definition

HAPI Version 0.31.8

27 Dec 18:13
a018a65
Compare
Choose a tag to compare
HAPI Version 0.31.8 Pre-release
Pre-release

HAPI Version 0.31.8

Added the mempool package, a helper
client for interacting with the
experimental Mempool REST server.

Refactored components of the connect
package in order to customize the local
storage of multiple simultaneous
connected clients.

Plus additional helper functions in
multiple projects.

HAPI Version 0.31.7

06 Dec 23:34
a5c9e70
Compare
Choose a tag to compare
HAPI Version 0.31.7 Pre-release
Pre-release

Minor Updates and Bug Fixes

Fixes problems with downstream projects having
package bundlers that re-order class constructor
assignments causing runtime errors..

HAPI Version 0.31.6

22 Nov 16:11
0a97655
Compare
Choose a tag to compare
HAPI Version 0.31.6 Pre-release
Pre-release

Fix typo in getTokenInfo causing Bad Request return error.