This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Less cloning when importing blocks (#11531)
* WIP * cleanup * check_and_lock_block() only needs reference * Cleanup&docs * Push uncles by ref to clone at the last possible time. * Missing import * Review grumbles * Update util/journaldb/src/overlayrecentdb.rs Co-Authored-By: Niklas Adolfsson <[email protected]> * Update ethcore/types/src/client_types.rs Co-Authored-By: Andronik Ordian <[email protected]> * deref U256 before adding * More review grumbles * review grumbles: pass by value * cleanup * Move the block * Don't clone the header * Update ethcore/src/client/client.rs Co-Authored-By: Niklas Adolfsson <[email protected]> * Update ethcore/src/client/client.rs Co-Authored-By: Niklas Adolfsson <[email protected]> * Add comment Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: Andronik Ordian <[email protected]>
- Loading branch information
1 parent
729b10e
commit 6c0134f
Showing
12 changed files
with
97 additions
and
120 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.