anza-xyz / agave

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
https://www.anza.xyz/
Apache License 2.0
178 stars 67 forks source link

use StorageAccess from config #1412

Closed jeffwashington closed 2 weeks ago

jeffwashington commented 2 weeks ago

Problem

working on getting rid of mmaps for append vecs

Summary of Changes

Config contains the StorageAccess to use. Plumb that through to snapshot loading.

Fixes #

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.7%. Comparing base (20ee70c) to head (ec8a80e). Report is 12 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1412 +/- ## ========================================= - Coverage 82.7% 82.7% -0.1% ========================================= Files 871 871 Lines 369894 370043 +149 ========================================= + Hits 306158 306265 +107 - Misses 63736 63778 +42 ```