Skip to content

Releases: iron-fish/ironfish

v0.1.74

29 Mar 20:45
41157bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.73...v0.1.74

v0.1.73

20 Mar 22:57
dd7bcab
Compare
Choose a tag to compare

What's Changed

This release includes a number of bug fixes in the wallet and HTTP RPC adapter.

A new RPC endpoints was added /chain/getNoteWitness and noteSize and noteCommitment fields added to /chain/getBlock

All Changes

Full Changelog: v0.1.72...v0.1.73

v0.1.72

11 Mar 00:36
2c7f84a
Compare
Choose a tag to compare

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

v0.1.71

08 Mar 04:08
ad99f52
Compare
Choose a tag to compare

Note: Please do not update to this version. It's for testing purposes only. You can downgrade to 0.1.70 by running npm install -g [email protected].

Testers: If you update from an older version, you will need to delete your chain database at ~/.ironfish/databases/chain to connect to the new testnet network.

What's Changed

Full Changelog: v0.1.70...v0.1.71

v0.1.70

25 Feb 22:37
6fb75f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.69...v0.1.70

v0.1.69

24 Feb 21:27
46295bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.68...v0.1.69

v0.1.68

21 Feb 16:56
cbd402c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.67...v0.1.68

v0.1.67

10 Feb 23:55
bba0453
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.66...v0.1.67

v0.1.66

09 Feb 21:20
12abe5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.65...v0.1.66

v0.1.65

06 Feb 03:22
f3fdfa1
Compare
Choose a tag to compare

What's Changed

This is a very small release. The main changes are for the trusted setup client in preparation for the contribution period. Also small improvements in the mint, burn and transactions CLI

All Changes

Full Changelog: v0.1.64...v0.1.65