aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornolash2019-10-02 08:09:11 +0200
committernolash2019-10-02 08:09:11 +0200
commit72ceef469cf0dbb0f1c6da37622b7d326d321110 (patch)
tree56b57ddc079b92d4eaf4541fb28c1585be9feeff
parent783d276327c760db8586198a092efb2aeb9daeaa (diff)
downloadaur-72ceef469cf0dbb0f1c6da37622b7d326d321110.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG304
1 files changed, 198 insertions, 106 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 29b3693e57d2..0c758779df05 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,109 +1,201 @@
-
-v0.4.3 (July 25, 2019)
-
-Notes
-
-- DOCKER USERS: The $PASSWORD and $DATADIR environment variables are
- not supported anymore since this release. From now on you should
- mount the password or data dirctories as a volume. For example:
-
- $ docker run -it -v $PWD/hostdata:/data \
- -v $PWD/password:/password \
- ethersphere/swarm:0.4.3 \
- --datadir /data \
- --password /password
-
-Bug fixes and improvements
-
-- #1586: network: structured output for kademlia table
-- #1582: client: add bzz client, update smoke tests
-- #1578: swarm-smoke: fix check max prox hosts for pull/push sync
- modes
-- #1557: cmd/swarm: allow using a network interface by name for nat
- purposes
-- #1534: api, network: count chunk deliveries per peer
-- #1537: swarm: fix bzz_info.port when using dynamic port allocation
-- #1531: cmd/swarm: make bzzaccount flag optional and add bzzkeyhex
- flag
-- #1536: cmd/swarm: use only one function to parse flags
-- #1530: network/bitvector: Multibit set/unset + string rep
-- #1555: PoC: Network simulation framework
-
-
-v0.4.2 (June 28, 2019)
-
-Notes
-
-This release is not backward compatible with the previous versions of
-Swarm due to changes to the wire protocol of the Retrieve Request
-messages. Please update your nodes.
-
-Bug fixes and improvements
-
-- #1503: network/simulation: add ExecAdapter capability to swarm
- simulations
-- #1495: build: enable ubuntu ppa disco (19.04) builds
-- #1395: swarm/storage: support for uploading 100gb files
-- #1344: swarm/network, swarm/storage: simplification of fetchers
-- #1488: docker: include git commit hash in swarm version
-
-
-v0.4.1 (June 13, 2019)
-
-Improvements
-
-- #1465: network: bump proto versions due to change in
- OfferedHashesMsg
-- #1428: swarm-smoke: add debug flag
-- #1422: swarm/network/stream: remove dead code
-- #1463: docker: create new dockerfiles that are context aware
-- #1466: changelog for releases
-
-Bug fixes
-
-- #1460: storage: fix alignement panics on 32 bit arch
-- #1422, #19650: swarm/network/stream: remove dead code
-- #1420: swarm, cmd: fix migration link, change loglevel severity
-- #19594: swarm/api/http: fix bzz-hash to return ens resolved hash
- directly
-- #19599: swarm/storage: fix SubscribePull to not skip chunks
-
-Notes
-
-- Swarm has split the codebase (go-ethereum#19661, #1405) from
- ethereum/go-ethereum. The code is now under ethersphere/swarm
-- New docker images (>=0.4.0) can now be found under
- https://hub.docker.com/r/ethersphere/swarm
-
-
-v0.4.0 (May 17, 2019)
-
-Changes
-
-- Implemented parallel feed lookups within Swarm Feeds
-- Updated syncing protocol subscription algorithm
-- Implemented EIP-1577 - Multiaddr support for ENS
-- Improved LocalStore implementation
-- Added support for syncing tags which provide the ability to measure
- how long it will take for an uploaded file to sync to the network
-- Fixed data race bugs within PSS
-- Improved end-to-end integration tests
-- Various performance improvements and bug fixes
-- Improved instrumentation - metrics and OpenTracing traces
-
-Notes
-
-This release is not backward compatible with the previous versions of
-Swarm due to the new LocalStore implementation. If you wish to keep your
-data, you should run a data migration prior to running this version.
+## v0.5.1 (Unreleased)
+
+## v0.5.0 (September 30, 2019)
+
+ ### Notes
+
+ - This release is not backward compatible with the previous versions of Swarm. Please update your nodes.
+ - Ubuntu PPA support has been removed. We will add support for multiple software distribution platforms at a later stage. In the meanwhile you can still find the Swarm binaries at the [official download page](https://swarm-gateways.net/bzz:/swarm.eth/downloads/).
+
+ ### Features
+
+ - **Content Pinning:** You can now pin content to your local swarm node. This way you can guarantee that certain content stays on your node. You can enable pinning by setting the `--enable-pinning` flag. For more information, read the [documentation](https://swarm-guide.readthedocs.io/en/latest/dapp_developer/index.html#pinning-content).
+
+The following features are **experimental** and are **not enabled by default on our public testnet**. If you want to test these features, make sure to use a separate network (e.g. create your own swarm cluster) and set the same feature flags on all nodes.
+
+ - **Push sync:** Additionally to our previous syncing algorithm, pull sync, we now also have [push sync](https://swarm-guide.readthedocs.io/en/latest/go_client_contributor.html#structural-components-and-key-processes) as an option available to synchronise the content across nodes. If you want to try it out, you have to start you swarm node with `--sync-mode=all`.
+ - **Progress bar via Tags:** You can now track your upload progress when you use `swarm up`. This is possible due to [tags](https://swarm-guide.readthedocs.io/en/latest/dapp_developer/index.html#tags). This feature requires push sync to be enabled.
+ - **SWAP:** A first version of of the SWarm Accounting Protocol (SWAP) is implemented. SWAP is a tit-for-tat incentive system where nodes account how much data they request and serve to their peers. If a node consumes significantly more than it provides, it pays for the consumed data using a L2 payment system: the chequebook. You can try SWAP on a SWAP enabled network with the flags `--swap --swap-backend-url=<evm_endpoint>` or learn more in the [SW3 paper](https://www.overleaf.com/read/yszmsdqyqbvc) , [Swap, Swear, and Swindle Games video](https://www.youtube.com/watch?v=9Cgyhsjsfbg) or [this article](https://www.rifos.org/blog/rif-storage-the-first-chunks/). The economics of this system is still in a highly experimental state.
+- **BzzEth:** This is a new protocol that enables Ethereum and Swarm nodes to communicate with each other and help Ethereum nodes distribute blockchain data and state data over Swarm, enabling various functionalities like state syncing via Swarm and light client support. This release includes the preliminary phase of supporting blockchain on Swarm. This is experimental work that can be trialled with a dedicated version of the Ethereum Trinity client. For more information check out [Ethereum header chain over Swarm](https://github.com/ethersphere/user-stories/issues/9).
+
+ ### Commits
+* [#1814](https://github.com/ethersphere/swarm/pull/1814) cmd/swarm: add cli UI for tag progress on pushsync
+* [#1793](https://github.com/ethersphere/swarm/pull/1793) cmd/swarm-smoke: add flag to bail on error
+* [#1835](https://github.com/ethersphere/swarm/pull/1835) p2p: fix tests due to Drop signature change
+* [#1834](https://github.com/ethersphere/swarm/pull/1834) network: disable stream spec in bzz if pull sync is not enabled
+* [#1832](https://github.com/ethersphere/swarm/pull/1832) network/stream: skip longrunning simulation due to travis flakes
+* [#1831](https://github.com/ethersphere/swarm/pull/1831) all: add reason for dropping peer
+* [#1830](https://github.com/ethersphere/swarm/pull/1830) swarm: make pullsync disabled not expose stream protocol
+* [#1819](https://github.com/ethersphere/swarm/pull/1819) pushsync: optimize TestPushsyncSimulation
+* [#1826](https://github.com/ethersphere/swarm/pull/1826) swap: return the balance in swap.Balance for an unconnected but previous peers
+* [#1798](https://github.com/ethersphere/swarm/pull/1798) swap: chequebook persistence
+* [#1818](https://github.com/ethersphere/swarm/pull/1818) bzzeth: fix TestBzzBzzHandshakeWithMessage
+* [#1816](https://github.com/ethersphere/swarm/pull/1816) build: add -trimpath build/install option
+* [#1789](https://github.com/ethersphere/swarm/pull/1789) swap: prompt user for initial deposit amount
+* [#1782](https://github.com/ethersphere/swarm/pull/1782) pushsync: initial implementation
+* [#1815](https://github.com/ethersphere/swarm/pull/1815) bzzeth: correct the order of cleanup steps in * newTestNetworkStore
+* [#1812](https://github.com/ethersphere/swarm/pull/1812) build: remove debian package and ubuntu ppa support
+* [#1813](https://github.com/ethersphere/swarm/pull/1813) build: remove nsis, maven and iOS pod configurations
+* [#1685](https://github.com/ethersphere/swarm/pull/1685) bzzeth: Phase 1
+* [#1783](https://github.com/ethersphere/swarm/pull/1783) network: Documented, simplified and cleaner eachBin * function in pot.go
+* [#1795](https://github.com/ethersphere/swarm/pull/1795) api, cmd: add pinning feature flag
+* [#1786](https://github.com/ethersphere/swarm/pull/1786) network/stream: refactor cursors tests
+* [#1791](https://github.com/ethersphere/swarm/pull/1791) network: Add capabilities if peer from store does not * have it
+* [#1754](https://github.com/ethersphere/swarm/pull/1754) Swap logger
+* [#1787](https://github.com/ethersphere/swarm/pull/1787) network: Add capability filtered depth calculation
+* [#1784](https://github.com/ethersphere/swarm/pull/1784) travis: remove go1.12 job
+* [#1761](https://github.com/ethersphere/swarm/pull/1761) cmd/swarm: correct bzznetworkid flag description
+* [#1764](https://github.com/ethersphere/swarm/pull/1764) network, pss: Capability in pss
+* [#1779](https://github.com/ethersphere/swarm/pull/1779) network/stream: handle nil peer in * TestNodesExchangeCorrectBinIndexes
+* [#1771](https://github.com/ethersphere/swarm/pull/1771) protocols, retrieval: swap-enabled messages implement * Price
+* [#1781](https://github.com/ethersphere/swarm/pull/1781) cmd/swarm-smoke: fix waitToPushSynced connection * closing
+* [#1777](https://github.com/ethersphere/swarm/pull/1777) cmd/swarm: simplify testCluster.StartNewNodes
+* [#1778](https://github.com/ethersphere/swarm/pull/1778) build: increase golangci-lint deadline
+* [#1780](https://github.com/ethersphere/swarm/pull/1780) docker: ignore build/bin when copying files
+* [#1769](https://github.com/ethersphere/swarm/pull/1769) swap: fix and rename Peer.getLastSentCumulativePayout
+* [#1776](https://github.com/ethersphere/swarm/pull/1776) network/stream: more resilient * TestNodesCorrectBinsDynamic
+* [#1713](https://github.com/ethersphere/swarm/pull/1713) network: Add Capabilities to Kademlia database
+* [#1775](https://github.com/ethersphere/swarm/pull/1775) network: add own address to KademliaInfo
+* [#1742](https://github.com/ethersphere/swarm/pull/1742) pss: Refactor. Step 2. Refactor forward cache
+* [#1729](https://github.com/ethersphere/swarm/pull/1729) all: configurable payment/disconnect thresholds
+* [#1760](https://github.com/ethersphere/swarm/pull/1760) network/stream/v2: more resilient * TestNodesExchangeCorrectBinIndexes
+* [#1770](https://github.com/ethersphere/swarm/pull/1770) stream: dereference StreamInfoReq structure in * updateSyncSubscriptions function
+* [#1765](https://github.com/ethersphere/swarm/pull/1765) network/retrieval: fix Price method reflect call
+* [#1734](https://github.com/ethersphere/swarm/pull/1734) pss: Refactor. Step 1. Refactor PssMsg
+* [#1758](https://github.com/ethersphere/swarm/pull/1758) network/retrieval: add balances to the retrieval * protocol
+* [#1762](https://github.com/ethersphere/swarm/pull/1762) network: fix data race in simulation.NewBzzInProc
+* [#1748](https://github.com/ethersphere/swarm/pull/1748) contracts/swap, swap: refactor contractAddress, * remove backend as inputParam, function order in contracts/swap
+* [#1745](https://github.com/ethersphere/swarm/pull/1745) bzzeth: protocol runloop now quits on peer disconnzethect
+* [#1752](https://github.com/ethersphere/swarm/pull/1752) api/client: fix data race in TarUpload
+* [#1749](https://github.com/ethersphere/swarm/pull/1749) api, metrics, network: check caps when deciding on * next peer for a chunk
+* [#1731](https://github.com/ethersphere/swarm/pull/1731) pss: Distill whisper elements in pss to a custom * fallback crypto
+* [#1538](https://github.com/ethersphere/swarm/pull/1538) network: new stream! protocol and pull syncer * implementation
+* [#1743](https://github.com/ethersphere/swarm/pull/1743) swap: fix rpc test to use peer balance
+* [#1710](https://github.com/ethersphere/swarm/pull/1710) all: support go 1.13 change to testing/flag packages
+* [#1725](https://github.com/ethersphere/swarm/pull/1725) swap: refactor lastReceivedCheque, lastSentCheque, * balances to peer
+* [#1740](https://github.com/ethersphere/swarm/pull/1740) network: terminate Hive connect goroutine on Stop
+* [#1733](https://github.com/ethersphere/swarm/pull/1733) Incentives rpc test
+* [#1718](https://github.com/ethersphere/swarm/pull/1718) swarm, swap: pass chequebook address at start-up
+* [#1721](https://github.com/ethersphere/swarm/pull/1721) swap: fix TestHandshake and TestEmitCheque
+* [#1717](https://github.com/ethersphere/swarm/pull/1717) cmd/swarm-smoke: prevent smoke test from executing * trackChunks twice when we debug
+* [#1683](https://github.com/ethersphere/swarm/pull/1683) swap, contracts, vendor: move to waiver-free * simplestswap
+* [#1698](https://github.com/ethersphere/swarm/pull/1698) pss: Modularize crypto and remove Whisper. Step 1 - * isolate whisper code
+* [#1695](https://github.com/ethersphere/swarm/pull/1695) pss: Improve pressure backstop queue handling - no * mutex
+* [#1709](https://github.com/ethersphere/swarm/pull/1709) cmd/swarm-snapshot: if 2 nodes to create snapshot use * connectChain
+* [#1675](https://github.com/ethersphere/swarm/pull/1675) network: Add API for Capabilities
+* [#1702](https://github.com/ethersphere/swarm/pull/1702) pss: fixed flaky test that was using a global * variable instead of a local one
+* [#1682](https://github.com/ethersphere/swarm/pull/1682) pss: Port tests to `network/simulation`
+* [#1700](https://github.com/ethersphere/swarm/pull/1700) storage: fix hasherstore seen check to happen when * error is nil
+* [#1689](https://github.com/ethersphere/swarm/pull/1689) vendor: upgrade go-ethereum to 1.9.2
+* [#1571](https://github.com/ethersphere/swarm/pull/1571) bzzeth: initial support for bzz-eth protocol
+* [#1696](https://github.com/ethersphere/swarm/pull/1696) network/stream: terminate runUpdateSyncing on peer * quit
+* [#1554](https://github.com/ethersphere/swarm/pull/1554) all: first working SWAP version
+* [#1684](https://github.com/ethersphere/swarm/pull/1684) chunk, storage: storage with multi chunk Set method
+* [#1686](https://github.com/ethersphere/swarm/pull/1686) chunk, storage: add HasMulti to chunk.Store
+* [#1691](https://github.com/ethersphere/swarm/pull/1691) chunk, shed, storage: chunk.Store GetMulti method
+* [#1649](https://github.com/ethersphere/swarm/pull/1649) api, chunk: progress bar support
+* [#1681](https://github.com/ethersphere/swarm/pull/1681) chunk, storage: chunk.Store multiple chunk Put
+* [#1679](https://github.com/ethersphere/swarm/pull/1679) storage: fix pyramid chunker and hasherstore possible * deadlocks
+* [#1672](https://github.com/ethersphere/swarm/pull/1672) pss: Use distance to determine single guaranteed * recipient
+* [#1674](https://github.com/ethersphere/swarm/pull/1674) storage: fix possible hasherstore deadlock on waitC * channel
+* [#1619](https://github.com/ethersphere/swarm/pull/1619) network: Add adaptive capabilities message
+* [#1648](https://github.com/ethersphere/swarm/pull/1648) p2p/protocols, p2p/testing; conditional propagation * of context
+* [#1673](https://github.com/ethersphere/swarm/pull/1673) api/http: remove unnecessary conversion
+* [#1670](https://github.com/ethersphere/swarm/pull/1670) storage: fix LazyChunkReader.join potential deadlock
+* [#1658](https://github.com/ethersphere/swarm/pull/1658) HTTP API support for pinning contents
+* [#1621](https://github.com/ethersphere/swarm/pull/1621) pot: Add Distance methods with tests
+* [#1667](https://github.com/ethersphere/swarm/pull/1667) README: Update Vendored Dependencies section
+* [#1647](https://github.com/ethersphere/swarm/pull/1647) network, p2p, vendor: move vendored p2p/testing under * swarm
+* [#1532](https://github.com/ethersphere/swarm/pull/1532) build, vendor: use go modules for vendoring
+* [#1509](https://github.com/ethersphere/swarm/pull/1509) api, chunk, cmd, shed, storage: add support for * pinning content
+* [#1620](https://github.com/ethersphere/swarm/pull/1620) docs/swarm-guide: cleanup
+* [#1615](https://github.com/ethersphere/swarm/pull/1615) travis: split jobs into different stages
+* [#1616](https://github.com/ethersphere/swarm/pull/1616) simulation: retry if we hit a collision on tcp/udp * ports
+* [#1614](https://github.com/ethersphere/swarm/pull/1614) api, chunk: rename Tag.New to Tag.Create
+* [#1580](https://github.com/ethersphere/swarm/pull/1580) pss: instrumentation and refactor
+* [#1576](https://github.com/ethersphere/swarm/pull/1576) api, cmd, network: add --disable-auto-connect flag
+
+
+## v0.4.3 (July 25, 2019)
+
+### Notes
+
+- **Docker users:** The `$PASSWORD` and `$DATADIR` environment variables are not supported anymore since this release. From now on you should mount the password or data directories as volumes. For example:
+ ```bash
+ $ docker run -it -v $PWD/hostdata:/data \
+ -v $PWD/password:/password \
+ ethersphere/swarm:0.4.3 \
+ --datadir /data \
+ --password /password
+ ```
+
+### Bug fixes and improvements
+
+* [#1586](https://github.com/ethersphere/swarm/pull/1586): network: structured output for kademlia table
+* [#1582](https://github.com/ethersphere/swarm/pull/1582): client: add bzz client, update smoke tests
+* [#1578](https://github.com/ethersphere/swarm/pull/1578): swarm-smoke: fix check max prox hosts for pull/push sync modes
+* [#1557](https://github.com/ethersphere/swarm/pull/1557): cmd/swarm: allow using a network interface by name for nat purposes
+* [#1534](https://github.com/ethersphere/swarm/pull/1534): api, network: count chunk deliveries per peer
+* [#1537](https://github.com/ethersphere/swarm/pull/1537): swarm: fix bzz_info.port when using dynamic port allocation
+* [#1531](https://github.com/ethersphere/swarm/pull/1531): cmd/swarm: make bzzaccount flag optional and add bzzkeyhex flag
+* [#1536](https://github.com/ethersphere/swarm/pull/1536): cmd/swarm: use only one function to parse flags
+* [#1530](https://github.com/ethersphere/swarm/pull/1530): network/bitvector: Multibit set/unset + string rep
+* [#1555](https://github.com/ethersphere/swarm/pull/1555): PoC: Network simulation framework
+
+## v0.4.2 (June 28, 2019)
+
+### Notes
+
+This release is not backward compatible with the previous versions of Swarm due to changes to the wire protocol of the Retrieve Request messages. Please update your nodes.
+
+### Bug fixes and improvements
+
+* [#1503](https://github.com/ethersphere/swarm/pull/1503): network/simulation: add ExecAdapter capability to swarm simulations
+* [#1495](https://github.com/ethersphere/swarm/pull/1495): build: enable ubuntu ppa disco (19.04) builds
+* [#1395](https://github.com/ethersphere/swarm/pull/1395): swarm/storage: support for uploading 100gb files
+* [#1344](https://github.com/ethersphere/swarm/pull/1344): swarm/network, swarm/storage: simplification of fetchers
+* [#1488](https://github.com/ethersphere/swarm/pull/1488): docker: include git commit hash in swarm version
+
+## v0.4.1 (June 13, 2019)
+
+### Improvements
+
+* [#1465](https://github.com/ethersphere/swarm/pull/1465): network: bump proto versions due to change in OfferedHashesMsg
+* [#1428](https://github.com/ethersphere/swarm/pull/1428): swarm-smoke: add debug flag
+* [#1422](https://github.com/ethersphere/swarm/pull/1422): swarm/network/stream: remove dead code
+* [#1463](https://github.com/ethersphere/swarm/pull/1463): docker: create new dockerfiles that are context aware
+* [#1466](https://github.com/ethersphere/swarm/pull/1466): changelog for releases
+
+### Bug fixes
+
+* [#1460](https://github.com/ethersphere/swarm/pull/1460): storage: fix alignement panics on 32 bit arch
+* [#1422](https://github.com/ethersphere/swarm/pull/1422), [#19650](https://github.com/ethereum/go-ethereum/pull/19650): swarm/network/stream: remove dead code
+* [#1420](https://github.com/ethersphere/swarm/pull/1420): swarm, cmd: fix migration link, change loglevel severity
+* [#19594](https://github.com/ethereum/go-ethereum/pull/19594): swarm/api/http: fix bzz-hash to return ens resolved hash directly
+* [#19599](https://github.com/ethereum/go-ethereum/pull/19599): swarm/storage: fix SubscribePull to not skip chunks
+
+### Notes
+
+* Swarm has split the codebase ([go-ethereum#19661](https://github.com/ethereum/go-ethereum/pull/19661), [#1405](https://github.com/ethersphere/swarm/pull/1405)) from [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). The code is now under [ethersphere/swarm](https://github.com/ethersphere/swarm)
+* New docker images (>=0.4.0) can now be found under https://hub.docker.com/r/ethersphere/swarm
+
+## v0.4.0 (May 17, 2019)
+
+### Changes
+
+* Implemented parallel feed lookups within Swarm Feeds
+* Updated syncing protocol subscription algorithm
+* Implemented EIP-1577 - Multiaddr support for ENS
+* Improved LocalStore implementation
+* Added support for syncing tags which provide the ability to measure how long it will take for an uploaded file to sync to the network
+* Fixed data race bugs within PSS
+* Improved end-to-end integration tests
+* Various performance improvements and bug fixes
+* Improved instrumentation - metrics and OpenTracing traces
+
+### Notes
+This release is not backward compatible with the previous versions of Swarm due to the new LocalStore implementation. If you wish to keep your data, you should run a data migration prior to running this version.
BZZ network ID has been updated to 4.
-Swarm v0.4.0 introduces major changes to the existing codebase. Among
-other things, the storage layer has been rewritten to be more modular
-and flexible in a manner that will accommodate for our future needs.
-Since Swarm at this point does not provide any storage guarantees, we
-have made the decision to not impose any migrations on the nodes that we
-maintain as part of the public test network, nor on our users. We have
-provided a manual for those of you who are running private deployments
-and would like to migrate your data to the new local storage schema.
+Swarm v0.4.0 introduces major changes to the existing codebase. Among other things, the storage layer has been rewritten to be more modular and flexible in a manner that will accommodate for our future needs. Since Swarm at this point does not provide any storage guarantees, we have made the decision to not impose any migrations on the nodes that we maintain as part of the public test network, nor on our users. We have provided a [manual](https://github.com/ethersphere/swarm/blob/master/docs/Migration-v0.3-to-v0.4.md) for those of you who are running private deployments and would like to migrate your data to the new local storage schema.