Commit Graph

8 Commits (d903bf51a354a33d10ff15c92ba1ced695c60ced)

Author SHA1 Message Date
ansuz d794e0b48f include inactive accounts in the archival script
ansuz 95965c1dee keep a parallel implementation of the pin loader to validate the new one
ansuz 38c1700173 Respond to pinning RPCs as soon as possible
(instead of waiting until you've read an unbounded number
of pin logs while queries back up in memory)

Also replace instances of 'publicKey' with 'safeKey' or 'unsafeKey'
to clearly and correctly indicate their format.
ansuz cded52f83f replicate existing pinned.load API correctly
ansuz 65f88617cf add support for an optional handler for each pin log
great for analyzing which files are most in need of optimization
ansuz 609eddc9e1 reimplement the the Pinned.load API
* recurse into directories on demand
* optimized for lower memory consumption
* less parallelism than before
ansuz cd793b295d provide a standard api for calculating pin data for a given public key
ansuz 5c9cd5ffc6 standardize pin calculation routine