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

Split off CBlockHeader from CBlock #2013

Merged
merged 1 commit into from
Nov 24, 2012
Merged

Split off CBlockHeader from CBlock #2013

merged 1 commit into from
Nov 24, 2012

Conversation

sipa
Copy link
Member

@sipa sipa commented Nov 14, 2012

Cleaner and removes the need for the application-specific flags in serialize.h.

No semantic changes.

@jgarzik
Copy link
Contributor

jgarzik commented Nov 15, 2012

ACK

@laanwj
Copy link
Member

laanwj commented Nov 15, 2012

Good idea.

Cleaner and removes the need for the application-specific flags in
serialize.h.
@BitcoinPullTester
Copy link

Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/e754cf4133c9c97e320ae5dec394e338524e650b for binaries and test log.

sipa added a commit that referenced this pull request Nov 24, 2012
Split off CBlockHeader from CBlock
@sipa sipa merged commit 7818d23 into bitcoin:master Nov 24, 2012
laudney pushed a commit to reddcoin-project/reddcoin-3.10 that referenced this pull request Mar 19, 2014
Split off CBlockHeader from CBlock
KolbyML pushed a commit to KolbyML/bitcoin that referenced this pull request Dec 5, 2020
…eateTransaction flow.

c4cbcd4 [Wallet] CreateTransaction: Removing an age check (an a unneeded loop over all of the available coins) that was there solely for the free transactions calculations which we don't have. (furszy)
781e68a [Wallet] Remove unused fSplitBlock functionality. (furszy)

Pull request description:

  Removed unused and redundant flows from `CWallet::CreateTransaction`. Like the utxo splitter that isn't used anywhere and the coin age calculation that was previously being used for free transaction calculation (which we don't have anymore).

  It will speedup the transaction creation process for v1 transactions removing one loop over all of the available utxo and help on the v1-v2 transaction creation processes unification goal.

ACKs for top commit:
  random-zebra:
    utACK c4cbcd4

Tree-SHA512: 459dd5dcecc34473de31c77aec4aeebeb2deef837d5b212df84b219dc568fa9e7bb6ebf4c825f9644cce7b1872abdf3280bb366a5db9a6fca2bc8c81d4c5126a
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants