- Mar 08, 2019
-
-
Ferenc Szabo authored
dummyHook's fields were concurrently written by nodes and read by the test. The simplest solution is to protect all fields with a mutex. Enable: TestMultiplePeersDropSelf, TestMultiplePeersDropOther as they seemingly accidentally stayed disabled during a refactor/rewrite since 1836366a. resolves ethersphere/go-ethereum#1286
-
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
-
- Mar 07, 2019
-
-
Elad authored
-
Martin Holst Swende authored
-
Péter Szilágyi authored
eth/downloader: fix nil droppeer in state sync
-
Péter Szilágyi authored
-
Corey Lin authored
Although 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 authored
This 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 authored
These 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 authored
all: clean up and properly abstract database accesses
-
holisticode authored
p2p/protocols: Fix race condition in TestAccountingSimulation
-
- Mar 06, 2019
-
-
Péter Szilágyi authored
consensus/clique: fix test copy paste error, test what's documented
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Matthew Halpern authored
-
- Mar 05, 2019
-
-
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
-
- Mar 04, 2019
-
-
Janoš Guljaš authored
-
Péter Szilágyi authored
build: add clef to alltools and deb
-
Gary Rong authored
-
Martin Holst Swende authored
-
- Mar 02, 2019
-
-
Anton Evangelatov authored
This 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
-
- Mar 01, 2019
-
-
Guillaume Ballet authored
-
Anton Evangelatov authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
build/deb: fix PPA env var setting
-
Péter Szilágyi authored
-
Péter Szilágyi authored
build/deb: use custom cache for PPA builder
-
- Feb 28, 2019
-
-
holisticode authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
crypto/bn256/cloudflare: pull in upstream fix for Go 1.12 R18
-
Péter Szilágyi authored
core/types: fix receipt legacy decoding
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-