- Mar 07, 2019
-
-
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
-
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.
-
Felix Lange authored
* node: require LocalAppData variable This avoids path inconsistencies on Windows XP. Hat tip to @MicahZoltu for catching this so quickly. * node: fix typo
-
Louis Holbrook authored
* swarm/network: WIP consider all nodes for healthy iteration * swarm/network/simulation: extend TestWaitTillHealthy to really check kads are healthy * cmd/swarm/swarm-snapshot: fixed bugs in snapshot creation binary * swarm/network/simulation: addressed PR comments * swarm/network/simulation: defer sim.Clsoe() * swarm/network/simulation: fixed wrong sim.Close() * swarm/network/simulation: addressed PR comments * cmd/swarm/swarm-snapshot: reducing default to 8 nodes, more to 4 * cmd/swarm/swarm-snapshot: extended timeout to 3 mins, or 256 nodes snapshot times out * swarm/network/simulation: More PR comments
-
- Feb 27, 2019
-
-
Péter Szilágyi authored
Upgrade to Go 1.12
-
Péter Szilágyi authored
-
Samuel Marks authored
-
Gary Rong authored
-
- Feb 26, 2019
-
-
Janoš Guljaš authored
-
Péter Szilágyi authored
* travis, build: switch to NDK 19b, fix gomobile builds * travis, build: move NDK into its final bundle location * travis: disable Android build on PRs once again
-
Péter Szilágyi authored
containers/docker: nuke per the 1.8.0 deprecation note
-