- Dec 10, 2018
-
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
Péter Szilágyi authored
params: 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
-
- Dec 07, 2018
-
-
Felix Lange authored
-
Péter Szilágyi authored
cmd/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
-
- Dec 06, 2018
-
-
Paweł Bylica authored
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.
-
- Dec 05, 2018
-
-
Elad authored
-
- Dec 04, 2018
-
-
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 authored
cmd/puppeth: implement chainspec converters
-
Péter Szilágyi authored
-
- Dec 03, 2018
-
-
Corey Lin authored
-
Martin Holst Swende authored
-
Péter Szilágyi authored
cmd/puppeth: enforce lowercase network names
-
Péter Szilágyi authored
-
- Dec 02, 2018
-
-
Marius Kjærstad authored
Changed http:// to https:// on JSON-RPC link in README.md
-
vim88 authored
-
- Dec 01, 2018
-
-
Louis Holbrook authored
-
- Nov 30, 2018
-
-
needkane authored
-
Felix Lange authored
Fixes #15101 because hidapi is no longer being called from an init function.
-
- Nov 29, 2018
-
-
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 authored
Add a call `statedb.Commit(true)` if the `Dump` flag is on, as otherwise the `storage` output in the dump is always empty.
-
- Nov 28, 2018
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: fix light client cht binary search issue
-
Péter Szilágyi authored
params: update CHTs for the v1.8.19 release
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-