5124 Commits (f3af0c898f1ba280761101844c4694c7427f304a)

Author SHA1 Message Date
Manuel Araoz 87e8e1ca8b minor fix on script test data docs 10 years ago
Pieter Wuille f676c80f43 Add /rest/headers 10 years ago
Pieter Wuille 5ea3bc06d5 Move remaining CBlockIndex methods to chain.cpp 10 years ago
Pieter Wuille 9dcd524f32 Make IsSuperMajority a standalone function 10 years ago
Pavel Janík aa768f1848 signrawtransaction: validate private key. 10 years ago
Wladimir J. van der Laan d7492304e9
Now that 0.10 has been branched, master is 0.10.99 10 years ago
Wladimir J. van der Laan 7c001bb49c
qt: translations pull from transifex 10 years ago
Pieter Wuille 830ee48b59 Update Bitcoin for libsecp256k1 API change 10 years ago
Pieter Wuille ecae2acb06 Squashed 'src/secp256k1/' changes from b0210a9..bccaf86 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
Pieter Wuille 32b93a1bc2 Extra explanation for getchaintips 10 years ago
Luke Dashjr 8a20cd3c51 prioritisetransaction RPC: Restore compatibility with existing implementations by using satoshis for fee offset rather than BTC 10 years ago
Cozz Lovan 43422a0121 [Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..) 10 years ago
Pieter Wuille 4cdaa95a20 Resize after succesful result 10 years ago
21E14 1cf23f6c50 Update the intent on SI-style separators. 10 years ago
Wladimir J. van der Laan f86a24b368
Move `setmocktime` to hidden category 10 years ago
Jonas Schnelli 8a5c9513ba [REST] make selection of output-format mandatory, support dot url syntax 10 years ago
Pieter Wuille 1b91be49f5 Report status of chain tips 10 years ago
Pieter Wuille 57be955ba0 Remove -printblock, -printblocktree, and -printblockindex 10 years ago
Pieter Wuille bd9aebf19d Introduce a hidden category 10 years ago
Pieter Wuille 0dd06b2515 Delay writing block indexes in invalidate/reconsider 10 years ago
Pieter Wuille 9b0a8d3152 Add 'invalidateblock' and 'reconsiderblock' RPC commands. 10 years ago