v0.9.0-beta
Pre-releaseRelease Notes
This is the first beta release and the intention is to start testing this release on mainnet with real bitcoins. With this release the OpenBazaar testnet has been segregate from the mainnet so that nodes will not be able to communicate across networks. Other changes including making the name system more agnostic. It currently supports blockstack (.id) and regular DNS. The IPFS boostraping has also be reworked to allow for faster start up times. Finally, the wallet interface has been removed from the openbazaar-go package to make it easier to create alternative wallet implementations.
Changelog
-
Enhancements
#650 Use DHT client in mobile package
#652 Add namesys package
#654 Add endpoint to test email notifications
#655 Segregate testnet -
Refactoring
#627 Remove code references to blockchainID
#653 Run IPFS bootstrap in its own goroutine
#656 Refactor wallet interface -
Bug Fixes
#658 Fix bug confirming offline order
#659 Update spvwallet dependency
#649 Fix DNS IP leak in IPFS
#662 Fix bug calculating change value -
Documentation
#657 Update install-linux.md