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
353d08bb91
added rpc methods to get cliam data by name
...
fix misuse of normalized name
post-merge fix
2021-07-30 16:24:14 -04:00
Brannon King
82d4b6657b
force disk flush when caught up to current
2021-07-28 01:32:20 +00:00
Brannon King
ab852a6e9f
[lbry] many methods now use errors.Wrap, others use node.log
...
added hasChildren test
2021-07-27 09:34:15 -04:00
Roy Lee
ceb72948ec
cleanup: go fmt
2021-07-22 23:19:07 -07:00
Brannon King
7dff7f9dd8
don't store name uselessly
2021-07-21 09:14:18 -07:00
Brannon King
b6cf5f2665
fixed missing frontload on read
2021-07-20 11:36:06 -04:00
Brannon King
d74924992a
modified node cache for LRU support
2021-07-19 13:27:14 -04:00
Brannon King
a1631880be
post-rebase fixes, make ramtrie default
2021-07-19 11:39:05 -04:00
Brannon King
d46bedf5ef
fixed emulation of old delay calculation
2021-07-19 11:19:01 -04:00
Brannon King
0518180508
in progress on final delay workaround
2021-07-19 11:19:01 -04:00
Brannon King
f829fb6206
introduce ramTrie
2021-07-19 11:18:03 -04: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