Releases: bugbytesinc/hapi-proto
HAPI Version 0.42.0
Upgrade to Packages and Protobuf (0.42.0)
HAPI Version 0.35.0
Merge pull request #11 from bugbytesinc/vnext-0.35.0 Misc Tweaks
HAPI Version 0.31.13
HAPI Version 0.31.13
Renamed hapi-mempool to hapi-hashpool, including npmjs publish.
HAPI Version 0.31.12
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
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
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
Fixed Typo in Mirror Rest Client Definition
HAPI Version 0.31.8
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
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
Fix typo in getTokenInfo causing Bad Request return error.