5128 Commits (d1bcef43910391da707ef9385c328977462c86e9)

Author SHA1 Message Date
Luke Dashjr 1eadfd9753
Bugfix: prioritisetransaction: Do some basic sanity checking on txid 10 years ago
Gregory Maxwell 18021d08f7
Remove bitnodes.io from dnsseeds. 10 years ago
Wladimir J. van der Laan b790d139c9
English translation update 10 years ago
Michael Ford 8543b0dfd9
Correct tooltip on address book page 10 years ago
Cory Fields 87d43a3c8e rpcserver: attempt to fix uncaught exception. 10 years ago
Wladimir J. van der Laan ed934bdb4d
pull new translations from transifex 10 years ago
Luke Dashjr 52e57055cc en: Avoid ambiguous language regarding when transactions confirm 10 years ago
Peter Todd 06ca0651b6
Fix CScriptID(const CScript& in) in empty script case 10 years ago
Wladimir J. van der Laan 13e129ed9a
CLIENT_VERSION_IS_RELEASE → true 10 years ago
Pieter Wuille 63b5a1dc80 Do not use libgmp automatically in libsecp256k1 10 years ago
Wladimir J. van der Laan 3a88ba0794 qt: periodic language update 10 years ago
Adam Weiss d10a9015ad
DOS: Respect max per-peer blocks in flight limit 10 years ago
Gregory Maxwell 15ad0b54fa
Apply AreSane() checks to the fees from the network. 10 years ago
Gregory Maxwell 11855c1f99
Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. 10 years ago
Pieter Wuille 8446262597
Reject headers that build on an invalid parent 10 years ago
Jameson Lopp ad3d208fb9
remove max orphan blocks config parameter since it is no longer functional 10 years ago
Peter Todd 0cb8763cbb
Check against MANDATORY flags prior to accepting to mempool 10 years ago
Philip Kaufmann b03632a671
add missing CAutoFile::IsNull() check in main 10 years ago
Wladimir J. van der Laan c3c635b316
version 0.9.99 -> 0.10.0 10 years ago
Pavel Janík 44b4c0d8a9
signrawtransaction: validate private key. 10 years ago
Wladimir J. van der Laan 7c001bb49c
qt: translations pull from transifex 10 years ago
Jonas Schnelli 932ef50f77 [REST] JSON output: remove block infos from tx details if it is nested in block 10 years ago
Jonas Schnelli 73351c3686 [REST] /rest/block response with full tx details 10 years ago
Matt Corallo 7fd6219af7 Make CTxMemPool::remove more effecient by avoiding recursion 10 years ago
Matt Corallo b7b4318f3a Make CTxMemPool::check more thourough by using CheckInputs 10 years ago
Matt Corallo 723d12c098 Remove txn which are invalidated by coinbase maturity during reorg 10 years ago
Matt Corallo 868d041622 Remove coinbase-dependant transactions during reorg. 10 years ago
Philip Kaufmann 5ec654b8ce [Qt] update paymentserver license and cleanup ordering 10 years ago
Philip Kaufmann 4333e26c8e [Qt] add BIP70 DoS protection test 10 years ago
Philip Kaufmann 31f84944a5 [Qt] add BIP70 payment request size DoS protection for URIs 10 years ago
Philip Kaufmann 2284ccbd13 [Qt] remove dup lock that is done in SetAddressBook() 10 years ago
Philip Kaufmann 1ec753f734 [Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLine 10 years ago
Philip Kaufmann 814429dc72 [Qt] add BIP70/BIP71 constants for all messages and mime types 10 years ago
Philip Kaufmann b82695b89f [Qt] make PaymentServer::ipcParseCommandLine void 10 years ago
Pavel Janík a26bf478ea Add a new test for FormatParagraph (string longer than the default width). 10 years ago
Pavel Janík 83b81f6c8a Format paragraphs properly - count the space between words. 10 years ago
Gregory Maxwell 683dc4009b Disable SSLv3 (in favor of TLS) for the RPC client and server. 10 years ago
Pavel Janík 4be639eaec Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount. 10 years ago
Pavel Janík 4c83c0e7c8
Normalize header guard of script_error.h 10 years ago
Matt Corallo afd4b94b6d Move CMerkleBlock and CPartialMerkleTree to their own file 10 years ago
Pieter Wuille 87bddb7a3a Squashed 'src/secp256k1/' changes from ad2028f..b0210a9 10 years ago
Pieter Wuille 12a49cac0a Limit the number of new addressses to accumulate 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Pieter Wuille 307f7d48d4 Report script evaluation failures in log and reject messages 10 years ago
Ryan X. Charles 65b03282c9
newlines in strings are invalid JSON 10 years ago
Wladimir J. van der Laan 35e408f8a4 Regard connection failures as attempt for addrman 10 years ago
Michael Ford c5b390b6b9 Make comments in main an init doxygen compatible 10 years ago
Pavel Janík b93173dee9 Move SendMoney() to rpcwallet.cpp. 10 years ago
Pieter Wuille 362001c19f Move CHECKMULTISIG order tests out of automatically generated block 10 years ago
Pieter Wuille f67a9ce0dc Use deterministically generated script tests 10 years ago