Péter Szilágyi
9fe5d20011
Merge pull request #18028 from ryanschneider/blockhash-whitelist
...
cmd, eth: add support for `--whitelist <blocknum>=<hash>`
6 years ago
lash
dd98d1da94
swarm/network: Correct ambiguity in compared addresses ( #18251 )
6 years ago
Péter Szilágyi
362e2ba792
params: update CHTs for the 1.8.20 release
6 years ago
Péter Szilágyi
31b3334922
cmd/utils, eth: minor polishes on whitelist code
6 years ago
Ryan Schneider
48b70ecff1
cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flag
...
* Rejects peers that respond with a different hash for any of the passed in block numbers.
* Meant for emergency situations when the network forks unexpectedly.
6 years ago
YOSHIDA Masanori
c1e3fe6b14
ethereum: fix typo in interfaces.go ( #18266 )
...
* Fix typo in interfaces.go
* Update interfaces.go
6 years ago
Péter Szilágyi
2fdff33803
Merge pull request #18269 from Quasilyte/patch-1
...
light: fix duplicated argument in bytes.Equal call
6 years ago
Iskander (Alex) Sharipov
da6e6e7971
light: fix duplicated argument in bytes.Equal call
...
Most probably a copy/paste kind of error.
Found with gocritic `dupArg` checker.
6 years ago
Péter Szilágyi
af8daf91a6
node, rpc: log cleanups in ipc listener function ( #18124 )
...
node,rpc: remove unused log in ipc listener function
6 years ago
Péter Szilágyi
fd66af5ee5
Merge pull request #17914 from holiman/block_analysis
...
core/vm, eth: add standard json tracing into filesystem dumps
6 years ago
Péter Szilágyi
0983d02aa9
eth, internal/web3ext: tiny polishes in tracers
6 years ago
Martin Holst Swende
42a914a84f
cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local filesystem
6 years ago
Péter Szilágyi
09d588e0da
Merge pull request #18268 from karalabe/forkit
...
params: set mainnet and Rinkeby Constantinople fork blocks
6 years ago
Péter Szilágyi
6a1a4375c6
params: set mainnet and Rinkeby Constantinople fork blocks
6 years ago
Max Sistemich
dfa16a3e4e
eth/tracers: fixed incorrect storage from prestate_tracer ( #18253 )
...
* eth: fixed incorrect storage from prestate_tracer
* eth/tracers: updated assets.go
6 years ago
Javier Peletier
c1d462ee5d
cmd/puppeth: fix rogue quote in alethGenesisSpec JSON ( #18262 )
6 years ago
Felix Lange
f32790fb05
node: warn when using deprecated config/resource files ( #18199 )
6 years ago
Péter Szilágyi
d2328b604a
Merge pull request #18211 from karalabe/drop-fd-limit
...
cmd/utils: max out the OS file allowance, don't cap to 2K
6 years ago
Janoš Guljaš
661809714e
swarm: snapshot load improvement ( #18220 )
...
* swarm/network: Hive - do not notify peer if discovery is disabled
* p2p/simulations: validate all connections on loading a snapshot
* p2p/simulations: track all connections in on snapshot loading
* p2p/simulations: add snapshotLoadTimeout variable
* p2p/simulations: ignore control events in snapshot load
* p2p/simulations: simplify event loop synchronization
* p2p/simulations: return already connected error from Load function
* p2p/simulations: log warning on snapshot loading disconnection
6 years ago
Paweł Bylica
de39513ced
core, internal, eth, miner, les: Take VM config from BlockChain ( #17955 )
...
Until this commit, when sending an RPC request that called `NewEVM`, a blank `vm.Config`
would be taken so as to set some options, based on the default configuration. If some extra
configuration switches were passed to the blockchain, those would be ignored.
This PR adds a function to get the config from the blockchain, and this is what is now used
for RPC calls.
Some subsequent changes need to be made, see https://github.com/ethereum/go-ethereum/pull/17955#pullrequestreview-182237244
for the details of the discussion.
6 years ago
Elad
3ac633ba84
swarm/api/http: add resetting timer metrics to requests ( #18249 )
6 years ago
holisticode
b98d2e9a1c
swarm/network/stream: Debug log instead of Warn for retrieval failure ( #18246 )
6 years ago
Vedhavyas Singareddi
92639b676a
Add packing for dynamic array and slice types ( #18051 )
...
* added tests for new abi encoding features (#4 )
* added tests from bytes32[][] and string[]
* added offset to other types
* formatting
* Abi/dynamic types (#5 )
* Revert "Abi/dynamic types (#5 )" (#6 )
This reverts commit dabca31d797623d43bd780721fc0ad461d24be53.
* Abi/dynamic types (#7 )
* some cleanup
* Apply suggestions from code review
apply suggestions
Co-Authored-By: vedhavyas <vedhavyas.singareddi@gmail.com>
* added better formatting (#8 )
* review chnages
* better comments
6 years ago
Péter Szilágyi
f74077b4c2
Merge pull request #18172 from holiman/puppeth_converter
...
cmd/puppeth: implement chainspec converters
6 years ago
Péter Szilágyi
d4415f5e40
cmd/puppeth: chain import/export via wizard, minor polishes
6 years ago
Corey Lin
7a5c1b28dd
whisperv6: remove duplicated code ( #18015 )
6 years ago
Martin Holst Swende
8698fbabf6
cmd/puppeth: implement chainspec converters
6 years ago
Péter Szilágyi
a3fd415c0f
Merge pull request #18235 from karalabe/puppeth-enforce-lowercase
...
cmd/puppeth: enforce lowercase network names
6 years ago
Péter Szilágyi
4825d9c3dd
cmd/puppeth: enforce lowercase network names
6 years ago
Marius Kjærstad
f850123ec7
Changed http:// to https:// on JSON-RPC link ( #18224 )
...
Changed http:// to https:// on JSON-RPC link in README.md
6 years ago
vim88
efe5886877
signer/core: Fixes typo of method name in comment. ( #18222 )
6 years ago
lash
085f89172f
swarm/pss: Add same api interface for all Send* methods ( #18218 )
6 years ago
needkane
54abb97e3b
p2p: use errors.New instead of fmt.Errorf ( #18193 )
6 years ago
Felix Lange
ef8ced4151
vendor: update github.com/karalabe/hid ( #18213 )
...
Fixes #15101 because hidapi is no longer being called from an
init function.
6 years ago
Anton Evangelatov
7e7781ffaa
cmd/swarm: add flag for application name (swarm or swarm-private) ( #18189 )
...
* cmd/swarm: add flag for application name (swarm or swarm-private)
* cmd/swarm/swarm-smoke: return correct exit code
* cmd/swarm/swarm-smoke: remove colorable
* remove swarm/grafana_dashboards
6 years ago
Péter Szilágyi
cf62bd2e88
cmd/utils: max out the OS file allowance, don't cap to 2K
6 years ago
Péter Szilágyi
01371469e6
vendor: update leveldb ( #18205 )
6 years ago
Wenbiao Zheng
32d35c9c08
accounts/keystore: delete the redundant keystore in filename ( #17930 )
...
* accounts/keystore: reduce file name length
* accounts/keystore: reduce code line width
6 years ago
Eugene Valeyev
a4428c505e
mobile: added constructor for BigInts ( #17828 )
6 years ago
zah
55a4ff806f
remove a no-op line in the code ( #17760 )
6 years ago
Martin Holst Swende
8380a1303c
vendor: update leveldb
6 years ago
Martin Holst Swende
7c657fc789
tests, core: update tests and make STATICCALL cause touch-delete ( #18187 )
6 years ago
Matthew Di Ferrante
3d21d455dc
cmd/evm: commit statedb if dump is requested ( #18208 )
...
Add a call `statedb.Commit(true)` if the `Dump` flag is on, as otherwise the `storage` output in the dump is always empty.
6 years ago
Franklin
3dba6a6d27
remove unrelated code
6 years ago
Péter Szilágyi
a7501d0c41
params, swarm: start Geth v1.8.20 and Swarm v0.3.8 release cycle
6 years ago
Péter Szilágyi
dae82f0985
params, swarm: release Geth v1.8.19 and Swarm v0.3.7
6 years ago
Péter Szilágyi
8fdbbef72d
Merge pull request #18196 from karalabe/downloader-cht-fix
...
eth/downloader: fix light client cht binary search issue
6 years ago
Péter Szilágyi
8696986547
Merge pull request #18197 from karalabe/v1.8.19-chts
...
params: update CHTs for the v1.8.19 release
6 years ago
Péter Szilágyi
d606a7a46a
params: update CHTs for the v1.8.19 release
6 years ago
Péter Szilágyi
174083c3ae
eth/downloader: fix light client cht binary search issue
6 years ago