v0.1.72
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
- Get network info rpc by @ygao76 in #3622
- chore(): Add section for docs to PR template by @rohanjadvani in #3628
- Make faucet only for testnet by @ygao76 in #3618
- Add network id check for get fund rpc by @ygao76 in #3627
- Replace bigint casting with bigint literal by @NullSoldier in #3624
- fixes getUnspentNotes when confirmations >= chain length by @hughy in #3632
- Remove is confirmed check by @ygao76 in #3633
- fixes genesis block transaction status by @hughy in #3634
- wallet post allow no for broadcast flag by @ygao76 in #3635
- Feature: RPC HTTP Adapter by @EvanJRichard in #3630
- Use confirmations when checking balance in sendTransaction by @dguenther in #3637
- changes timestampToTransactionHash to one-to-many by @hughy in #3625
Full Changelog: v0.1.71...v0.1.72