8 Commits (98df612eb4c63ffc9cdec9a6c2593cca4628ca0a)

Author SHA1 Message Date
ansuz d794e0b48f include inactive accounts in the archival script 4 years ago
ansuz 95965c1dee keep a parallel implementation of the pin loader to validate the new one 5 years ago
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.
5 years ago
ansuz cded52f83f replicate existing pinned.load API correctly 5 years ago
ansuz 65f88617cf add support for an optional handler for each pin log
great for analyzing which files are most in need of optimization
5 years ago
ansuz 609eddc9e1 reimplement the the Pinned.load API
* recurse into directories on demand
* optimized for lower memory consumption
* less parallelism than before
5 years ago
ansuz cd793b295d provide a standard api for calculating pin data for a given public key 6 years ago
ansuz 5c9cd5ffc6 standardize pin calculation routine 6 years ago