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

Merge in btcd commit 27c0f9f8d1af6a44423b03a2e4f03d4a87a1ac40 #369

Merged
merged 4 commits into from
Sep 23, 2016

Commits on Apr 25, 2016

  1. blockchain: Remove unused root field. (btcsuite#680)

    This removes the root field and all references to it from the BlockChain
    since it is no longer required.
    
    It was previously required because the chain state was not initialized
    when the instance was created.  However, that is no longer the case, so
    there is no reason to keep it around any longer.
    davecgh committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    de4fb24 View commit details
    Browse the repository at this point in the history
  2. wire: Add large tx deserialize benchmark. (btcsuite#678)

    This adds a benchmark for deserializing a large transaction that is
    often referred to as the megatransaction since it is the largest Bitcoin
    transaction mined to date.  It consists of 5569 inputs and 1 output and
    its hash is:
    
    bb41a757f405890fb0f5856228e23b715702d714d59bf2b1feb70d8b2b4e3e08.
    
    This is being done so there is a benchmark that tests more of a
    worst-case scenario which is a better candidate for identifying and
    testing improvements.
    
    The following benchmark results shows the how much more intensive this
    transaction is over the existing mock transaction:
    
    DeserializeTxSmall  1000000    1751 ns/op      376 B/op     16 allocs/op
    DeserializeTxLarge  300     5093980 ns/op  1672829 B/op  33430 allocs/op
    davecgh committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    27c0f9f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Merge in btcd commit 'de4fb243899fc988cb3f320bbec9bee95966691b'

    Merges in btcd commit de4fb24.
    cjepson committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    7f80081 View commit details
    Browse the repository at this point in the history
  2. Merge in btcd commit '27c0f9f8d1af6a44423b03a2e4f03d4a87a1ac40'

    Merges in btcd commit 27c0f9f.
    cjepson committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    e239b28 View commit details
    Browse the repository at this point in the history