aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/swap
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-03-122-9/+9
|
* Accounting metrics reporter (#18136)holisticode2018-11-271-0/+5
|
* Swarm accounting (#18050)holisticode2018-11-162-0/+277
* swarm: completed 1st phase of swap accounting * swarm: swap accounting for swarm with p2p accounting * swarm/swap: addressed PR comments * swarm/swap: ignore ErrNotFound on stateStore.Get() * swarm/swap: GetPeerBalance test; add TODO for chequebook API check * swarm/network/stream: fix NewRegistry calls with new arguments * swarm/swap: address @justelad's PR comments