- 10 Dec, 2018 12 commits
- 
- 
Ryan Schneider authored* 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. 
- 
YOSHIDA Masanori authored* Fix typo in interfaces.go * Update interfaces.go 
- 
Péter Szilágyi authoredlight: fix duplicated argument in bytes.Equal call 
- 
Iskander (Alex) Sharipov authoredMost probably a copy/paste kind of error. Found with gocritic `dupArg` checker. 
- 
Péter Szilágyi authorednode,rpc: remove unused log in ipc listener function 
- 
Péter Szilágyi authoredcore/vm, eth: add standard json tracing into filesystem dumps 
- 
Péter Szilágyi authored
- 
Martin Holst Swende authored
- 
Péter Szilágyi authoredparams: set mainnet and Rinkeby Constantinople fork blocks 
- 
Péter Szilágyi authored
- 
Max Sistemich authored* eth: fixed incorrect storage from prestate_tracer * eth/tracers: updated assets.go 
- 
Javier Peletier authored
 
- 
- 07 Dec, 2018 3 commits
- 
- 
Felix Lange authored
- 
Péter Szilágyi authoredcmd/utils: max out the OS file allowance, don't cap to 2K 
- 
Janoš Guljaš authored* 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 
 
- 
- 06 Dec, 2018 1 commit
- 
- 
Paweł Bylica authoredUntil 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. 
 
- 
- 05 Dec, 2018 1 commit
- 
- 
Elad authored
 
- 
- 04 Dec, 2018 4 commits
- 
- 
holisticode authored
- 
Vedhavyas Singareddi authored* 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 
- 
Péter Szilágyi authoredcmd/puppeth: implement chainspec converters 
- 
Péter Szilágyi authored
 
- 
- 03 Dec, 2018 4 commits
- 
- 
Corey Lin authored
- 
Martin Holst Swende authored
- 
Péter Szilágyi authoredcmd/puppeth: enforce lowercase network names 
- 
Péter Szilágyi authored
 
- 
- 02 Dec, 2018 2 commits
- 
- 
Marius Kjærstad authoredChanged http:// to https:// on JSON-RPC link in README.md 
- 
vim88 authored
 
- 
- 01 Dec, 2018 1 commit
- 
- 
lash authored
 
- 
- 30 Nov, 2018 2 commits
- 
- 
needkane authored
- 
Felix Lange authoredFixes #15101 because hidapi is no longer being called from an init function. 
 
- 
- 29 Nov, 2018 9 commits
- 
- 
Anton Evangelatov authored* 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 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Wenbiao Zheng authored* accounts/keystore: reduce file name length * accounts/keystore: reduce code line width 
- 
Eugene Valeyev authored
- 
zah authored
- 
Martin Holst Swende authored
- 
Martin Holst Swende authored
- 
Matthew Di Ferrante authoredAdd a call `statedb.Commit(true)` if the `Dump` flag is on, as otherwise the `storage` output in the dump is always empty. 
 
- 
- 28 Nov, 2018 1 commit
- 
- 
Franklin authored
 
-