We want to be able to cache the lagrange basis to speed up the mina CI tests. Full SRS caching was done in this repo in #2286 so this doesn't need to be integrated into CI for this repo. Still there should be some basic tests that it's working (e.g. tests in the poly-commitment package)
[x] add an add_lagrange_basis_with_cache method to the SRS type @martyall
[x] allow for using local disk as cache backend @martyall
[x] verify disk cache works locally (e.g. using tests in commitment.rs) @martyall
[ ] allow using remote cache backend (either google cloud / aws bucket) @svv232
We want to be able to cache the lagrange basis to speed up the mina CI tests. Full SRS caching was done in this repo in #2286 so this doesn't need to be integrated into CI for this repo. Still there should be some basic tests that it's working (e.g. tests in the
poly-commitment
package)add_lagrange_basis_with_cache
method to the SRS type @martyallcommitment.rs
) @martyall