This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Merged
Conversation
… WIN FS compatibility
Adjust .mailmap
added net.version
Core uint64 ts
eth, ethdb: fix a data race during startup/shutdown
eth: calculate the correct TD, only update if better
eth/downloader: drop peer if advertised TD but won't delvier
miner, xeth: fire log event during mining. Fix return raw tx
accounts, crypto: fixed file naming for windows
core/vm: added str to op
Implemented the --genesis flag thru which we can set a custom genesis block, including the official Ethereum genesis block.
* ethreg is set up on swarm in admin * utils.parseApi takes docroot as argument passed to adminApi.New * if ethereum.swarm not nil, docserver will register the bzz scheme via roundtripper proxying to ethereum.Swarm.Port
…together with TestHTTP in cmd/geth/ test
core: genesis preparation
Added PutBlockReceipts; storing receipts by blocks. Eventually this will require pruning during some cleanup cycle. During forks the receipts by block are used to get the new canonical receipts and transactions. This PR fixes #1473 by rewriting transactions and receipts from the point of where the fork occured.
xeth: log signed tx hash
core: during chain reorg rewrite receipts and transactions
cmd/geth/js, rpc/api/admin: ds.RegisterProtocol -> ds.RegisterScheme Conflicts: core/genesis.go
Member
Author
|
@nagydani @zsfelfoldi ready to merge |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
on top of #12