5557 Commits (30c43d9821ca54a9fa69b8becce6e1bd8d4f0e25)

Author SHA1 Message Date
Jonas Schnelli 30c43d9821 miner.h: fix clang warning because of class/struct mix 9 years ago
Philip Kaufmann 6171e494fc [Qt] Use identical strings for expired payment request message 9 years ago
Philip Kaufmann 06087bda87 [Qt] minor comment updates in PaymentServer 9 years ago
Philip Kaufmann 35d15959b0 [Qt] constify first parameter of processPaymentRequest() 9 years ago
Philip Kaufmann 9b14aefee3 [Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant() 9 years ago
Philip Kaufmann d19ae3cf66 [Qt] remove unused PaymentRequestPlus::getPKIType function 9 years ago
Philip Kaufmann 6e17a74766 [Qt] paymentserver: better logging of invalid certs 9 years ago
Philip Kaufmann 5a53d7cda3 [Qt] paymentserver: do not log NULL certificates 9 years ago
Jorge Timón bebe7282ff Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter 9 years ago
Matt Corallo eb63bf86cf Fix missing lock in submitblock 9 years ago
Jorge Timón e8e8904dda Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensus::Params 9 years ago
Jonas Schnelli ea9e82df73 [squashme] fix listunspent code indentation 9 years ago
Jorge Timón 4e382177ed Chainparams: Refactor: Remove redundant HashGenesisBlock() getter 9 years ago
Jonas Schnelli b9fb692d04 Push down RPC reqWallet flag 9 years ago
Jonas Schnelli 0b9dc9c8f5 [move] move listunspent to wallet/rpcwallet.cpp 9 years ago
Cory Fields fd311996e8 consensus: don't use arith_uint256 in consensus.h 9 years ago
Wladimir J. van der Laan 48265f3cf4 Revert mining changes in #5957 9 years ago
Philip Kaufmann f702d1c66d move ThreadFlushWalletDB declaration to walletdb.h 9 years ago
MarcoFalke 6c3566443f [Qt] Clarify: smartfee button name "Minimize" 9 years ago
Jorge Timón f14e687feb Chainparams: Decouple CAlert from CChainParams 9 years ago
Suhas Daftuar ede379f780 Add additional block index consistency checks 9 years ago
Pieter Wuille e2edf95cd3 Bugfix: make CreateNewBlock return pindexPrev 9 years ago
Pieter Wuille 6b04508e37 Introduce separate 'generate' RPC call 9 years ago
Pieter Wuille 0df67f1f7a Simplify hash loop code 9 years ago
Wladimir J. van der Laan 6f252627b2 wallet: make it possible to disable transaction broadcast 9 years ago
Michael Ford 63e4c9cd35 Fix clang compile warnings intriduced in #5681 9 years ago
dexX7 3a3ecc02e5
Initialization: setup environment before starting QT tests 9 years ago
dexX7 fc3979ac69
Initialization: setup environment before starting tests 9 years ago
Pieter Wuille 437ada3e55 Switch test case signing to RFC6979 extra entropy 9 years ago
Pieter Wuille 9d09322b41 Squashed 'src/secp256k1/' changes from 50cc6ab..1897b8e 9 years ago
Pieter Wuille 3fcfbc8ac5 Add a consistency check for the block chain data structures 9 years ago
Jonas Schnelli c8168331a2 [Qt] fix rpc console font size to flexible metrics 9 years ago
dexX7 ba0fa0d9bc
Initialization: set fallback locale as environment variable 9 years ago
Pieter Wuille 1cc0e96e9c Trivial optimization: use GetAncestor to compute new target 9 years ago
Gavin Andresen ad9e86dca1
Keep mempool consistent during block-reorgs 9 years ago
Jorge Timón d698ef690f Consensus: Refactor: Decouple pow.o from chainparams.o 9 years ago
Jorge Timón bd006110fb Consensus: Refactor: Introduce Consensus::Params class 9 years ago
Wladimir J. van der Laan cbb2cf5522
Fix --disable-wallet build after merge of #5681 9 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 9 years ago
Jorge Timón 8a893c949b Includes: Do not include main.h from any other header 9 years ago
Jorge Timón eca0b1ea62 Includes: MOVEONLY: move more method definitions out of wallet.h 9 years ago
Jorge Timón 26c16d9de9 Includes: Refactor: Move CValidationInterface and CMainSignals out of main 9 years ago
Ruben de Vries fc720207e0 don't trickle for whitelisted nodes 9 years ago
Pieter Wuille 1d21ba2f5e Scale up addrman 9 years ago
Pieter Wuille c6a63ceeb4 Always use a 50% chance to choose between tried and new entries 9 years ago
Pieter Wuille f68ba3f67b Do not bias outgoing connections towards fresh addresses 9 years ago
Pieter Wuille a8ff7c62ed Simplify hashing code 9 years ago
Pieter Wuille e6b343d880 Make addrman's bucket placement deterministic. 9 years ago
Pieter Wuille b23add5521 Switch addrman key from vector to uint256 9 years ago
Cory Fields a354a59f1f wallet: move crypter to wallet 9 years ago