v0.3.0 - Network upgrade release
Pre-release
Pre-release
Note: This release includes a breaking change to the blockchain DB. A node
upgrading to this version will need to delete its existing db and resync
the blockchain.
Important: You do not need to delete your wallet. Fake funds are SAFU.
To reset your database, follow these steps:
- Stop your node.
- Locate your Tari data folder. The default locations are
~/.tari
on Mac or Linux and%USERPROFILE%\.tari-testnet
under Windows. - Delete the
rincewind/db
andrincewind/peer_db
folders in their entirety. You can leavedht.db
, and thewallet
directory intact. - Restart your node. Resyncing takes an hour or more right now.
New Features in this release
- Several of back-end changes (hence the need to reset the db) to accommodate pruned mode nodes.
- Several new gRPC endpoints for use by the block explorer (and future wallets) (#1922)
- Increase redundancy for Store and Forward messages (#1929). This PR increases the number of nodes
that will see and store a SAF message when it reaches the neighbourhood of the destination. - Have Messaging protocol substreams close after a period of inactivity (#1913)