forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Development #147
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
…warm/api/http: add instrumentation (ethereum#18274)
cmd/faucet, cmd/puppeth: fix enode and compose regressions, expose UDP
…#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
Fix Miner Coinbase Reference fix linting error fix linting errors
Update README.md
Add Whisper Rollback Endpoint With Smart Contract Signature Authentication
Merge Ethereum Upstream Changes to Latest Stable Geth Release v1.8.20
dbkbali
approved these changes
Dec 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request for code freeze.