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

Lmdb #158

Draft
wants to merge 184 commits into
base: master
Choose a base branch
from
Draft

Lmdb #158

wants to merge 184 commits into from

Commits on May 16, 2021

  1. Update to C++17

    exploshot committed May 16, 2021
    Configuration menu
    Copy the full SHA
    1db180a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5169d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Update .gitignore

    exploshot committed May 31, 2021
    Configuration menu
    Copy the full SHA
    32bb0cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f91fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e1264a View commit details
    Browse the repository at this point in the history
  4. Add LMDB Files

    exploshot committed May 31, 2021
    Configuration menu
    Copy the full SHA
    bd9b96b View commit details
    Browse the repository at this point in the history
  5. Add getDefault DB and Sync

    exploshot committed May 31, 2021
    Configuration menu
    Copy the full SHA
    8d12cd1 View commit details
    Browse the repository at this point in the history
  6. Add LMDB

    exploshot committed May 31, 2021
    Configuration menu
    Copy the full SHA
    d9fe825 View commit details
    Browse the repository at this point in the history
  7. Fix windows build

    exploshot committed May 31, 2021
    Configuration menu
    Copy the full SHA
    b6d8cb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Update .gitmodules

    exploshot committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8bc4d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dae533 View commit details
    Browse the repository at this point in the history
  3. Fix Mem violation

    exploshot committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    011d8ae View commit details
    Browse the repository at this point in the history
  4. Add Threadpool

    exploshot committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ee131b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    633ea95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a69dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a123c View commit details
    Browse the repository at this point in the history
  4. Fix previous commit

    exploshot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    f135e5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b4d2ad View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    66742bb View commit details
    Browse the repository at this point in the history
  2. Add latest lmdb changes

    exploshot committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    e27a2a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Add latest lmdb changes

    exploshot committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    63da4fd View commit details
    Browse the repository at this point in the history
  2. Disable tests again

    exploshot committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f180bb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    4de2708 View commit details
    Browse the repository at this point in the history
  2. Add getBlocksRange

    exploshot committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    05174f8 View commit details
    Browse the repository at this point in the history
  3. Add getHashesRange

    exploshot committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    afe0b83 View commit details
    Browse the repository at this point in the history
  4. Add removeTransaction

    exploshot committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    08df6d7 View commit details
    Browse the repository at this point in the history
  5. Add latest lmdb changes

    exploshot committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    a1286b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

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

Commits on Jun 7, 2021

  1. Add getTransactionList

    exploshot committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ea4ad1b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Fix rollbackChain Bugs

    exploshot committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c893d03 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Add addTxPoolTransaction

    exploshot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    376a498 View commit details
    Browse the repository at this point in the history
  2. Add updateTxPoolTransaction

    exploshot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    1fa020c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c900a3c View commit details
    Browse the repository at this point in the history
  4. Add txPoolHasTransaction

    exploshot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    18ab5b0 View commit details
    Browse the repository at this point in the history
  5. Add removeTxPoolTransaction

    exploshot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5739934 View commit details
    Browse the repository at this point in the history
  6. Update DBLMDB.cpp

    exploshot committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5e706be View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Configuration menu
    Copy the full SHA
    06e410c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c39cdf4 View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    exploshot committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    d77e15b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f8229b View commit details
    Browse the repository at this point in the history
  5. Update matrix.yml

    exploshot committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    2a726ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ec55c4 View commit details
    Browse the repository at this point in the history
  7. Update CMakeLists.txt

    exploshot committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    cb4fd7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b87af13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e067fc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

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

Commits on Jun 15, 2021

  1. Add latest lmdb changes

    exploshot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    d203aba View commit details
    Browse the repository at this point in the history
  2. Update DBLMDB.cpp

    exploshot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    7fea5d2 View commit details
    Browse the repository at this point in the history
  3. Update Blockchain.cpp

    exploshot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    43544ac View commit details
    Browse the repository at this point in the history
  4. Update CMakeLists.txt

    exploshot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    b536bda View commit details
    Browse the repository at this point in the history
  5. Update Core.cpp

    exploshot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    32a0f49 View commit details
    Browse the repository at this point in the history
  6. Update CryptoNoteTools.h

    exploshot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    79ab3a5 View commit details
    Browse the repository at this point in the history
  7. Update Blockchain.h

    exploshot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    5ea4c36 View commit details
    Browse the repository at this point in the history
  8. Add latest lmdb changes

    ExploShot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    fe56274 View commit details
    Browse the repository at this point in the history
  9. Add latest lmdb changes

    ExploShot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    4a8e343 View commit details
    Browse the repository at this point in the history
  10. Update Core.cpp

    exploshot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    7fb9096 View commit details
    Browse the repository at this point in the history
  11. Change resize behaviour

    exploshot committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    1ad843d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    cb50f2b View commit details
    Browse the repository at this point in the history
  2. Update matrix.yml

    exploshot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    33af1b3 View commit details
    Browse the repository at this point in the history
  3. Fix previous commit

    exploshot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    db5dbf7 View commit details
    Browse the repository at this point in the history
  4. Fix previous commit

    exploshot committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    2b07759 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e63727f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8633aa6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    5ba180e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

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

Commits on Jun 19, 2021

  1. More lmdb, less RAM usage

    exploshot committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    f8cc2c1 View commit details
    Browse the repository at this point in the history
  2. Add TimeToLifeIndex to lmdb

    exploshot committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    bae8db7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a68682b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

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

Commits on Jun 21, 2021

  1. Add temporary ban functionality for specific nodes

    In this case the nodes are inactive > 5 days
    exploshot committed Jun 21, 2021
    1 Configuration menu
    Copy the full SHA
    31e56d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Configuration menu
    Copy the full SHA
    7972a93 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Add latest lmdb changes

    exploshot committed Jun 28, 2021
    4 Configuration menu
    Copy the full SHA
    638cb8c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Update Core.cpp

    exploshot committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    93dae0d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Add latest lmdb changes

    exploshot committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    71a71ee View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Apply Add Tx patch

    exploshot committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    1dd026d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    17de3d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Commit instead Stash

    exploshot committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    1601ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c7d17 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Upgrade to GCC 11

    exploshot committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    c68cd5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c805bb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f56f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Add changes from #155

    exploshot committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    55c62d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db2835d View commit details
    Browse the repository at this point in the history
  3. X

    exploshot committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b03b1b3 View commit details
    Browse the repository at this point in the history
  4. Fix GH Actions file

    exploshot committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    08f4289 View commit details
    Browse the repository at this point in the history
  5. Add Checkpoints

    exploshot committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    7a4d191 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Remove Explo Nodes

    exploshot committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    214258a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Update lmdb db logging

    exploshot committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    9db9f26 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    340d7ce View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Update to C++17

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5da353b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af5cbb2 View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8f023db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6306c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb7839a View commit details
    Browse the repository at this point in the history
  6. Add LMDB Files

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    95d63a4 View commit details
    Browse the repository at this point in the history
  7. Add getDefault DB and Sync

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    54eb080 View commit details
    Browse the repository at this point in the history
  8. Add LMDB

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f5d7b7c View commit details
    Browse the repository at this point in the history
  9. Fix windows build

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3d10c0a View commit details
    Browse the repository at this point in the history
  10. Update .gitmodules

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f7edb52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83d7f40 View commit details
    Browse the repository at this point in the history
  12. Fix Mem violation

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f886450 View commit details
    Browse the repository at this point in the history
  13. Add Threadpool

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    24b01d7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f09a3b7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    93a7348 View commit details
    Browse the repository at this point in the history
  16. Fix previous commit

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f80fea1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bd59742 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2847e19 View commit details
    Browse the repository at this point in the history
  19. Add latest lmdb changes

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    62a755c View commit details
    Browse the repository at this point in the history
  20. Add latest lmdb changes

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f6ff17e View commit details
    Browse the repository at this point in the history
  21. Disable tests again

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    6548cb3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4a5f932 View commit details
    Browse the repository at this point in the history
  23. Add getBlocksRange

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3b36b83 View commit details
    Browse the repository at this point in the history
  24. Add getHashesRange

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8d6bcfa View commit details
    Browse the repository at this point in the history
  25. Add removeTransaction

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    26948e6 View commit details
    Browse the repository at this point in the history
  26. Add latest lmdb changes

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    02815d2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    49ad930 View commit details
    Browse the repository at this point in the history
  28. Add getTransactionList

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    08a2e56 View commit details
    Browse the repository at this point in the history
  29. Fix rollbackChain Bugs

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e6ae77f View commit details
    Browse the repository at this point in the history
  30. Add addTxPoolTransaction

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    2936927 View commit details
    Browse the repository at this point in the history
  31. Add updateTxPoolTransaction

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    90a5531 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2595876 View commit details
    Browse the repository at this point in the history
  33. Add txPoolHasTransaction

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    9be0ee5 View commit details
    Browse the repository at this point in the history
  34. Add removeTxPoolTransaction

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d54e0ff View commit details
    Browse the repository at this point in the history
  35. Update DBLMDB.cpp

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    7e59f7f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    9c77ec8 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    df569b4 View commit details
    Browse the repository at this point in the history
  38. Update CMakeLists.txt

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    fb727aa View commit details
    Browse the repository at this point in the history
  39. Update matrix.yml

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    42bb945 View commit details
    Browse the repository at this point in the history
  40. Update CMakeLists.txt

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    9403c1f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c616e9a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0fdeba2 View commit details
    Browse the repository at this point in the history
  43. Add latest lmdb changes

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b293f8e View commit details
    Browse the repository at this point in the history
  44. Update DBLMDB.cpp

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    23ed0c6 View commit details
    Browse the repository at this point in the history
  45. Update Blockchain.cpp

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e340b21 View commit details
    Browse the repository at this point in the history
  46. Update CMakeLists.txt

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d006507 View commit details
    Browse the repository at this point in the history
  47. Update Core.cpp

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5e720ff View commit details
    Browse the repository at this point in the history
  48. Update CryptoNoteTools.h

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    9a356bb View commit details
    Browse the repository at this point in the history
  49. Update Blockchain.h

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f8287b2 View commit details
    Browse the repository at this point in the history
  50. Add latest lmdb changes

    ExploShot authored and exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    6f5d141 View commit details
    Browse the repository at this point in the history
  51. Add latest lmdb changes

    ExploShot authored and exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b1b011d View commit details
    Browse the repository at this point in the history
  52. Update Core.cpp

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    57374b2 View commit details
    Browse the repository at this point in the history
  53. Change resize behaviour

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5698734 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    cc00bb9 View commit details
    Browse the repository at this point in the history
  55. Update matrix.yml

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f7b76be View commit details
    Browse the repository at this point in the history
  56. Fix previous commit

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e005cc9 View commit details
    Browse the repository at this point in the history
  57. Fix previous commit

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    9fe5652 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    c83ee4c View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    84c5f62 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    ce1dba6 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    ad0e1e5 View commit details
    Browse the repository at this point in the history
  62. More lmdb, less RAM usage

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    317c85c View commit details
    Browse the repository at this point in the history
  63. Add TimeToLifeIndex to lmdb

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    9278891 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    694660d View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    d7ed661 View commit details
    Browse the repository at this point in the history
  66. Add temporary ban functionality for specific nodes

    In this case the nodes are inactive > 5 days
    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    55e7bea View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    1da5350 View commit details
    Browse the repository at this point in the history
  68. Add latest lmdb changes

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    435fd16 View commit details
    Browse the repository at this point in the history
  69. Update Core.cpp

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    012d70d View commit details
    Browse the repository at this point in the history
  70. Add latest lmdb changes

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    596e148 View commit details
    Browse the repository at this point in the history
  71. Apply Add Tx patch

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    59b16d3 View commit details
    Browse the repository at this point in the history
  72. Commit instead Stash

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    54ece92 View commit details
    Browse the repository at this point in the history
  73. Upgrade to GCC 11

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    05f37fd View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    0041d7d View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    1eef749 View commit details
    Browse the repository at this point in the history
  76. Add changes from #155

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    76cb98a View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    f474404 View commit details
    Browse the repository at this point in the history
  78. X

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    eec88f0 View commit details
    Browse the repository at this point in the history
  79. Fix GH Actions file

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    cf188e7 View commit details
    Browse the repository at this point in the history
  80. Add Checkpoints

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    2eacfa3 View commit details
    Browse the repository at this point in the history
  81. Remove Explo Nodes

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    317da50 View commit details
    Browse the repository at this point in the history
  82. Update lmdb db logging

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    0b635c2 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    b81e4d4 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    6f3e05c View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    3fde3d5 View commit details
    Browse the repository at this point in the history
  86. Fix Windows Build error

    exploshot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    29c3a01 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    7b18e7f View commit details
    Browse the repository at this point in the history
  2. Fix validation for lmdb

    exploshot committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    d501160 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    8ff3f12 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Add Checkpoint 942325

    exploshot committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    2ff89dd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

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

Commits on Jan 3, 2022

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

Commits on Mar 15, 2022

  1. - Fix GCC11 Compiler issues

    - Remove Breakpad (not compatible with gcc11)
    - Update to Boost 1.78 via HunterPM
    exploshot committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    bb3df0e View commit details
    Browse the repository at this point in the history
  2. - Add some logs to Blockchain

    - Add some logs to Core
    - Add getOutputKeys to Blockchain
    - Add logger to BlockchainDB
    - Adjust DBLMDB/getOutputKeys
    - DBLMDB Indentation
    - Improve Core/check_tx_mixin behaviour, not necessary to check height in Tx for each input. The Tx will now change its height/blockversion out ow nowhere
    - Make DBLMDB/addSpentKey public
    - Rename DBLMDB/getOutputKey to DBLMDB/getOutputKeys
    exploshot committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    184173c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/lmdb' into lmdb

    # Conflicts:
    #	lib/CryptoNoteCore/Blockchain.cpp
    #	lib/Lmdb/DBLMDB.cpp
    exploshot committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    1c8b017 View commit details
    Browse the repository at this point in the history