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

Deferred initialization of EmptyMerklePath structures till first use … #4131

Commits on Sep 9, 2019

  1. Deferred initialization of EmptyMerklePath structures till first use …

    …to reduce monolith startup penalty for fuzzing.
    zebambam committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    502507e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Marked the empty_roots array mutable, simplified locking to use LOCK …

    …only (no more double-locking), and simplified CCriticalSection variable name.
    zebambam committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    cf89467 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Update src/zcash/IncrementalMerkleTree.hpp

    Co-Authored-By: Eirik Ogilvie-Wigley <eirik@z.cash>
    zebambam and Eirik Ogilvie-Wigley committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    99e4f2f View commit details
    Browse the repository at this point in the history
  2. Update src/zcash/IncrementalMerkleTree.hpp

    Co-Authored-By: Eirik Ogilvie-Wigley <eirik@z.cash>
    zebambam and Eirik Ogilvie-Wigley committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    1f82216 View commit details
    Browse the repository at this point in the history