This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
v0.13.3
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
- (#1528) Rebase onto IPFS v0.4.19
- (#1530) Added Method check for HEAD to validate undefined endpoint
- (OpenBazaar/multiwallet#80) Add spend all functionality to wallets
- (OpenBazaar/multiwallet#79) Improve multiwallet logging; Failure handling
- (#1532) Add EnableAutoRelay/EnableAutoNAT options to config
- (#1544) Add API router functionality
Refactoring
- (#1548) Remove stubbed subcommands Stop and Restart
Testing
- (#1529) Update go for internal testing/building to v1.11
Bug Fixes
- (OpenBazaar/multiwallet#81) Fix unhandled error in sign methods
- (#1553) Fix IPFS protocol identifier handling
- (#1560) Proper network lookup fix
Documentation
- (#1537) Add a blurb about min Golang version in README