Balint Gabor
f5d08ca6b7
swarm: Adding context to more functions
2018-07-09 13:25:10 +02:00
zelig
ef67a8fdc8
swarm/bmt: fix io.Writer interface
...
* Write now tolerates arbitrary variable buffers
* added variable buffer tests
* Write loop and finalise optimisation
* refactor / rename
* add tests for empty input
2018-07-09 13:25:10 +02:00
lash
2bbeccc9dc
swarm/pss: (UPDATE) Generic notifications package ( #744 )
...
swarm/pss: Generic package for creating pss notification svcs
2018-07-09 13:25:10 +02:00
Fabio Barone
648c5cea65
swarm: added network ID test
2018-07-09 13:25:10 +02:00
Anton Evangelatov
4945f2ac86
swarm/metrics: collect disk measurements
2018-07-09 13:25:10 +02:00
Anton Evangelatov
4af94a2962
swarm: propagate ctx to internal apis ( #754 )
2018-07-09 13:25:10 +02:00
Janos Guljas
c9b3f9e675
swarm/api/http: sticky footer for error pages and fix for multiple choices
2018-07-09 13:25:10 +02:00
Janos Guljas
e0450b9b4d
swarm/api/http: sticky footer for swarm landing page using flex
2018-07-09 13:25:10 +02:00
Aron Fischer
43c8dfb442
swarm/api: change landing page to react to enter keypress
2018-07-09 13:25:38 +02:00
Aron Fischer
1a7c8a80ea
swarm/api: change colour of landing page in templates
2018-07-09 13:25:24 +02:00
Anton Evangelatov
8debd6bcc8
cmd/swarm/swarm-smoke: simplify cluster logic as per suggestion
2018-07-09 13:25:10 +02:00
Anton Evangelatov
124f92159c
cmd/swarm: support for smoke tests on the production swarm cluster
2018-07-09 13:25:10 +02:00
Janos Guljas
c076cb78a3
cmd/swarm, swarm/storage, swarm: fix mingw on windows test issues
2018-07-09 13:25:10 +02:00
justelad
cf286d6bc6
cmd/swarm: update description of swarm cmd
2018-07-09 13:25:10 +02:00
justelad
945fb96648
cmd/swarm: minor cli flag text adjustments
2018-06-22 00:58:18 +02:00
Viktor Trón
eaff89291c
Merge pull request #17041 from ethersphere/swarm-network-rewrite-merge
...
Swarm POC3 - happy solstice
2018-06-21 23:00:43 +02:00
ethersphere
e187711c65
swarm: network rewrite merge
2018-06-21 21:10:31 +02:00
Péter Szilágyi
d926bf2c7e
trie: cache collapsed tries node, not rlp blobs ( #16876 )
...
The current trie memory database/cache that we do pruning on stores
trie nodes as binary rlp encoded blobs, and also stores the node
relationships/references for GC purposes. However, most of the trie
nodes (everything apart from a value node) is in essence just a
collection of references.
This PR switches out the RLP encoded trie blobs with the
collapsed-but-not-serialized trie nodes. This permits most of the
references to be recovered from within the node data structure,
avoiding the need to track them a second time (expensive memory wise).
2018-06-21 11:28:05 +02:00
nobody
8db8d074e2
cmd/geth: remove the tail "," from genesis config ( #17028 )
...
remove the tail "," from genesis config, which will cause genesis config parse error .
2018-06-21 10:44:39 +03:00
Husam Ibrahim
1a70338734
mobile: correct comment typo in ethereum.go ( #17040 )
2018-06-21 10:35:35 +03:00
Wenbiao Zheng
61a5976368
accounts: remove deadcode isSigned ( #16990 )
2018-06-20 11:46:29 +02:00
Péter Szilágyi
88c42ab4e7
Merge pull request #16954 from holiman/more_tracers
...
eth/tracers: fix err in 4byte, add some opcode analysis tools
2018-06-20 11:43:40 +03:00
Martin Holst Swende
4210dd1500
tracers: fix err in 4byte, add some opcode analysis tools
2018-06-20 11:42:57 +03:00
ligi
c971ab617d
travis: use NDK 17b for Android archives ( #17029 )
2018-06-20 11:28:10 +03:00
Wenbiao Zheng
f1986f86f2
signer: remove useless errorWrapper ( #17003 )
2018-06-19 14:48:10 +03:00
Husam Ibrahim
28aca90716
accounts/usbwallet: correct comment typo ( #16998 )
2018-06-19 14:43:20 +03:00
Wenbiao Zheng
9b1536b26a
core: remove dead code, limit test code scope ( #17006 )
...
* core: move test util var/func to test file
* core: remove useless func
2018-06-19 14:41:13 +03:00
Husam Ibrahim
3e57c33147
accounts/usbwallet: correct comment typo ( #17008 )
2018-06-19 14:36:35 +03:00
Husam Ibrahim
baa7eb901e
mobile: correct comment typo in geth.go ( #17021 )
2018-06-19 14:35:59 +03:00
Wenbiao Zheng
574378edb5
cmd: remove faucet/puppeth dead code ( #16991 )
...
* cmd/faucet: authGitHub is not used anymore
* cmd/puppeth: remove not used code
2018-06-15 11:14:55 +03:00
Wenbiao Zheng
c95e4a80d1
accounts/keystore: assign schema as const instead of var ( #16985 )
2018-06-14 17:24:35 +03:00
Ryan Schneider
897ea01d5f
internal/debug: use pprof goroutine writer for debug_stacks ( #16892 )
...
* debug: Use pprof goroutine writer in debug.Stacks() to ensure all goroutines are captured.
* Up to 64MB limit, previous code only captured first 1MB of goroutines.
* internal/debug: simplify stacks handler
* fix typo
* fix pointer receiver
2018-06-14 16:58:44 +03:00
Caesar Chad
ec192f18b4
core/asm: correct comments typo ( #16974 )
...
* core/asm/compiler: correct comments typo
core/asm/compiler: correct comments typo
* Correct comments typo
2018-06-14 16:24:35 +03:00
Felix Lange
aa34173f13
common/number: delete unused package ( #16983 )
...
This package was meant to hold an improved 256 bit integer library, but
the effort was abandoned in 2015. AFAIK nothing ever used this package.
Time to say goodbye.
2018-06-14 15:10:34 +03:00
kiel barry
c343f75c26
bmt: fix package documentation comment ( #16909 )
2018-06-14 13:50:31 +02:00
Wenbiao Zheng
52b1d09457
core: reduce nesting in transaction pool code ( #16980 )
2018-06-14 13:46:43 +03:00
williambannas
9402f96597
eth: conform better to the golint standards ( #16783 )
...
* eth: made changes to conform better to the golint standards
* eth: fix comment nit
2018-06-14 13:14:52 +03:00
kiel barry
d0fd8d6fc2
common: all golint warnings removed ( #16852 )
...
* common: all golint warnings removed
* common: fixups
2018-06-14 12:52:50 +03:00
Péter Szilágyi
cfde0b5f52
Merge pull request #16977 from karalabe/go-1.10.3
...
travis, appveyor: update to Go 1.10.3
2018-06-14 12:51:50 +03:00
Péter Szilágyi
de06185fc3
travis, appveyor: update to Go 1.10.3
2018-06-14 12:46:49 +03:00
Jeremy Schlatter
3fb5f3ae11
cmd/utils: fix NetworkId default when -dev is set ( #16833 )
...
Prior to this change, when geth was started with `geth -dev -rpc`,
it would report a network id of `1` in response to the `net_version` RPC
request. But the actual network id it used to verify transactions
was `1337`.
This change causes geth instead respond with `1337` to the `net_version`
RPC when geth is started with `geth -dev -rpc`.
2018-06-14 12:31:31 +03:00
knarfeh
e75d0a6e4c
eth/filters: make filterLogs func more readable ( #16920 )
2018-06-14 12:27:02 +03:00
Martin Holst Swende
947e0afeb3
core/vm: optimize MSTORE and SLOAD ( #16939 )
...
* vm/test: add tests+benchmarks for mstore
* core/vm: less alloc and copying for mstore
* core/vm: less allocs in sload
* vm: check for errors more correctly
2018-06-14 12:23:37 +03:00
Elad
1836366ac1
all: library changes for swarm-network-rewrite ( #16898 )
...
This commit adds all changes needed for the merge of swarm-network-rewrite.
The changes:
- build: increase linter timeout
- contracts/ens: export ensNode
- log: add Output method and enable fractional seconds in format
- metrics: relax test timeout
- p2p: reduced some log levels, updates to simulation packages
- rpc: increased maxClientSubscriptionBuffer to 20000
2018-06-14 11:21:17 +02:00
Armin Braun
591cef17d4
#15685 made peer_test.go more portable by using random free port instead of hardcoded port 30303 ( #15687 )
...
Improves test portability by resolving 127.0.0.1:0
to get a random free port instead of the hard coded one. Now
the test works if you have a running node on the same
interface already.
Fixes #15685
2018-06-14 10:54:00 +02:00
Caesar Chad
e33a5de454
console: correct some comments typo ( #16971 )
...
console/console: correct some comments typo
2018-06-14 11:35:20 +03:00
Caesar Chad
f04c0e341e
core/asm: correct comments typo ( #16975 )
...
core/asm/lexer: correct comments typo
2018-06-14 11:32:19 +03:00
Wenbiao Zheng
ea89f40f0d
eth/fetcher: fix annotation ( #16969 )
2018-06-13 17:02:28 +03:00
Ryan Schneider
1fc54d92ec
internal/web3ext: fix method name for enabling mutex profiling ( #16964 )
2018-06-13 14:10:20 +02:00
John C. Vernaleo
8c4a7fa8d3
core: change comment to match code more closely ( #16963 )
2018-06-13 10:14:15 +03:00