gluk256
e247dcc141
swarm/version: commit version added ( #18510 )
...
(cherry picked from commit ad13d2d407
)
6 years ago
Janoš Guljaš
b774d0a507
swarm: fix a data race on startTime ( #18511 )
...
(cherry picked from commit fa34429a26
)
6 years ago
Anton Evangelatov
4976fcc91a
swarm: bootnode-mode, new bootnodes and no p2p package discovery ( #18498 )
...
(cherry picked from commit bbd120354a
)
6 years ago
Anton Evangelatov
878aa58ec6
cmd/swarm: use resetting timer to measure fetch time ( #18474 )
...
(cherry picked from commit a0b0db6305
)
6 years ago
Elad
475a0664c5
p2p/simulations: fix data race on swarm/network/simulations ( #18464 )
...
(cherry picked from commit 85a79b3ad3
)
6 years ago
holisticode
4625b1257f
cmd/swarm/swarm-smoke: use ResettingTimer instead of Counters for times ( #18479 )
...
(cherry picked from commit 560957799a
)
6 years ago
Elad
21d54bcaac
cmd/swarm/swarm-snapshot: disable tests on windows ( #18478 )
...
(cherry picked from commit 632135ce4c
)
6 years ago
holisticode
7383db4dac
Upload speed ( #18442 )
...
(cherry picked from commit 257bfff316
)
6 years ago
Elad
afb65f6ace
swarm/network: fix data race warning on TestBzzHandshakeLightNode ( #18459 )
...
(cherry picked from commit 81e26d5a48
)
6 years ago
Viktor Trón
1f1c751b6e
swarm/network: rewrite of peer suggestion engine, fix skipped tests ( #18404 )
...
* swarm/network: fix skipped tests related to suggestPeer
* swarm/network: rename depth to radius
* swarm/network: uncomment assertHealth and improve comments
* swarm/network: remove commented code
* swarm/network: kademlia suggestPeer algo correction
* swarm/network: kademlia suggest peer
* simplify suggest Peer code
* improve peer suggestion algo
* add comments
* kademlia testing improvements
* assertHealth -> checkHealth (test helper)
* testSuggestPeer -> checkSuggestPeer (test helper)
* remove testSuggestPeerBug and TestKademliaCase
* swarm/network: kademlia suggestPeer cleanup, improved comments
* swarm/network: minor comment, discovery test default arg
(cherry picked from commit bcb2594151
)
6 years ago
Elad
a3f31f51f3
cmd/swarm/swarm-snapshot: swarm snapshot generator ( #18453 )
...
* cmd/swarm/swarm-snapshot: add binary to create network snapshots
* cmd/swarm/swarm-snapshot: refactor and extend tests
* p2p/simulations: remove unused triggerChecks func and fix linter
* internal/cmdtest: raise the timeout for killing TestCmd
* cmd/swarm/swarm-snapshot: add more comments and other minor adjustments
* cmd/swarm/swarm-snapshot: remove redundant check in createSnapshot
* cmd/swarm/swarm-snapshot: change comment wording
* p2p/simulations: revert Simulation.Run from master
https://github.com/ethersphere/go-ethereum/pull/1077/files#r247078904
* cmd/swarm/swarm-snapshot: address pr comments
* swarm/network/simulations/discovery: removed snapshot write to file
* cmd/swarm/swarm-snapshot, swarm/network/simulations: removed redundant connection event check, fixed lint error
(cherry picked from commit 34f11e752f
)
6 years ago
Janoš Guljaš
e63995b3f3
swarm/network: fix data race in TestNetworkID test ( #18460 )
...
(cherry picked from commit 96c7c18b18
)
6 years ago
Janoš Guljaš
dd3e894747
swarm/storage: fix mockNetFetcher data races ( #18462 )
...
fixes : ethersphere/go-ethereum#1117
(cherry picked from commit f728837ee6
)
6 years ago
Péter Szilágyi
df355eceb4
build: explicitly force .xz compression (old debuild picks gzip) ( #19118 )
...
(cherry picked from commit c0b9c763bb
)
6 years ago
Péter Szilágyi
84cb00a94d
travis.yml: add launchpad SSH public key ( #19115 )
...
(cherry picked from commit 75a931470e
)
6 years ago
Martin Holst Swende
992a7bbad5
vendor: update bigcache
...
(cherry picked from commit 37e5a908e7
)
6 years ago
Martin Holst Swende
a458153098
trie: fix error in node decoding ( #19111 )
6 years ago
Péter Szilágyi
fe5258b41e
vendor: pull in upstream syscall fixes for non-linux/arm64
...
(cherry picked from commit 9d3ea8df1c
)
6 years ago
Péter Szilágyi
d9be337669
vendor: update syscalls dependency
...
(cherry picked from commit dcc045f03c
)
6 years ago
Felix Lange
7bd6f39dc3
common/fdlimit: fix windows build ( #19068 )
...
(cherry picked from commit ba90a4aaa4
)
6 years ago
Felix Lange
b247052a64
build: avoid dput and upload with sftp directly ( #19067 )
...
(cherry picked from commit a8ddf7ad83
)
6 years ago
Felix Lange
276f824707
.travis.yml: fix upload destination ( #19043 )
...
(cherry picked from commit edf976ee8e
)
6 years ago
Martin Holst Swende
048b463b30
common/fdlimit: cap on MacOS file limits, fixes #18994 ( #19035 )
...
* common/fdlimit: cap on MacOS file limits, fixes #18994
* common/fdlimit: fix Maximum-check to respect OPEN_MAX
* common/fdlimit: return error if OPEN_MAX is exceeded in Raise()
* common/fdlimit: goimports
* common/fdlimit: check value after setting fdlimit
* common/fdlimit: make comment a bit more descriptive
* cmd/utils: make fdlimit happy path a bit cleaner
(cherry picked from commit f48da43bae
)
6 years ago
Felix Lange
9f5fb15097
build: use SFTP for launchpad uploads ( #19037 )
...
* build: use sftp for launchpad uploads
* .travis.yml: configure sftp export
* build: update CI docs
(cherry picked from commit 3de19c8b31
)
6 years ago
Péter Szilágyi
2072c26a96
cmd, core, params: add support for Goerli
...
(cherry picked from commit b0ed083ead
)
6 years ago
Péter Szilágyi
4da2092908
core: fix pruner panic when importing low-diff-large-sidechain
6 years ago
Martin Holst Swende
3ab9dcc3bd
core: repro #18977
6 years ago
Péter Szilágyi
18f702faf7
cmd/puppeth: handle pre-set Petersburg number, save changed fork rules
6 years ago
Martin Holst Swende
3a95128b22
core: fix error in block iterator ( #18986 )
6 years ago
Martin Holst Swende
631e2f07f6
eth: make tracers respect pre- EIP 158/161 rule
6 years ago
Felix Lange
7fa3509e2e
params, swarm/version: Geth 1.8.22-stable, Swarm 0.3.10-stable
6 years ago
Felix Lange
86ec742f97
p2p/discover: improve table addition code ( #18974 )
...
This change clears up confusion around the two ways in which nodes
can be added to the table.
When a neighbors packet is received as a reply to findnode, the nodes
contained in the reply are added as 'seen' entries if sufficient space
is available.
When a ping is received and the endpoint verification has taken place,
the remote node is added as a 'verified' entry or moved to the front of
the bucket if present. This also updates the node's IP address and port
if they have changed.
6 years ago
Felföldi Zsolt
d9a07fba67
params: new CHTs ( #18577 )
6 years ago
Felix Lange
4cd90e02e2
p2p/discover, p2p/enode: rework endpoint proof handling, packet logging ( #18963 )
...
This change resolves multiple issues around handling of endpoint proofs.
The proof is now done separately for each IP and completing the proof
requires a matching ping hash.
Also remove waitping because it's equivalent to sleep. waitping was
slightly more efficient, but that may cause issues with findnode if
packets are reordered and the remote end sees findnode before pong.
Logging of received packets was hitherto done after handling the packet,
which meant that sent replies were logged before the packet that
generated them. This change splits up packet handling into 'preverify'
and 'handle'. The error from 'preverify' is logged, but 'handle' happens
after the message is logged. This fixes the order. Packet logs now
contain the node ID.
6 years ago
Felix Lange
1f3dfed19e
build: tweak debian source package build/upload options ( #18962 )
...
dput --passive should make repo pushes from Travis work again.
dput --no-upload-log works around an issue I had while uploading locally.
debuild -d says that debuild shouldn't check for build dependencies when
creating the source package. This option is needed to make builds work
in environments where the installed Go version doesn't match the
declared dependency in the source package.
6 years ago
Samuel Marks
2ae481ff6b
travis, appveyor: bump to Go 1.11.5 ( #18947 )
6 years ago
Martin Holst Swende
c7664b0636
core, cmd/puppeth: implement constantinople fix, disable EIP-1283 ( #18486 )
...
This PR adds a new fork which disables EIP-1283. Internally it's called Petersburg,
but the genesis/config field is ConstantinopleFix.
The block numbers are:
7280000 for Constantinople on Mainnet
7280000 for ConstantinopleFix on Mainnet
4939394 for ConstantinopleFix on Ropsten
9999999 for ConstantinopleFix on Rinkeby (real number decided later)
This PR also defaults to using the same ConstantinopleFix number as whatever
Constantinople is set to. That is, it will default to mainnet behaviour if ConstantinopleFix
is not set.This means that for private networks which have already transitioned
to Constantinople, this PR will break the network unless ConstantinopleFix is
explicitly set!
6 years ago
Péter Szilágyi
9dc5d1a915
params, swarm: release Geth v1.8.21 and Swarm v0.3.9
6 years ago
Péter Szilágyi
c03f694be5
Merge pull request #18454 from karalabe/postpone-constantinople
...
params: postpone Constantinople due to net SSTORE reentrancy
6 years ago
Péter Szilágyi
2a2fd5adf8
params: postpone Constantinople due to net SSTORE reentrancy
6 years ago
Guillaume Ballet
115b1c38ac
accounts/abi: Add tests for reflection ahead of refactor ( #18434 )
6 years ago
gluk256
4aeeecfded
swarm/pot: each() functions refactored ( #18452 )
6 years ago
gluk256
1636d9574b
swarm/pot: pot.remove fixed ( #18431 )
...
* swarm/pot: refactored pot.remove(), updated comments
* swarm/pot: comments updated
6 years ago
holisticode
88168ff5c5
Stream subscriptions ( #18355 )
...
* swarm/network: eachBin now starts at kaddepth for nn
* swarm/network: fix Kademlia.EachBin
* swarm/network: fix kademlia.EachBin
* swarm/network: correct EachBin implementation according to requirements
* swarm/network: less addresses simplified tests
* swarm: calc kad depth outside loop in EachBin test
* swarm/network: removed printResults
* swarm/network: cleanup imports
* swarm/network: remove kademlia.EachBin; fix RequestSubscriptions and add unit test
* swarm/network/stream: address PR comments
* swarm/network/stream: package-wide subscriptionFunc
* swarm/network/stream: refactor to kad.EachConn
6 years ago
gary rong
d5cad488be
core, eth: fix database version ( #18429 )
...
* core, eth: fix database version
* eth: polish error message
6 years ago
Ferenc Szabo
2eb838ed97
p2p/simulations: eliminate concept of pivot ( #18426 )
6 years ago
Guillaume Ballet
38cce9ac33
accounts/abi: Extra slice tests ( #18424 )
...
Co-authored-by: weimumu <934657014@qq.com>
6 years ago
lash
7240f4d800
swarm/network: Rename minproxbinsize, add as member of simulation ( #18408 )
...
* swarm/network: Rename minproxbinsize, add as member of simulation
* swarm/network: Deactivate WaitTillHealthy, unreliable pending suggestpeer
6 years ago
gary rong
7ca40306af
accounts/abi: tuple support ( #18406 )
6 years ago
Viktor Trón
6df3e4eeb0
swarm/network: remove isproxbin bool from kad.Each* iterfunc ( #18239 )
...
* swarm/network, swarm/pss: remove isproxbin bool from kad.Each* iterfunc
* swarm/network: restore comment and unskip snapshot sync tests
6 years ago