lash
2d5b3c3c78
swarm/network: Prune ye olde comment
2019-03-22 12:28:30 +01:00
lash
d8b4e7acde
p2p/simulations, swarm/network: Make exec disc test pass
2019-03-22 12:28:30 +01:00
lash
5edbf3ce74
swarm/network: Cleanup after rebase on extract swarm enode new
2019-03-22 12:28:30 +01:00
lash
9a268dab50
swarm/network, swarm/pss: Simplify + correct lock in servicefunc sim
2019-03-22 12:28:30 +01:00
lash
18196861f5
p2p/simulations: Tcpport -> udpport
2019-03-22 12:28:30 +01:00
lash
09e2d59689
swarm/network: Simplify bucket instantiation in servicectx func
2019-03-22 12:28:30 +01:00
lash
0b7c5151f0
swarm/pss: Increase timeout slightly on shortrunning proxtest
2019-03-22 12:28:30 +01:00
lash
02d0602bcf
swarm/pss: Increase prox test timeout
2019-03-22 12:28:30 +01:00
lash
c6b56e6928
swarm/pss: Shorten TextProxNetwork shortrunning test timeout
2019-03-22 12:28:29 +01:00
lash
6220dd5b16
swarm/network: Store swarm private key in simulation bucket
2019-03-22 12:27:54 +01:00
lash
e297d3f4cc
swarm/pss: Remove unused function
2019-03-22 12:27:54 +01:00
lash
eea82bedc2
swarm/network, swarm/pss: Dervice bzzkey
2019-03-22 12:27:53 +01:00
lash
6d7141ab51
swarm, p2p/simulations, cmd/swarm: Use nodekey in binary record sign
2019-03-22 12:26:28 +01:00
lash
a279d2f814
p2p/simulation: Move init enode comment
2019-03-22 12:26:28 +01:00
lash
d2dbcc97b1
p2p/simulations: Remove superfluous error check
2019-03-22 12:26:28 +01:00
lash
9bf14a51c0
cmd/p2p/swarm: Remove comments + config.Enode nomarshal
2019-03-22 12:26:28 +01:00
lash
55bddb51ab
cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter
2019-03-22 12:26:28 +01:00
gluk256
8d04154691
p2p/simulations: wait until all connections are recreated when uploading snapshot ( #19312 )
...
* swarm/network/simulation: test cases refactored
* swarm/pss: minor refactoring
* swarm/simulation: UploadSnapshot updated
* swarm/network: style fix
* swarm/pss: bugfix
2019-03-22 11:20:17 +01:00
lash
09924cbcaa
cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter ( #19309 )
...
* cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter
* cmd/p2p/swarm: Remove comments + config.Enode nomarshal
* p2p/simulations: Remove superfluous error check
* p2p/simulation: Move init enode comment
* swarm/api: Check error in config test
* swarm, p2p/simulations, cmd/swarm: Use nodekey in binary record sign
* cmd/swarm: Make nodekey available for swarm api config
2019-03-22 05:55:47 +01:00
Ferenc Szabo
3585351888
travis: extend race detection for swarm p2p packages ( #19287 )
...
* travis: remove verbose from Swarm race tests
By removing -v our output will be cleaner, but the Travis job still
won't be terminated - due to 'no output for 10 minutes' - as keepalive
.sh produces a log line every 5 minutes.
* travis: extend Swarm race detection to p2p subpackages
As p2p/protocols, p2p/simulations and p2p/testing packages mostly
belong to the Swarm team.
2019-03-21 12:06:11 +01:00
Anton Evangelatov
baded64d88
swarm/network: measure time of messages in priority queue ( #19250 )
2019-03-20 21:30:34 +01:00
Felföldi Zsolt
c53c5e616f
les: fix peer id and reply error handling ( #19289 )
...
* les: fixed peer id format
* les: fixed peer reply error handling
2019-03-20 10:35:05 +02:00
Elad
e7d1867964
contracts, swarm: implement EIP-1577 ( #19285 )
...
* contracts/ens: update public resolver solidity code
* contracts/ens: update public resolver, update go bindings
* update build
* fix ens.sol
* contracts/ens: change contract interface
* contracts/ens: implement public resolver changes
* contracts/ens: added ENSRegistry contract
* contracts/ens: reinstate old contract code
* contracts/ens: update README.md
* contracts/ens: added test coverage for fallback contract
* contracts/ens: added support for fallback contract
* contracts/ens: removed unused contract code
* contracts/ens: add todo and decode multicodec stub
* add encode
* vendor: add ipfs cid libraries
* contracts/ens: cid sanity tests
* contracts/ens: more cid sanity checks
* contracts/ens: wip integration
* wip
* Revert "vendor: add ipfs cid libraries"
This reverts commit 29d9b6b294 .
* contracts/ens: removed multiformats dependencies
* contracts/ens: added decode tests
* contracts/ens: added eip spec test, minor changes to exiting tests
* contracts/ens: moved cid decoding to own file
* contracts/ens: added unit test to encode hash to content hash
* contracts/ens: removed unused code
* contracts/ens: fix ens tests to use cid decode and encode
* contracts/ens: adjust swarm multicodecs after pr merge
* contracts/ens: fix linter error
* constracts/ens: address PR comments
* cmd, contracts: make peoples lives easier
* contracts/ens: fix linter error
* contracts/ens: address PR comments
2019-03-20 09:33:24 +01:00
Kushagra Sharma
fb458280d1
Modified Abigen to Support Vyper ( #19120 )
2019-03-18 13:29:26 +01:00
Péter Szilágyi
47c03c0f8c
Merge pull request #19288 from karalabe/les-verbose-errors
...
les, light: verbose errors on state retrieval issues
2019-03-18 13:51:28 +02:00
Péter Szilágyi
211ec46284
les, light: verbose errors on state retrieval issues
2019-03-18 13:19:40 +02:00
Kurkó Mihály
54cd3e89a4
dashboard: fix deprecated or problematic dependencies ( #19271 )
...
* dashboard: fix github alerts
* dashboard: run go generate
2019-03-18 10:30:36 +02:00
gary rong
def1b0d7e1
vendor: udpate leveldb upstream ( #19284 )
2019-03-18 10:28:47 +02:00
Nick Johnson
acebccc3bf
graphql: Updates to graphql support to match EIP1767 ( #19238 )
...
Updates to match EIP1767
2019-03-18 07:24:43 +01:00
gluk256
6e401792ce
swarm/pss: negihbourhood addressing simulation tests ( #19278 )
...
* swarm/pss: fixed bug in pss.process, test added
* swarm/pss: test case updated
* swarm/pss: WaitTillSnapshotRecreated() func added
* swarm/pss: snapshot test updated
* swarm/pss: WaitTillSnapshotLoaded() fixed
* swarm/pss: gofmt applied
* swarm/pss: refactoring, file renamed
* swarm/pss: input data fixed
* swarm/pss: race condition fixed
* swarm/pss: test timeout increased
* swarm/pss: eliminated the global variables
* swarm/pss: tests added
* swarm/pss: comments added
* swarm/pss: comment fixed
* swarm/pss: refactored according to review
* swarm/pss: style fix
* swarm/pss: increased timeout
2019-03-16 08:39:38 +01:00
Anton Evangelatov
3d067b0cea
cmd/swarm/swarm-smoke: do not fail if a node does not respond to rpc ( #19280 )
2019-03-15 17:36:39 +01:00
Janoš Guljaš
f180981273
swarm/shed: add vector uint64 field ( #19279 )
2019-03-15 15:12:45 +01:00
lash
4b4f03ca37
swarm, p2p: Prerequities for ENR replacing handshake ( #19275 )
...
* swarm/api, swarm/network, p2p/simulations: Prerequisites for handshake remove
* swarm, p2p: Add full sim node configs for protocoltester
* swarm/network: Make stream package pass tests
* swarm/network: Extract peer and addr types out of protocol file
* p2p, swarm: Make p2p/protocols tests pass + rename types.go
* swarm/network: Deactivate ExecAdapter test until binary ENR prep
* swarm/api: Remove comments
* swarm/network: Uncomment bootnode record load
2019-03-15 11:27:17 +01:00
Elad
df488975bd
cmd/swarm: dont connect to bootnodes in tests ( #19270 )
...
* cmd/swarm: dont connect to bootnodes in tests
* cmd/utils: check for empty string when parsing enode
2019-03-15 06:20:21 +01:00
Péter Szilágyi
91eec1251c
cmd, core, eth, trie: get rid of trie cache generations ( #19262 )
...
* cmd, core, eth, trie: get rid of trie cache generations
* core, trie: get rid of remainder of cache gen boilerplate
2019-03-14 15:25:12 +02:00
Péter Szilágyi
e270a753be
Merge pull request #19269 from holiman/alt_18957
...
bind: Static byte arrays should be right-padded
2019-03-14 13:01:33 +02:00
Péter Szilágyi
5ce192ce44
accounts/abi/bind: simulated test case for fixed bytes logs
2019-03-14 12:58:18 +02:00
Jeremy McNevin
7640c9c933
bind: Static byte arrays should be right-padded
...
Per https://solidity.readthedocs.io/en/v0.5.3/abi-spec.html :
"bytes<M>: enc(X) is the sequence of bytes in X padded with trailing zero-bytes to a length of 32 bytes"
2019-03-14 12:51:10 +02:00
gary rong
6c312a24b6
eth/downloader: fix ancestor searching for light syncing ( #19136 )
2019-03-14 12:19:03 +02:00
Shunsuke Watanabe
95b2ec7169
changed file name grahpql.go to graphql.go ( #19267 )
...
graphql: fix typo in file name
2019-03-14 11:38:54 +02:00
Corey Lin
768b4c2e6b
asm: remove unused parameter for function Lex ( #18058 )
2019-03-14 10:35:55 +01:00
Kurkó Mihály
1a29bf0ee2
dashboard, p2p, vendor: visualize peers ( #19247 )
...
* dashboard, p2p: visualize peers
* dashboard: change scale to green to red
2019-03-13 14:53:52 +02:00
Péter Szilágyi
1591b63306
Merge pull request #19261 from karalabe/less-blocks
...
core: use headers only where blocks are unnecessary
2019-03-13 13:12:37 +02:00
Péter Szilágyi
aa69ec64d0
Merge pull request #19259 from ligi/address_19246
...
README: Mention go 1.10 as minumum - context #19246
2019-03-13 12:55:06 +02:00
Péter Szilágyi
4f457859a2
core: use headers only where blocks are unnecessary
2019-03-13 12:32:47 +02:00
ligi
8a03bf2155
README: Mention go 1.10 as minumum - context #19246
2019-03-12 16:52:26 +01:00
Péter Szilágyi
b87a68407b
Merge pull request #19252 from karalabe/badgerdb
...
ethdb: tiny API tidy-up from the database rework pr
2019-03-12 12:57:23 +02:00
Péter Szilágyi
8111b9dda5
ethdb, trie: tiny API tidy-up from the database rework pr
2019-03-12 12:32:02 +02:00
Martin Holst Swende
7504dbd6eb
core/vm: 64 bit memory and gas calculations ( #19210 )
...
* core/vm: remove function call for stack validation from evm runloop
* core/vm: separate gas calc into static + dynamic
* core/vm: optimize push1
* core/vm: reuse pooled bigints for ADDRESS, ORIGIN and CALLER
* core/vm: use generic error message for jump/jumpi, to avoid string interpolation
* testdata: fix tests for new error message
* core/vm: use 64-bit memory calculations
* core/vm: fix error in memory calculation
* core/vm: address review concerns
* core/vm: avoid unnecessary use of big.Int:BitLen()
2019-03-12 11:40:05 +02:00
Sheldon
da5de012c3
state: fix emptyStatet to emptyRoot ( #19254 )
2019-03-12 11:14:24 +02:00