- 08 Mar, 2019 4 commits
- 
- 
Anton Evangelatov authored* swarm/storage: add comparison towards leveldb.ErrNotFound * swarm/storage: wrap leveldb ErrNotFound 
- 
Anton Evangelatov authored* swarm/network: propagate span with ctx * swarm/network: try to stop stream.send.request spans on time * swarm/storage: add chunk ref as a log to netstore.fetcher span 
- 
Anton Evangelatov authored* cmd/swarm/swarm-smoke: better logs for debug functionality; * cmd/swarm/swarm-smoke: fixup 
- 
Janoš Guljaš authored
 
- 
- 07 Mar, 2019 11 commits
- 
- 
Elad authored
- 
Martin Holst Swende authored
- 
Péter Szilágyi authoredeth/downloader: fix nil droppeer in state sync 
- 
Péter Szilágyi authored
- 
Corey Lin authoredAlthough current two implementations(ledgerDriver, trezorDriver) of interface driver.Close do not actually return any error. Instead, they only return nil. But since the declaration of Close function returns error, it is better to check the returned error in case in future some new implementation of Close function returns error and we may forget to modify the function which invokes Close function at that time. 
- 
Martin Holst Swende authoredThis PR will will break existing UIs, since it changes all calls like ApproveSignTransaction to be on the form ui_approveSignTransaction. This is to make it possible for the UI to reuse the json-rpc library from go-ethereum, which uses this convention. Also, this PR removes some unused structs, after import/export were removed from the external api (so no longer needs internal methods for approval) One more breaking change is introduced, removing passwords from the ApproveSignTxResponse and the likes. This makes the manual interface more like the rulebased interface, and integrates nicely with the credential storage. Thus, the way it worked before, it would be tempting for the UI to implement 'remember password' functionality. The way it is now, it will be easy instead to tell clef to store passwords and use them. If a pw is not found in the credential store, the user is prompted to provide the password. 
- 
Janoš Guljaš authored
- 
Ferenc Szabo authoredThese tests never run as the build tag excluded them from the CI execution. As a results the (dead) code got out of sync with other parts of Swarm and now they would not even compile. => Removed. resolves ethersphere/go-ethereum#1238 
- 
holisticode authored* swarm/network/stream: fixed timing issues * swarm/network/stream: only count first iteration of subscriptions * swarm/network/stream/: fix linter errors 
- 
Péter Szilágyi authoredall: clean up and properly abstract database accesses 
- 
holisticode authoredp2p/protocols: Fix race condition in TestAccountingSimulation 
 
- 
- 06 Mar, 2019 4 commits
- 
- 
Péter Szilágyi authoredconsensus/clique: fix test copy paste error, test what's documented 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Matthew Halpern authored
 
- 
- 05 Mar, 2019 2 commits
- 
- 
Elad authored
- 
holisticode authored* p2p/simulations: increased snapshot load timeout for debugging * swarm/network/stream: less nodes for snapshot longrunning tests * swarm/network: fixed longrunning tests * swarm/network/stream: store kademlia in bucket * swarm/network/stream: disabled healthy check in delivery tests * swarm/network/stream: longer SyncUpdateDelay for longrunning tests * swarm/network/stream: more debug output * swarm/network/stream: reduced longrunning snapshot tests to 64 nodes * swarm/network/stream: don't WaitTillHealthy in SyncerSimulation * swarm/network/stream: cleanup for PR 
 
- 
- 04 Mar, 2019 4 commits
- 
- 
Janoš Guljaš authored
- 
Péter Szilágyi authoredbuild: add clef to alltools and deb 
- 
gary rong authored
- 
Martin Holst Swende authored
 
- 
- 02 Mar, 2019 2 commits
- 
- 
Anton Evangelatov authoredThis reverts commit 460d206f. 
- 
Janoš Guljaš authored* swarm/shed, swarm/storage/localstore: add LastPullSubscriptionChunk * swarm/shed: fix comments * swarm/shed: fix TestIncByteSlice test * swarm/storage/localstore: fix TestDB_LastPullSubscriptionChunk 
 
- 
- 01 Mar, 2019 6 commits
- 
- 
Guillaume Ballet authored
- 
Anton Evangelatov authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredbuild/deb: fix PPA env var setting 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredbuild/deb: use custom cache for PPA builder 
 
- 
- 28 Feb, 2019 7 commits
- 
- 
holisticode authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredcrypto/bn256/cloudflare: pull in upstream fix for Go 1.12 R18 
- 
Péter Szilágyi authoredcore/types: fix receipt legacy decoding 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored* p2p/discover: remove unused function * p2p/enode: use localItemKey for local sequence number I added localItemKey for this purpose in #18963, but then forgot to actually use it. This changes the database layout yet again and requires bumping the version number. 
 
-