Cory Fields
235b3a789d
depends: sanity-check sources and cached builds
...
In some cases (Travis), sources and build caches may be moved around in-between
builds, and we can't necessarily trust that everything is still intact.
This introduces pre-build checks that verify against stashed checksums.
Note that this will cause all sources to be re-downloaded, since cached sources
weren't trustworthy before this.
10 years ago
BitcoinPRReadingGroup
f13dac972c
Comment edits and cleanup
...
Original PR here: https://github.com/bitcoin/bitcoin/pull/6044
10 years ago
Jorge Timón
ff734e905f
Alphabetic order in makefile
10 years ago
Philip Kaufmann
5207f33f45
fix header include groups
10 years ago
Philip Kaufmann
59b149ff82
remove unneeded incude of wallet/db.h from rpcmining.cpp
10 years ago
Philip Kaufmann
3703385547
remove unused classes from db.h
10 years ago
Philip Kaufmann
0a7bcb7e55
fix IDE/compiler warning "extra ';'" in validationinterface.h
10 years ago
sandakersmann
3b00e7c231
[Trivial] Update COPYING
...
Corrected header
10 years ago
ayeowch
dd9e688b3b
Trivial: Corrected owner of DNS seeder
10 years ago
Philip Kaufmann
a60bfd810f
[init] better message when no wallet support is compiled in
10 years ago
sandakersmann
78f44b60d5
Capitalized P2P
...
Capitalized P2P
10 years ago
sandakersmann
8e9248d96b
[Trivial] Cryptocurrency is one word
...
Cryptocurrency was added to Oxford Dictionaries Online in May 2014.
10 years ago
Chris Arnesen
803f51efe4
Typo in GetRawMemPool RPC method help: "]" --> "}"
10 years ago
Pavel Vasin
605a735425
addrman: update comments
...
nUnkBias was removed in https://github.com/bitcoin/bitcoin/pull/5941
10 years ago
Gavin Andresen
351f73ecd5
Merge pull request #6125
...
472b4c5
Clean up parsing of bool command line args (Alex Morcos)
10 years ago
Alex Morcos
8f0947be34
Increase timeouts in pruning.py and modify warning language.
10 years ago
Suhas Daftuar
b89f30775d
Fix incorrect variable name in FindFilesToPrune
10 years ago
Jonas Schnelli
ca5f688547
[QT] don't colorize icons on win and mac
10 years ago
Wladimir J. van der Laan
2cc1372190
Merge pull request #5159
...
b649e03
Create new BlockPolicyEstimator for fee estimates (Alex Morcos)
10 years ago
Alex Morcos
b649e03954
Create new BlockPolicyEstimator for fee estimates
...
This class groups transactions that have been confirmed in blocks into buckets, based on either their fee or their priority. Then for each bucket, the class calculates what percentage of the transactions were confirmed within various numbers of blocks. It does this by keeping an exponentially decaying moving history for each bucket and confirm block count of the percentage of transactions in that bucket that were confirmed within that number of blocks.
-Eliminate txs which didn't have all inputs available at entry from fee/pri calcs
-Add dynamic breakpoints and tracking of confirmation delays in mempool transactions
-Remove old CMinerPolicyEstimator and CBlockAverage code
-New smartfees.py
-Pass a flag to the estimation code, using IsInitialBlockDownload as a proxy for when we are still catching up and we shouldn't be counting how many blocks it takes for transactions to be included.
-Add a policyestimator unit test
10 years ago
Alex Morcos
472b4c5dda
Clean up parsing of bool command line args
10 years ago
Alex Morcos
86a5f4b54e
Relocate calls to CheckDiskSpace
...
Make sure we're checking disk space for block index writes and allow for pruning to happen before chainstate writes.
10 years ago
Jonas Schnelli
7247d103ff
[QT] use alert icon with tooltip insted of "(out of sync)" text
...
# Conflicts:
# src/qt/forms/overviewpage.ui
# src/qt/overviewpage.cpp
10 years ago
Jonas Schnelli
51c7c7029e
[QT] remove frame to avoid double-frame situation in sendcoinsentry.ui
10 years ago
Wladimir J. van der Laan
484821870b
Merge pull request #6123
...
bba7c24
Avoid crash on start in TestBlockValidity with gen=1. (Gregory Maxwell)
10 years ago
Wladimir J. van der Laan
40de49c358
Merge pull request #5932
...
107d35b
[Qt] add defaultConfirmTarget constant to sendcoinsdialog (Philip Kaufmann)
10 years ago
Gregory Maxwell
bba7c24929
Avoid crash on start in TestBlockValidity with gen=1.
...
When the internal miner is enabled at the start of a new node, there
is an near instant assert in TestBlockValidity because its attempting
to mine a block before the top checkpoint.
Also avoids a data race around vNodes.
10 years ago
Pieter Wuille
67708acff9
Write block index more frequently than cache flushes
10 years ago
Pieter Wuille
b3ed4236be
Cache tweak and logging improvements
10 years ago
Pieter Wuille
fc684ad8af
Use accurate memory for flushing decisions
10 years ago
Pieter Wuille
046392dc1d
Keep track of memory usage in CCoinsViewCache
10 years ago
Pieter Wuille
540629c6fb
Add memusage.h
10 years ago
Wladimir J. van der Laan
7e0e7f823f
Merge pull request #6058
...
03c5687
appropriate response when trying to get a block in pruned mode (Jonas Schnelli)
1b2e555
add autoprune information to RPC "getblockchaininfo" (Jonas Schnelli)
10 years ago
Jonas Schnelli
03c56872b5
appropriate response when trying to get a block in pruned mode
10 years ago
Wladimir J. van der Laan
c1409d11ad
Merge pull request #6073
...
a681663
clarify that there are only two nodes (Jameson Lopp)
10 years ago
Wladimir J. van der Laan
23254131a3
Merge pull request #6093
...
3da7849
[squashme] simplify SetupEnvironment() (by dexX7) (Jonas Schnelli)
b3ffcdf
don't imbue boost::filesystem::path with locale "C" on windows (Jonas Schnelli)
10 years ago
Jonas Schnelli
3da7849007
[squashme] simplify SetupEnvironment() (by dexX7)
10 years ago
Wladimir J. van der Laan
7eb66182f3
Merge pull request #6117
...
a1d0ec4
re-add -reindex help message (Jonas Schnelli)
10 years ago
Jonas Schnelli
a1d0ec44d7
re-add -reindex help message
...
was suddenly removed with fc44231cb7
(probably not by purpose)
10 years ago
Wladimir J. van der Laan
fec5c0ea05
Merge pull request #6112
...
1c54757
Add more script edge condition tests. (Dave Collins)
10 years ago
Wladimir J. van der Laan
9ef00c363d
Merge pull request #5958
...
231072f
[QA] add multisig rpc tests (Jonas Schnelli)
10 years ago
Jonas Schnelli
231072fe7b
[QA] add multisig rpc tests
10 years ago
Wladimir J. van der Laan
6a877e870e
Merge pull request #6034
...
a574899
chaincodes: abstract away more chaincode behavior [squashme] replace struct CCainCode with a typedef uint256 ChainCode (Cory Fields)
8cf1485
Abstract chaincodes into CChainCode (Pieter Wuille)
10 years ago
Cory Fields
a574899671
chaincodes: abstract away more chaincode behavior
...
[squashme] replace struct CCainCode with a typedef uint256 ChainCode
10 years ago
Dave Collins
1c54757f86
Add more script edge condition tests.
...
This commit adds some tests to the script_valid.json and tx_invalid.json
data which exercise more edge conditions that are not currently being
tested.
10 years ago
Wladimir J. van der Laan
1fd2d39529
Merge pull request #5420
...
6b4feb8
[QA] rest.py RPC test: change setgenerate() to generate() (Jonas Schnelli)
97ee866
[REST] getutxos REST command (based on Bip64) (Jonas Schnelli)
10 years ago
Jonas Schnelli
2a6b844427
[QT] change transaction amount and height in overview page
10 years ago
Jorge Timón
51aa24927e
Chainparams: Refactor: Decouple IsSuperMajority from Params()
10 years ago
Wladimir J. van der Laan
12f3488253
Merge pull request #6047
...
a56054b
Update key.cpp to use new libsecp256k1 (Pieter Wuille)
a591d98
Squashed 'src/secp256k1/' changes from 1897b8e..22f60a6 (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
00820f921d
Merge pull request #6055
...
a8cdaf5
checkpoints: move the checkpoints enable boolean into main (Cory Fields)
11982d3
checkpoints: Decouple checkpoints from Params (Cory Fields)
6996823
checkpoints: make checkpoints a member of CChainParams (Cory Fields)
9f13a10
checkpoints: store mapCheckpoints in CCheckpointData rather than a pointer (Cory Fields)
10 years ago