eth-cache

Ethereum chain data caching tools
Info | Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2024-07-09 23:28Add store format readmelash1+37-0
2024-07-06 14:56Handle missing results from lmdb backendlash1+17-3
2024-07-04 16:53Add lmdb requirementslash1+1-0
2024-06-18 02:26Remove stray prints, add logs to lmdb testlash2+4-1
2024-06-18 02:23Implement address to tx index in lmdblash2+81-18
2024-06-18 01:52Add lmdb cacherpc lmdb testlash1+34-0
2024-06-18 01:51Add lmdb get block by hash, numberlash4+58-18
2024-06-17 13:30Adapt adder and implement get/put tx pair in lmdblash6+124-72
2024-06-16 22:53Abstract remaining calls in get_tx for add_dir and filepathlash1+11-3
2024-06-16 22:45Make adder and filepath lookup generic, keyed by actionlash4+83-30
2024-06-16 22:16Factor out common fs code for storelash4+47-43
2024-06-16 22:04Factor out test setup, implement lmdb classlash7+178-45
2024-04-02 10:42Upgrade chainlib-eth versionlash2+2-2
2023-08-06 13:07Upgrade dependencieslash6+69-4
2022-11-14 07:59Change license to AGPL3, waive copyrightlash5+75-86
2022-11-04 07:34Upgrade chainliblash3+4-2
2022-10-13 13:48Handle none rcpt when adding txlash3+6-5
2022-10-13 07:30Bump versionslash3+4-2
2022-05-10 18:29Update file store for chainlib 0.2.0lash3+9-5
2022-05-09 20:03Upgarde chainliblash2+5-5
2022-05-04 18:47Upgrade depslash3+7-3
2022-03-05 07:00Wrong path property in string renderlash1+1-1
2022-03-01 18:45Add rpc cache testlash1+18-0
2022-03-01 16:05Add test for addresses index, rcptlash2+87-35
2022-03-01 15:03Add test for tx put, block putlash17+1125-370
2021-06-14 07:54Use store frontend for tx get toolnolash2+25-6
2021-06-14 07:27Add cli tx dumpernolash2+112-5
2021-06-13 14:36Adapt for multiprocessing poolnolash1+7-5
2021-06-13 11:07multiprocessing in synceRnolash2+20-7
2021-06-13 09:09Initial commitnolash4+234-0