8000 Tags · johnmanko/lbcd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: johnmanko/lbcd

Tags

v0.22.119

Toggle v0.22.119's commit message
claimtrie: allows '*' in claim name

v0.22.118

Toggle v0.22.118's commit message
rpcclient: update rescanblockchain support

v0.22.117

Toggle v0.22.117's commit message
lbcdblocknotify: reorganize the code with a few updates

1. Fixed a bug, which reads certs even TLS is disabled

2. Persists Stratum TCP connection with auto-reconnect.
   (retry backoff increases from 1s to 60s maximum)

3. Stratum update jobs on previous notifications are canceled
   when a new notification arrives.

   Usually, the jobs are so short and completed immediately.
   However, if the Stratum connection is broken, this prevents
   the bridge from accumulating stale jobs.

v0.22.116

Toggle v0.22.116's commit message
[lbry] claimtrie: created node cache

v0.22.116-rc.0

Toggle v0.22.116-rc.0's commit message
[lbry] claimtrie: created node cache

v0.22.115

Toggle v0.22.115's commit message
rpc: update rpc cmd requests to support multi-account

Most of the updates add optional arguments with default
values.

v0.22.114

Toggle v0.22.114's commit message
mining: always returns .coinbasevalue in getblocktemplate

Although the BIPs specify that coinbasetxn and coinbasevalue are
mutually exclusive, both the latest bitcoind (22.0.0) and lbrycrd
(0.17.3) return .coinbasevalue regardeless if 'coinbasetxn' is
specified in the capabilities.

We'll make lbcd behave the same for compatibility.

v0.22.113

Toggle v0.22.113's commit message
rpcserver: fix up getblockstats

v0.22.112

Toggle v0.22.112's commit message
rpc: support hex data output for createrawtransaction

v0.22.111

Toggle v0.22.111's commit message
[lbry] policy: relax dust thrashold to 1000 dewies/kB

An output is considered dust if the cost to the network to spend the
coins is more than 1/3 of the minimum free transaction relay fee, which
has a default rate of 1000 satoshis/kb

bitcoind refactored dust threshold calculation, which removed the
multiply factor of 3 from the code, but increased the DUST_RELAY_TX_FEE
from 1000 to 3000 (satoshi/kb).

lbrycrd adopted the refactored code but also kept the rate to
1000 dewies/kB, which means:

    An output is considered dust if the cost to the network to spend the
    coins is more than the minimum free transaction relay fee.
0