Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

v0.13.3

Compare
Choose a tag to compare
@hoffmabc hoffmabc released this 02 May 17:07
· 913 commits to master since this release
2980cd4

Release Notes

The focus of this release is updating underlying go-ipfs to v0.4.19 and improving IPNS resolution. Notable to this release are the AutoNAT and AutoRelay features (which are disabled by default, but a necessary component for connectivity for mobile and clients which are unreachable via inbound connection (which are typical in NAT scenarios). Additionally, IPNS resolution (the process which converts the peer ID to the most-recently-updated "content root" for that peer) is now improved with the addition of OB1-provided infrastructure.

In addition to this release, the multiwallet API /wallet/spend endpoint now supports a "sweep wallet" behavior that allows the wallet to be emptied without clever math from the user.

Changelog

Enhancements

Refactoring

  • (#1548) Remove stubbed subcommands Stop and Restart

Testing

  • (#1529) Update go for internal testing/building to v1.11

Bug Fixes

Documentation

  • (#1537) Add a blurb about min Golang version in README