Anton Evangelatov
8c63d0d2e4
swarm/storage: extract isValid. correctly remove invalid chunks from store on migration ( #17835 )
6 years ago
Felix Lange
1895059119
p2p: add enode URL to PeerInfo ( #17838 )
6 years ago
Péter Szilágyi
127553253e
Merge pull request #17801 from eosclassicteam/patch-1
...
Enable constantinople on Ropsten testnet
6 years ago
Liang Ma
ff6e0351ab
eth: fixed the minor typo inside the comments ( #17830 )
6 years ago
Felix Lange
b8a0daf0cc
cmd/puppeth: fix node URL in health check ( #17802 )
...
* cmd/puppeth: fix node URL in health check
* cmd/puppeth: set external IP for geth
* cmd/puppeth: fix enode cast issue
6 years ago
cdetrio
bfa0f96822
cmd/evm: fix state dump ( #17832 )
6 years ago
Anton Evangelatov
82a1c771ef
cmd/swarm: disable tests under Windows until they are fixed ( #17827 )
6 years ago
Felföldi Zsolt
9d06b2c5f3
core: use ChainHeadEvent subscription in the chain indexer ( #17826 )
6 years ago
Viktor Trón
e5677114dc
Merge pull request #17796 from epiclabs-io/mru-feeds
...
swarm/storage/feeds: Renamed MRU to Swarm Feeds
6 years ago
Anton Evangelatov
303b99663e
swarm: schemas and migrations ( #17813 )
6 years ago
Péter Szilágyi
14bef9a2db
core: fix unnecessary ancestor lookup after a fast sync ( #17825 )
6 years ago
Samuel Marks
d3a773c284
travis, appveyor: bump to Go 1.11.1 ( #17820 )
6 years ago
Javier Peletier
de01178c18
swarm/storage/feed: Renamed package
6 years ago
Javier Peletier
696bc9b01c
swarm/storage/feeds: renamed vars that can conflict with package name
6 years ago
Javier Peletier
58c0879c2f
swarm/storage/feeds: removed capital Feed throughout
6 years ago
Javier Peletier
68b8088cb9
swarm: Changed owners.
6 years ago
Javier Peletier
b6ccc06cda
swarm/storage/feeds: Final package rename and moved files
6 years ago
Javier Peletier
83705ef6aa
swarm/storage/mru: Renamed rest of MRU references
6 years ago
Javier Peletier
b35622cf3c
swarm/storage/mru: Renamed all comments to Feeds
6 years ago
Javier Peletier
f1e86ad9cf
swarm/storage/mru: Renamed all identifiers to Feeds
6 years ago
Elad
bd1f7ebda2
cmd/swarm: fix appveyor build ( #17808 )
6 years ago
Anton Evangelatov
26a37c5351
travis.yml: remove Go 1.9 ( #17807 )
6 years ago
Viktor Trón
0bf3065fb4
Merge pull request #17771 from ethersphere/cmd-config-errors
...
swarm: handle errors in cmdLineOverride and envVarsOverride
6 years ago
Viktor Trón
83116a3479
Merge pull request #17799 from ethersphere/correct_swarm_version
...
cmd/swarm: correct swarm version on --help
6 years ago
Viktor Trón
2c8d5dec50
Merge pull request #17800 from ethersphere/disable_cmd_swarm_tests_on_win
...
cmd/swarm: disable export and upload tests on Windows
6 years ago
EOS Classic
668c37fde1
params: enable constantinople on ropsten at 4.2M
6 years ago
Felföldi Zsolt
b7bbe66b19
les: limit state ODR retrievals to the last 100 blocks ( #17744 )
6 years ago
Martin Holst Swende
96fd50be10
accounts/abi: fix panic in MethodById lookup. Fixes #17797 ( #17798 )
6 years ago
Anton Evangelatov
634e963f02
cmd/swarm: disable export and upload tests on Windows
6 years ago
Alexey Sharov
dc5d643bb5
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
...
- Mime types generator (Standard "mime" package rely on system-settings, see mime.osInitMime)
- Changed swarm/api.Upload:
- simplify I/O throttling by semaphore primitive and use file name where possible
- f.Close() must be called in Defer - otherwise panic or future added early return will cause leak of file descriptors
- one error was suppressed
6 years ago
Anton Evangelatov
9a749dcde5
cmd/swarm: correct swarm version on --help
6 years ago
Ryan Schneider
b69942befe
core, internal/ethapi: add and use LRU cache for receipts ( #17610 )
6 years ago
reinerRubin
86ec213076
core/types: make tx signature values optional in JSON ( #17742 )
6 years ago
ledgerwatch
3d782bc727
eth: broadcast blocks to at least 4 peers ( #17725 )
6 years ago
Wenbiao Zheng
01d9f29805
cmd/swarm: remove swarm binary ( #17784 )
6 years ago
Wenbiao Zheng
024b22c30e
eth/downloader: use intermediate variable for better readability ( #17510 )
6 years ago
thumb8432
ffca6dfe01
core/types: fix typos ( #17762 )
6 years ago
HackyMiner
107f556b2d
internal/ethapi: add eth_chainId method ( #17617 )
...
This implements EIP-695.
6 years ago
HackyMiner
44eb69561a
internal/debug: support color terminal for cygwin/msys2 ( #17740 )
...
- update go-colorable, go-isatty, go-runewidth packages
- use go-isatty instead of log/term and remove log/term package
6 years ago
Ferenc Szabo
d9e324a331
cmd/swarm: respect --loglevel in run_test helpers ( #17739 )
...
When CLI tests were spanning new nodes, the log level verbosity was
hard coded as 6. So the Swarm process was always polluting the test
output with TRACE level logs.
Now `go test -v ./cmd/swarm -loglevel 0` works as expected.
6 years ago
CDsigma
a5aaab2f22
accounts/abi/bind/backends: fix typo ( #17749 )
6 years ago
Javier Peletier
f1b9a3e2f4
contracts/ens: expose Add and SetAddr in ENS ( #17661 )
...
I am planning to use this to resolve names to user addresses for Swarm/MRU feeds.
6 years ago
Felix Lange
79ca6c7a65
tests: update slow test lists, skip on windows/386 ( #17758 )
6 years ago
HarryWu
4d8c7248bd
build: fix typo ( #17773 )
6 years ago
Janoš Guljaš
7e1c374dc6
swarm/storage: ensure 64bit hasherStore struct alignment ( #17766 )
6 years ago
Viktor Trón
7910dd5179
Merge pull request #17781 from ethersphere/trim_newline
...
cmd/swarm: trim new lines from files
6 years ago
Anton Evangelatov
0ee44e796a
swarm/storage: make linter happy
6 years ago
Janos Guljas
bf37241eb5
cmd/swarm: fix TestConfigFileOverrides
6 years ago
Anton Evangelatov
d5837e84ff
cmd/swarm: trim new lines from files
6 years ago
Martin Holst Swende
dcaabfe7f6
Clef: USB hw wallet support ( #17756 )
...
* signer: implement USB interaction with hw wallets
* signer: fix failing testcases
6 years ago