- Nov 23, 2018
-
-
Felix Lange authored
-
Ferenc Szabo authored
- Have `${DataDir}/bzzd.ipc` as IPC path default. - Respect the `--datadir` flag. - Keep only the global `--ipcpath` flag and drop the local `--ipcpath` flag as flags might overwrite each other. (Note: before global `--ipcpath` was ignored even if it was set) fixes ethersphere#795
-
- Nov 22, 2018
-
-
Anton Evangelatov authored
-
Martin Holst Swende authored
trie/database: fix overflow in parent tracking
-
Enrique Fynn authored
* params: Add Constantinople block to AllCliqueProtocolChanges * params: Add Constantinople block to AllEthashProtocolChanges
-
Péter Szilágyi authored
core: better side-chain importing
-
Martin Holst Swende authored
* core/blockchain: better printout of receipts in bad block reports * fix splleing
-
- Nov 21, 2018
-
-
Janoš Guljaš authored
-
Anton Evangelatov authored
-
Péter Szilágyi authored
-
mr_franklin authored
-
a-sklyarov authored
-
- Nov 20, 2018
-
-
Guillaume Ballet authored
This should reduce the occurences of travis failures on MacOS Also fix some linter warnings
-
Martin Holst Swende authored
-
Anton Evangelatov authored
Debug traces to investigate a travis issue on MacOS
-
Ferenc Szabo authored
So that we only see the log message when we actually have to migrate.
-
Javier Peletier authored
-
- Nov 19, 2018
-
-
Anton Evangelatov authored
-
Anton Evangelatov authored
-
Anton Evangelatov authored
-
- Nov 18, 2018
-
-
Elad authored
-
- Nov 16, 2018
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
downloader: different sync strategy
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
Łukasz Kurowski authored
* trie: return hasher to pool * trie: minor code formatting fix
-
- Nov 15, 2018
-
-
holisticode authored
* 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
-
Janoš Guljaš authored
-
mr_franklin authored
* consensus/clique: fix comment typo * eth,eth/downloader: fix comment typo
-
Louis Holbrook authored
-
Péter Szilágyi authored
cmd, core, eth, light, trie: add trie read caching layer
-
Péter Szilágyi authored
-
Kenso Trabing authored
Changed "signTransactions" to "signTransaction"
-
Sheldon authored
-
- Nov 14, 2018
-
-
mr_franklin authored
-
Kenso Trabing authored
Changed "send" to "send," in two places
-
Kenso Trabing authored
whishes --> wishes
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Alexey Sharov authored
cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation (#18083) - Replace "crypto/rand" to "math/rand" for files content generation - Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see https://github.com/ethereum/go-ethereum/pull/17807 and comments to swarm/network_test.go.Shuffle)
-