5983 Commits (df9c2ee1c9c02b79ccbb6cbae03096c3f9af23c7)

Author SHA1 Message Date
Jonas Schnelli ca5f688547 [QT] don't colorize icons on win and mac 9 years ago
Alex Morcos b649e03954 Create new BlockPolicyEstimator for fee estimates 9 years ago
Alex Morcos 472b4c5dda Clean up parsing of bool command line args 9 years ago
Alex Morcos 86a5f4b54e Relocate calls to CheckDiskSpace 9 years ago
Jonas Schnelli 7247d103ff [QT] use alert icon with tooltip insted of "(out of sync)" text 9 years ago
Jonas Schnelli 51c7c7029e [QT] remove frame to avoid double-frame situation in sendcoinsentry.ui 9 years ago
Alex Morcos 14d4eef799 Fix removing of orphan transactions 9 years ago
Gregory Maxwell bba7c24929 Avoid crash on start in TestBlockValidity with gen=1. 9 years ago
Pieter Wuille 67708acff9 Write block index more frequently than cache flushes 9 years ago
Pieter Wuille b3ed4236be Cache tweak and logging improvements 9 years ago
Pieter Wuille fc684ad8af Use accurate memory for flushing decisions 9 years ago
Pieter Wuille 046392dc1d Keep track of memory usage in CCoinsViewCache 9 years ago
Pieter Wuille 540629c6fb Add memusage.h 9 years ago
Jonas Schnelli 03c56872b5 appropriate response when trying to get a block in pruned mode 9 years ago
Jonas Schnelli 3da7849007 [squashme] simplify SetupEnvironment() (by dexX7) 9 years ago
Peter Todd 48e9c57cf0 Move LOCKTIME_THRESHOLD to src/script/script.h 9 years ago
Peter Todd 99088d60d8 Make CScriptNum() take nMaxNumSize as an argument 9 years ago
Jonas Schnelli a1d0ec44d7 re-add -reindex help message 9 years ago
Cory Fields a574899671 chaincodes: abstract away more chaincode behavior 9 years ago
Dave Collins 1c54757f86 Add more script edge condition tests. 9 years ago
Jonas Schnelli 2a6b844427 [QT] change transaction amount and height in overview page 9 years ago
Jorge Timón 51aa24927e Chainparams: Refactor: Decouple IsSuperMajority from Params() 9 years ago
dexX7 8ac2a4e178
RPC: show script verification errors in "signrawtransaction" result 9 years ago
Wladimir J. van der Laan 12f78ed4f9
qt: update translations from Transifex - first run for 0.11 9 years ago
Wladimir J. van der Laan fc44231cb7
trivial: Merge pruning help message after Transifex comment 9 years ago
Wladimir J. van der Laan 04140457f4 Show an init message while activating best chain 9 years ago
Pieter Wuille a56054be65 Update key.cpp to use new libsecp256k1 9 years ago
Wladimir J. van der Laan 59305cebee
qt: fix numerusform in English translation 9 years ago
Wladimir J. van der Laan 20b3dc85ed
qt: English translation update before enabling translation for 0.11 9 years ago
Luke Dashjr b05a89b2de Non-grammatical language improvements 9 years ago
Pieter Wuille 8cf1485f3b Abstract chaincodes into CChainCode 9 years ago
Jonas Schnelli b3ffcdf916 don't imbue boost::filesystem::path with locale "C" on windows 9 years ago
Corinne Dashjr 7e6d23b171 Bugfix: Grammar fixes 9 years ago
Cory Fields a8cdaf5c96 checkpoints: move the checkpoints enable boolean into main 9 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 9 years ago
Cory Fields 699682304f checkpoints: make checkpoints a member of CChainParams 9 years ago
Cory Fields 9f13a10548 checkpoints: store mapCheckpoints in CCheckpointData rather than a pointer 9 years ago
svost d3c09ba67e Trivial: useless cast (ptime)(I'm ptime) 9 years ago
Pieter Wuille f46a680f42 Better mruset unit test 9 years ago
Pieter Wuille d4d5022cfc Use ring buffer of set iterators instead of deque of copies in mruset 9 years ago
Gavin Andresen d81cff32e5 Replace mruset setAddrKnown with CRollingBloomFilter addrKnown 9 years ago
Gavin Andresen 69a5f8be0a Rolling bloom filter class 9 years ago
Jonas Schnelli 1a0259f7f0 add jonasschnellis dns seeder 9 years ago
sinetek 7f386d2ff2 DragonFlyBSD thread renaming. 9 years ago
Cory Fields 8b08d9530b wallet: fix boost::get usage with boost 1.58 9 years ago
Pieter Wuille de8e801d3f Report missing inputs in sendrawtransaction 9 years ago
Philip Kaufmann 107d35b700 [Qt] add defaultConfirmTarget constant to sendcoinsdialog 9 years ago
Philip Kaufmann d1af89e655 use const reference as param in ConnectThroughProxy/Socks5 9 years ago
Wladimir J. van der Laan f9645ba80a
qt: translation update 9 years ago
Dave Collins 9fadf1c874 Add additional script edge condition tests. 9 years ago