FeatherCoin / Feathercoin

https://feathercoin.com
MIT License
128 stars 124 forks source link

commits from bitcoin/master #345

Closed Bushstar closed 6 years ago

Bushstar commented 6 years ago

validation: check the specified number of blocks (off-by-one) https://github.com/bitcoin/bitcoin/pull/13428

When build fails due to lib missing, indicate which one https://github.com/bitcoin/bitcoin/pull/13435

build: Reset default -g -O2 flags when enable debug https://github.com/bitcoin/bitcoin/pull/13445

[tests] Add logging to provide anchor points when debugging p2p_sendheaders https://github.com/bitcoin/bitcoin/pull/13350

tests: Drop variadic macro https://github.com/bitcoin/bitcoin/pull/13457

Prevent shared conf files from failing with different available options in different binaries https://github.com/bitcoin/bitcoin/pull/13441

rpc: expose CBlockIndex::nTx in getblock(header) https://github.com/bitcoin/bitcoin/pull/13451

doc: Remove note to install all boost dev packages https://github.com/bitcoin/bitcoin/pull/13460

Drop ParseHashUV in favor of calling ParseHashStr https://github.com/bitcoin/bitcoin/pull/13422