d606a7a46a
params: update CHTs for the v1.8.19 release
2018-11-28 13:53:33 +02:00
bfed28a421
core: more detailed metrics for block processing ( #18119 )
2018-11-28 10:29:05 +02:00
edc39aaedf
p2p/discv5: gofmt
2018-11-27 14:50:47 +02:00
89fe24bbcc
p2p/discv5: minor code simplification ( #18188 )
...
* Update net.go
more simple
* Update net.go
2018-11-27 14:00:57 +02:00
8b9f469419
p2p/protocols: fix minor comments typo ( #18185 )
2018-11-27 12:52:30 +02:00
695a5cce1e
Increase bzz version ( #18184 )
...
* swarm/network/stream/: added stream protocol version match tests
* Increase BZZ version due to streamer version change; version tests
* swarm/network: increased hive and test protocol version
2018-11-26 19:34:40 +01:00
c207edf2a3
swarm: add database abstractions (shed package) ( #18183 )
2018-11-26 18:49:01 +01:00
4f0d978eaa
cmd/swarm: update should error on manifest mismatch ( #18047 )
...
* cmd/swarm: fix ethersphere/go-ethereum#979 :
update should error on manifest mistmatch
* cmd/swarm: fixed comments and remove sprintf from log.Info
* cmd/swarm: remove unnecessary comment
2018-11-26 17:37:59 +01:00
1cd007ecae
swarm/network: Correct neighborhood depth ( #18066 )
2018-11-26 17:13:59 +01:00
bba5fd8192
Accounting metrics reporter ( #18136 )
2018-11-26 17:05:18 +01:00
2714e8f091
Remove multihash from Swarm bzz:// for Feeds ( #18175 )
2018-11-26 16:10:22 +01:00
0699287440
tests: Add flag to use EVMC for state tests ( #18084 )
2018-11-26 16:09:32 +01:00
197d609b9a
swarm/pss: Message handler refactor ( #18169 )
2018-11-26 13:52:04 +01:00
ca228569e4
light: odrTrie tryUpdate should use update ( #18107 )
...
TryUpdate does not call t.trie.TryUpdate(key, value) and calls t.trie.TryDelete
instead. The update operation simply deletes the corresponding entry, though
it could retrieve later by odr. However, it adds further network overhead.
2018-11-26 13:27:49 +01:00
f5e6634fd2
swarm/api: improve not found error msg ( #18171 )
2018-11-26 12:53:15 +01:00
93854bbad4
swarm/network/simulation: fix New function for-loop scope ( #18161 )
2018-11-26 12:39:38 +01:00
f0515800e6
les: fix fetcher syncing logic ( #18072 )
2018-11-26 13:34:33 +02:00
bb29d20828
Merge pull request #18179 from holiman/fix_tests
...
config: add constantinople block to testchainconfig
2018-11-26 11:33:09 +02:00
38592a13a3
fix mixHash/nonce for parity compatible network ( #18166 )
2018-11-26 09:59:04 +01:00
a5898ba621
config: add constantinople block to testchainconfig
2018-11-26 09:55:45 +01:00
2a113f6d72
core: return error if repair block failed ( #18126 )
...
* core: return error if repair block failed
* make error a bit shorter
2018-11-23 11:16:14 +02:00
b24ef5e05d
eth: increase timeout in TestBroadcastBlock ( #18064 )
2018-11-23 11:14:09 +02:00
76f5f662cc
cmd/swarm: FUSE do not require --ipcpath ( #18112 )
...
- 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
2018-11-23 01:32:34 +01:00
6b2cc8950e
travis: increase open file limits ( #18155 )
2018-11-22 16:32:50 +02:00
2843001ac2
trie: fix overflow in write cache parent tracking ( #18165 )
...
trie/database: fix overflow in parent tracking
2018-11-22 15:14:31 +02:00
9d5e3e0637
params: add Constantinople block to AllXYZProtocolChanges ( #18162 )
...
* params: Add Constantinople block to AllCliqueProtocolChanges
* params: Add Constantinople block to AllEthashProtocolChanges
2018-11-22 15:03:50 +02:00
3ba0418a9a
Merge pull request #17973 from holiman/splitter2
...
core: better side-chain importing
2018-11-22 15:01:10 +02:00
e0d091e090
core: better printout of receipts in bad block reports ( #18156 )
...
* core/blockchain: better printout of receipts in bad block reports
* fix splleing
2018-11-22 11:00:16 +02:00
070caec4bd
swarm/network/stream: use swarm/mock/mem as mock global store ( #18157 )
2018-11-21 20:49:13 +01:00
4c181e4fb9
swarm/state: refactor InmemoryStore ( #18143 )
2018-11-21 14:36:56 +01:00
333b5fb123
core: polish side chain importer a bit
2018-11-21 13:19:56 +02:00
3fd87f2193
core: fix comment typo ( #18144 )
2018-11-21 12:52:02 +02:00
c7e522fd17
Update minimum required Go version in README.md ( #18151 )
2018-11-21 12:38:49 +02:00
5d80a1b665
whisper/mailserver: reduce the max number of opened files ( #18142 )
...
This should reduce the occurences of travis failures on MacOS
Also fix some linter warnings
2018-11-20 20:14:37 +01:00
493903eede
core: better side-chain importing
2018-11-20 12:28:43 +02:00
3d997b6dec
whisper: log errors on failed tests ( #18134 )
...
Debug traces to investigate a travis issue on MacOS
2018-11-20 10:08:02 +01:00
d876f214e5
swarm/storage: move 'running migrations for' log line ( #18120 )
...
So that we only see the log message when we actually have to migrate.
2018-11-20 08:30:38 +01:00
7bf7bd2f50
internal/cmdtest: Expose process exit status and errors ( #18046 )
2018-11-20 08:23:43 +01:00
d31f1f4fdb
cmd/swarm/swarm-smoke: update smoke tests to fit the new scheme for the k8s cluster ( #18104 )
2018-11-19 14:58:10 +01:00
6b6c4d1c27
cmd/swarm: speed up tests - use global cluster ( #18129 )
2018-11-19 14:57:22 +01:00
3333fe660f
swarm/storage: speed up garbage collection and rpc tests ( #18128 )
2018-11-19 12:26:45 +01:00
51e2e78d26
swarm/api/http: change request served msg log level ( #18127 )
2018-11-18 10:54:03 +01:00
d136e985e8
trie: go fmt package
2018-11-16 16:35:39 +02:00
91c66d47ef
Merge pull request #18085 from holiman/downloader_span
...
downloader: different sync strategy
2018-11-16 16:34:30 +02:00
accc0fab4f
core, eth/downloader: fix ancestor lookup for fast sync
2018-11-16 13:21:20 +02:00
51b2f1620c
downloader: different sync strategy
2018-11-16 11:54:36 +02:00
68be45e5f8
trie: return hasher to pool ( #18116 )
...
* trie: return hasher to pool
* trie: minor code formatting fix
2018-11-16 11:50:48 +02:00
ffe2fc3bc4
Swarm accounting ( #18050 )
...
* 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
2018-11-15 23:41:19 +01:00
324027640b
swarm/network/simulation: use simulations.Event instead p2p.PeerEvent ( #18098 )
2018-11-15 21:06:27 +01:00
b91766fe6d
eth: fix comment typo ( #18114 )
...
* consensus/clique: fix comment typo
* eth,eth/downloader: fix comment typo
2018-11-15 16:31:24 +02:00