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

LRU block cache #88

Merged
merged 14 commits into from Aug 23, 2018
Merged

LRU block cache #88

merged 14 commits into from Aug 23, 2018

Commits on Aug 22, 2018

  1. Copy the full SHA
    40cb7bf View commit details
    Browse the repository at this point in the history
  2. cache: define CacheableBlock

    halseth authored and Roasbeef committed Aug 22, 2018
    Copy the full SHA
    30778bb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    52cee56 View commit details
    Browse the repository at this point in the history
  4. neutrino: initialize BlockCache

    halseth authored and Roasbeef committed Aug 22, 2018
    Copy the full SHA
    6c58260 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a37e314 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d683b80 View commit details
    Browse the repository at this point in the history
  7. multi: rename GetBlockFromNetwork->GetBlock

    Since it is not only fetching blocks from the network anymore.
    halseth authored and Roasbeef committed Aug 22, 2018
    Copy the full SHA
    bf805ec View commit details
    Browse the repository at this point in the history
  8. headerfs: define mockBlockHeaderStore

    halseth authored and Roasbeef committed Aug 22, 2018
    Copy the full SHA
    8f90025 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    1c349b1 View commit details
    Browse the repository at this point in the history
  10. query_test: add TestBlockCache

    halseth authored and Roasbeef committed Aug 22, 2018
    Copy the full SHA
    878840c View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    41e9b06 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    a3da65d View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    817581a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Copy the full SHA
    e89b367 View commit details
    Browse the repository at this point in the history