6066 Commits (e128464bc5ae7e81fc84530b829343b03781f5a6)

Author SHA1 Message Date
Philip Kaufmann 5a53d7cda3 [Qt] paymentserver: do not log NULL certificates 10 years ago
Jorge Timón bebe7282ff Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter 10 years ago
mrbandrews 0421c18f3a Fix CheckBlockIndex for reindex. 10 years ago
Suhas Daftuar c1ecee8f72 Set nSequenceId when a block is fully linked 10 years ago
Matt Corallo eb63bf86cf Fix missing lock in submitblock 10 years ago
Jorge Timón e8e8904dda Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensus::Params 10 years ago
Jonas Schnelli ea9e82df73 [squashme] fix listunspent code indentation 10 years ago
Jorge Timón 4e382177ed Chainparams: Refactor: Remove redundant HashGenesisBlock() getter 10 years ago
Jonas Schnelli b9fb692d04 Push down RPC reqWallet flag 10 years ago
Jonas Schnelli 0b9dc9c8f5 [move] move listunspent to wallet/rpcwallet.cpp 10 years ago
Tom Harding b2b3619262 Implement CTransaction::IsEquivalentTo(...) 10 years ago
Cory Fields fd311996e8 consensus: don't use arith_uint256 in consensus.h 10 years ago
Wladimir J. van der Laan 48265f3cf4 Revert mining changes in #5957 10 years ago
Philip Kaufmann f702d1c66d move ThreadFlushWalletDB declaration to walletdb.h 10 years ago
MarcoFalke 6c3566443f [Qt] Clarify: smartfee button name "Minimize" 10 years ago
Jorge Timón f14e687feb Chainparams: Decouple CAlert from CChainParams 10 years ago
Suhas Daftuar 00dcaf4beb Change download logic to allow calling getheaders/getdata on inbound peers 10 years ago
Suhas Daftuar ede379f780 Add additional block index consistency checks 10 years ago
Pieter Wuille e2edf95cd3 Bugfix: make CreateNewBlock return pindexPrev 10 years ago
Pieter Wuille 6b04508e37 Introduce separate 'generate' RPC call 10 years ago
Pieter Wuille 0df67f1f7a Simplify hash loop code 10 years ago
Wladimir J. van der Laan 6f252627b2 wallet: make it possible to disable transaction broadcast 10 years ago
Michael Ford 63e4c9cd35 Fix clang compile warnings intriduced in #5681 10 years ago
dexX7 3a3ecc02e5
Initialization: setup environment before starting QT tests 10 years ago
dexX7 fc3979ac69
Initialization: setup environment before starting tests 10 years ago
Pieter Wuille 437ada3e55 Switch test case signing to RFC6979 extra entropy 10 years ago
Pieter Wuille 9d09322b41 Squashed 'src/secp256k1/' changes from 50cc6ab..1897b8e 10 years ago
Pieter Wuille 3fcfbc8ac5 Add a consistency check for the block chain data structures 10 years ago
Jonas Schnelli c8168331a2 [Qt] fix rpc console font size to flexible metrics 10 years ago
dexX7 ba0fa0d9bc
Initialization: set fallback locale as environment variable 10 years ago
Pieter Wuille 1cc0e96e9c Trivial optimization: use GetAncestor to compute new target 10 years ago
Gavin Andresen ad9e86dca1
Keep mempool consistent during block-reorgs 10 years ago
Jorge Timón d698ef690f Consensus: Refactor: Decouple pow.o from chainparams.o 10 years ago
Jorge Timón bd006110fb Consensus: Refactor: Introduce Consensus::Params class 10 years ago
Wladimir J. van der Laan cbb2cf5522
Fix --disable-wallet build after merge of #5681 10 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 10 years ago
Jorge Timón 8a893c949b Includes: Do not include main.h from any other header 10 years ago
Jorge Timón eca0b1ea62 Includes: MOVEONLY: move more method definitions out of wallet.h 10 years ago
Jorge Timón 26c16d9de9 Includes: Refactor: Move CValidationInterface and CMainSignals out of main 10 years ago
Ruben de Vries fc720207e0 don't trickle for whitelisted nodes 10 years ago
Pieter Wuille 1d21ba2f5e Scale up addrman 10 years ago
Pieter Wuille c6a63ceeb4 Always use a 50% chance to choose between tried and new entries 10 years ago
Pieter Wuille f68ba3f67b Do not bias outgoing connections towards fresh addresses 10 years ago
Pieter Wuille a8ff7c62ed Simplify hashing code 10 years ago
Pieter Wuille e6b343d880 Make addrman's bucket placement deterministic. 10 years ago
Pieter Wuille b23add5521 Switch addrman key from vector to uint256 10 years ago
Cory Fields a354a59f1f wallet: move crypter to wallet 10 years ago
Mike Hearn 5983a4e50f Add a NODE_GETUTXO service bit and document NODE_NETWORK. 10 years ago
Philip Kaufmann 341e2385d5 use constant references for strings in functions in wallet/*.* 10 years ago
Pieter Wuille 18051c7fbd Abstract out Ctransaction-specific signing into TransactionSignatureCreator 10 years ago