9548 Commits (2424989e4f681a71273c0cc729e38eef30452456)

Author SHA1 Message Date
Cory Fields 2424989e4f leveldb: enable runtime-detected crc32 instructions 8 years ago
Mario Dian 24980a3e40 Make functions in validation.cpp static and pass chainparams 8 years ago
Suhas Daftuar 76f74811c4 Add timeout for headers sync 8 years ago
Pieter Wuille 8b22af3ee5 Replace bytes_serialized with bogosize 8 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 8 years ago
Pieter Wuille 9aa215bff9 Bugfixes: missing == 0 after randrange 8 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 8 years ago
Pieter Wuille 73de2c1ff3 Rename CCoinsCacheEntry::coins to coin 8 years ago
Pieter Wuille 119e552f7c Merge CCoinsViewCache's GetOutputFor and AccessCoin 8 years ago
Pieter Wuille 580b023092 [MOVEONLY] Move old CCoins class to txdb.cpp 8 years ago
Pieter Wuille 8b25d2c0ce Upgrade from per-tx database to per-txout 8 years ago
Pieter Wuille b2af357f39 Reduce reserved memory space for flushing 8 years ago
Pieter Wuille 41aa5b79a3 Pack Coin more tightly 8 years ago
Pieter Wuille 97072d6685 Remove unused CCoins methods 8 years ago
Pieter Wuille ce23efaa5c Extend coins_tests 8 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 8 years ago
Pieter Wuille 4ec0d9e794 Refactor GetUTXOStats in preparation for per-COutPoint iteration 8 years ago
Pieter Wuille 13870b56fc Replace CCoins-based CTxMemPool::pruneSpent with isSpent 8 years ago
Pieter Wuille 05293f3cb7 Remove ModifyCoins/ModifyNewCoins 8 years ago
Pieter Wuille 961e483979 Switch tests from ModifyCoins to AddCoin/SpendCoin 8 years ago
Russell Yanofsky 8906a9a0d2 Fix bumpfee test after #10449 8 years ago
Pieter Wuille 8b3868c1b4 Switch CScriptCheck to use Coin instead of CCoins 8 years ago
Matt Corallo c87b957a32 Only pass things committed to by tx's witness hash to CScriptCheck 8 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 8 years ago
Pieter Wuille 0003911326 Introduce new per-txout CCoinsViewCache functions 8 years ago
Pieter Wuille bd83111a0f Optimization: Coin&& to ApplyTxInUndo 8 years ago
Pieter Wuille cb2c7fdac2 Replace CTxInUndo with Coin 8 years ago
Russell Yanofsky b9b814a38e Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings 8 years ago
Pavlos Antoniou 5f672ca8c1 net: Denote some CNode functions const 8 years ago
Jorge Timón b463bc9215
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 8 years ago
shaolinfry 29c07196d0
Rename -bip9params to -vbparams 8 years ago
John Newbery 42a83e5455 [trivial] Fix comment for ForceSetArg() 8 years ago
Marko Bencun 5d67526026 add SeedNodes to CConnman::Options 8 years ago
Gregory Sanders f128f78ddb getmempool mempoolminfee is a BTC/KB feerate 8 years ago
Cory Fields b6fbfc2282 net: only enforce the services required to connect 8 years ago
James Evans 16d94d3d03 Fixing typo in rpcdump.cpp 8 years ago
Jorge Timón f285145764
Introduce static DoWarning (simplify UpdateTip) 8 years ago
Pieter Wuille 422634e2f5 Introduce Coin, a single unspent output 8 years ago
Pieter Wuille 7d991b55db Store/allow tx metadata in all undo records 8 years ago
Pieter Wuille c3aa0c1194 Report on-disk size in gettxoutsetinfo 8 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 8 years ago
Pieter Wuille 7e00322906 Add specialization of SipHash for 256 + 32 bit data 8 years ago
Pieter Wuille e484652fc3 Introduce CHashVerifier to hash read data 8 years ago
Pieter Wuille f54580e7e4 error() in disconnect for disk corruption, not inconsistency 8 years ago
Pieter Wuille e66dbde6d1 Add SizeEstimate to CDBBatch 8 years ago
Pieter Wuille 010d68e802 Broadcast address every day, not 9 hours 8 years ago
Russell Yanofsky 88b8f0b682 Simplify feebumper minimum fee code slightly 8 years ago
Russell Yanofsky 620444bd59 Fix broken q4 test build 8 years ago
Russell Yanofsky 1b6602fbe6 Fix bumpfee rpc "errors" return value 8 years ago
Jonas Schnelli 6d7104c994
[Qt] make sure transaction table entry gets updated after bump 8 years ago