Commit graph

5 commits

Author SHA1 Message Date
Roy Lee
424235655c [lbry] rework config and params
Ideally, network related params should be part of config, which is
passed down to the components to avoid references to global instances.

This commit is only halfway through as there are a couple of structs
that are too small to house the params and are still referencing
global variables. We'll rework that later.
2021-08-02 00:31:15 -07:00
Brannon King
d4073bd18d added in segwit hardfork (mimics lbrycrd)
also validated testnet
2021-07-30 09:27:26 -07:00
Brannon King
d74924992a modified node cache for LRU support 2021-07-19 13:27:14 -04:00
Roy Lee
6b55968ccd [lbry] rework claimtrie config and param 2021-07-12 22:40:24 -07:00
Roy Lee
ccaa6dd816 [lbry] claimtrie: import current snapshot
Sync to tip

Co-authored-by: Brannon King <countprimes@gmail.com>
2021-07-08 10:41:12 -07:00