holisticode
90ea542e9e
Update visualized snapshot test ( #18286 )
...
* swarm/network/stream: fix visualized_snapshot_sync_sim_test
* swarm/network/stream: updated visualized snapshot-test;data in p2p event
* swarm/network/stream: cleanup visualized snapshot sync test
* swarm/network/stream: re-enable t.Skip for visualized test
* swarm/network/stream: addressed PR comments
6 years ago
Elad
472c23a801
p2p/simulation: move connection methods from swarm/network/simulation ( #18323 )
6 years ago
Anton Evangelatov
d322c9d550
swarm/storage/feed: remove unused code ( #18324 )
6 years ago
weimumu
3ad73443c7
fix slice unpack bug in accounts/abi ( #18321 )
...
* fix slice unpack bug in accounts/abi
6 years ago
Felix Lange
7dbb075c07
Change issue labels in bot configs to the new prefixed version ( #18311 )
6 years ago
Guillaume Ballet
aebf9e2fe7
.github: add @gballet as abi codeowner ( #18306 )
6 years ago
yahtoo
aad3c67a92
p2p/discv5: don't hash findnode target in lookup against table ( #18309 )
6 years ago
Shuai Qi
fe26b2f366
core/state: rename 'new' variable ( #18301 )
6 years ago
Adam Schmideg
88d7d4fed4
Change issue labels in bot configs to the new prefixed version
6 years ago
qd-ethan
9940d93a43
Comment error ( #18303 )
6 years ago
Martin Holst Swende
3796751efc
rpc: add application/json-rpc as accepted content type, fixes #18293 ( #18310 )
6 years ago
tzapu
e79821cabe
accounts/abi: argument type and name were reversed ( #17947 )
...
argument type and name were reversed
6 years ago
Shuai Qi
e57e4571d3
crypto/secp256k1: Fix invalid document link ( #18297 )
6 years ago
Corey Lin
b3be9b7cd8
usbwallet: check returned error when decoding hexstr ( #18056 )
...
* usbwallet: check returned error when decoding hexstr
* Update accounts/usbwallet/ledger.go
Co-Authored-By: CoreyLin <514971757@qq.com>
* usbwallet: check hex decode error
6 years ago
Javier Peletier
4e6f53ac33
swarm/storage: simplify ChunkValidator interface ( #18285 )
6 years ago
Anton Evangelatov
ebbf3dfafb
swarm/shed: add metrics to each shed db ( #18277 )
...
* swarm/shed: add metrics to each shed db
* swarm/shed: push metrics prefix up
* swarm/shed: rename prefix to metricsPrefix
* swarm/shed: unexport Meter, remove Mutex for quit channel
6 years ago
Péter Szilágyi
1e190a3b1c
params, swarm: begin Geth v1.9.0 family, Swarm v0.3.9 cycle
6 years ago
Péter Szilágyi
24d727b6d6
params, swarm: release Geth v1.8.20 and Swarm v0.3.8
6 years ago
Martin Holst Swende
83a9a73b89
cmd/geth, core, eth: implement Constantinople override flag ( #18273 )
...
* geth/core/eth: implement constantinople override flag
* les: implemnent constantinople override flag for les clients
* cmd/geth, eth, les: fix typo, move flag to experimentals
6 years ago
Péter Szilágyi
5584574217
Merge pull request #18281 from karalabe/puppeth-faucet
...
cmd/faucet, cmd/puppeth: fix enode and compose regressions, expose UDP
6 years ago
Péter Szilágyi
38c3d88cea
cmd/puppeth: support latest docker compose, expose faucet UDP
6 years ago
Péter Szilágyi
69a8d9841a
cmd/faucet: fix faucet static peer regression
6 years ago
Elad
bb724080ca
cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api/http: add instrumentation ( #18274 )
6 years ago
Péter Szilágyi
b2aac658b0
Merge pull request #18271 from karalabe/1.8.20-chts
...
params: update CHTs for the 1.8.20 release
6 years ago
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