Skip to content

v0.1.72

Compare
Choose a tag to compare
@danield9tqh danield9tqh released this 11 Mar 00:36
· 1051 commits to master since this release
2c7f84a

This release adds a basic HTTP RCP Adapter to the node. Some example usages of the adapter can be found in the RPC docs RPC Chain Command, RPC Node Command

To test out the HTTP RPC Adapter you will also need to run ironfish config:set enableRpcHttp true to enable the adapter. Please be aware that this adapter currently has no security features so enabling it will expose an unsecured port on your node, so use with caution. The HTTP Adapter will be mounted by default on port 8021 but that can be changed with setting the rpcHttpPort config value

There are also various bug fixes to the wallet and other components

What's Changed

Full Changelog: v0.1.71...v0.1.72