Skip to content

v2.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@n8maninger n8maninger released this 04 Sep 19:02
· 169 commits to master since this release
v2.0.0-alpha.3
dc762b8

This is the third release candidate for v2 compatible hostd.

Changed

  • Mainnet and Zen binaries are now the same. You can switch between networks using the -network cli flag or in the yml config file.
  • Mainnet and Zen now share the same default ports
  • Mainnet and Zen now share the same environment variables
  • The config fields for the p2p gateway have been moved from consensus to syncer in the yml file
  • The last of the siad legacy code has been removed
  • Pending contracts are no longer included in the metrics.

Added

  • Suport for v2 transactions and file contracts
  • Pending file contract payouts are now shown in the transaction list
  • Added "Immature" balance to the wallet detail popup

Fixed

  • Fixed an edge-case causing a panic when updating contract state while migrating from v1 to v2