5504 Commits (41113e33ad62333d99fd8cc6bf717c0794681d86)

Author SHA1 Message Date
Luke Dashjr a15dba5dff en: Avoid ambiguous language regarding when transactions confirm 10 years ago
Everett Forth 7c5dd60306 Adding RPC tests for the following wallet related calls: getbalance, 10 years ago
Adam Weiss c90770430d DOS: Respect max per-peer blocks in flight limit 10 years ago
Eric R. Schulz a089c50981 bitcoin-tx: Refer to the JSON fields rather than the whole object 10 years ago
Eric R. Schulz 2a3d988b80 bitcoin-tx: Fix JSON validation of prevtxs 10 years ago
Pieter Wuille 3497022347 Reject headers that build on an invalid parent 10 years ago
Jameson Lopp 4bc95c4387 remove max orphan blocks config parameter since it is no longer functional 10 years ago
Matt Corallo ff09e31a51 sleep-wait on genesis block during init with -reindex 10 years ago
Pavel Janík bdb6a71d3d IsNull doesn't change CBlockLocator, add const hint 10 years ago
Pavel Janík 1b37333a7f Remove no longer needed declaration of CBlockLocator 10 years ago
Cory Fields be43492945 build: fix 'make distcheck' 10 years ago
Gregory Maxwell aa279d6131 Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 84857e87e4
add missing CAutoFile::IsNull() check in main 10 years ago
Wladimir J. van der Laan 6e718f9435
Remove outdated comment about NTP 10 years ago
21E14 146c0a7c5a Add RandAddSeedPerfmon to MakeNewKey 10 years ago
Pavel Janík 469d564951 Build winshutdownmonitor.cpp on Windows only. 10 years ago
Luke Dashjr 7f71813919 Bugfix: prioritisetransaction: Do some basic sanity checking on txid 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Daniel Kraft 7c8e4c5cfb Make pass-by-ref arguments const. 10 years ago
Jonas Schnelli ff63801bc0 [Qt] light blue icon color for regtest 10 years ago
Jonas Schnelli 270f42d39f [Qt] fix a <Qt4.7 compatibility issue raised in #5228 10 years ago
Pavel Janík bf7835c271
Fix small typos in comments and error messages 10 years ago
Jonas Schnelli ac23394ea8 resize tray icon because a 1024x1024 icon won't show in ubuntu (bug) 10 years ago
Wladimir J. van der Laan 8e76ca0429 Qt: Go back to using QIcon functionality for scaling 10 years ago
Jonas Schnelli 54f2571a00 Qt: HiDPI (retina) support for splash screen 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Manuel Araoz 87e8e1ca8b minor fix on script test data docs 10 years ago
Gregory Maxwell 6484930690 Apply AreSane() checks to the fees from the network. 10 years ago
Pavel Janík 73caf47dfe Display time offset in the debug window's Peers tab 10 years ago
Pavel Janík 26a6bae753 Add time offset to getpeerinfo output 10 years ago
Pieter Wuille f676c80f43 Add /rest/headers 10 years ago
jtimon eb0d34b494 Remove unused chainparam networkID 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
Pieter Wuille 012598880c Implement test for merkle tree malleability in CPartialMerkleTree 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