Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #147

Merged
merged 47 commits into from
Dec 17, 2018
Merged

Development #147

merged 47 commits into from
Dec 17, 2018

Conversation

GregTheGreek
Copy link

Pull request for code freeze.

mrFranklin and others added 30 commits November 20, 2018 22:16
…reum#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 ethereum#17955 (review)
for the details of the discussion.
* 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
cmd/utils: max out the OS file allowance, don't cap to 2K
…8253)

* eth: fixed incorrect storage from prestate_tracer

* eth/tracers: updated assets.go
params: set mainnet and Rinkeby Constantinople fork blocks
core/vm, eth: add standard json tracing into filesystem dumps
node,rpc: remove unused log in ipc listener function
Most probably a copy/paste kind of error.
Found with gocritic `dupArg` checker.
light: fix duplicated argument in bytes.Equal call
* Fix typo in interfaces.go

* Update interfaces.go
* 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.
cmd, eth: add support for `--whitelist <blocknum>=<hash>`
params: update CHTs for the 1.8.20 release
@GregTheGreek GregTheGreek merged commit 52bf7ed into staging Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.