- 22 Nov, 2018 3 commits
-
-
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
-
- 21 Nov, 2018 5 commits
-
-
Janoš Guljaš authored
-
Anton Evangelatov authored
-
Péter Szilágyi authored
-
mr_franklin authored
-
a-sklyarov authored
-
- 20 Nov, 2018 5 commits
-
-
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
-
- 19 Nov, 2018 3 commits
-
-
Anton Evangelatov authored
-
Anton Evangelatov authored
-
Anton Evangelatov authored
-
- 18 Nov, 2018 1 commit
-
-
Elad authored
-
- 16 Nov, 2018 5 commits
-
-
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
-
- 15 Nov, 2018 8 commits
-
-
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
-
lash 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
-
- 14 Nov, 2018 8 commits
-
-
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)
-
Péter Szilágyi authored
params: update CHTs
-
Péter Szilágyi authored
-
- 13 Nov, 2018 2 commits
-
-
Ferenc Szabo authored
On file access LDBStore's tryAccessIdx() function created a faulty GC Index Data entry, because not indexing the ikey correctly. That caused the chunk addresses/hashes to start with '00' and the last two digits were dropped. => Incorrect chunk address. Besides the fix, the commit also contains a schema change which will run the CleanGCIndex() function to clean the GC index from erroneous entries. Note: CleanGCIndex() rebuilds the index from scratch which can take a really-really long time with a huge DB (possibly an hour).
-
mr_franklin authored
-