Michael Ford
447d37e7d3
Use https link to bitcoin.org in Doxygen intro
10 years ago
Michael Ford
c069234665
Fix typo in init.cpp interpration/interpretation
10 years ago
Nicolas Benoit
52070c87fd
Removed '()' where used without contents inside
...
This additional patch removes '()' from current function name in LogPrintf output.
10 years ago
Nicolas Benoit
30c1db1c61
Replaced current function names with __func__ in LogPrintf() calls.
10 years ago
Michael Ford
9bdd03fb40
Point to the Debian 7.8 installer
...
Link to 7.7 is broken.
10 years ago
charlescharles
0b2f93091f
Fix docs for 'complete' field in 'signrawtransaction' response
10 years ago
Michael Ford
c2f21612ca
Add x86_64* i686* mips* and arm* to depends .gitignore
10 years ago
sandakersmann
fa535f9a5b
Remove folder and images for bootstrap.md
10 years ago
Philip Kaufmann
60c146938e
[Qt] header group cleanup
...
- seperate core from GUI headers where this was missing
- remove an unneeded new-line
10 years ago
Wladimir J. van der Laan
4a884aedcd
Merge pull request #6020
...
30c43d9
miner.h: fix clang warning because of class/struct mix (Jonas Schnelli)
10 years ago
Wladimir J. van der Laan
8f955b9661
Merge pull request #6012
...
0421c18
Fix CheckBlockIndex for reindex. (mrbandrews)
10 years ago
Jonas Schnelli
30c43d9821
miner.h: fix clang warning because of class/struct mix
...
- class 'Params' was previously declared as a struct
10 years ago
Wladimir J. van der Laan
bc8535b717
Merge pull request #5467
...
6171e49
[Qt] Use identical strings for expired payment request message (Philip Kaufmann)
06087bd
[Qt] minor comment updates in PaymentServer (Philip Kaufmann)
35d1595
[Qt] constify first parameter of processPaymentRequest() (Philip Kaufmann)
9b14aef
[Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant() (Philip Kaufmann)
d19ae3c
[Qt] remove unused PaymentRequestPlus::getPKIType function (Philip Kaufmann)
6e17a74
[Qt] paymentserver: better logging of invalid certs (Philip Kaufmann)
5a53d7c
[Qt] paymentserver: do not log NULL certificates (Philip Kaufmann)
10 years ago
Wladimir J. van der Laan
9ab7cbffce
Merge pull request #5998
...
bebe728
Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter (Jorge Timón)
10 years ago
Philip Kaufmann
6171e494fc
[Qt] Use identical strings for expired payment request message
...
- used in sendcoinsdialog.cpp and paymentserver.cpp
- removes an unneded translation string
10 years ago
Philip Kaufmann
06087bda87
[Qt] minor comment updates in PaymentServer
10 years ago
Philip Kaufmann
35d15959b0
[Qt] constify first parameter of processPaymentRequest()
10 years ago
Philip Kaufmann
9b14aefee3
[Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant()
10 years ago
Philip Kaufmann
d19ae3cf66
[Qt] remove unused PaymentRequestPlus::getPKIType function
10 years ago
Philip Kaufmann
6e17a74766
[Qt] paymentserver: better logging of invalid certs
...
Before and after was tested in Windows:
before:
GUI: ReportInvalidCertificate : Payment server found
an invalid certificate: ("Microsoft Authenticode(tm) Root Authority")
GUI: ReportInvalidCertificate : Payment server found
an invalid certificate: ()
GUI: ReportInvalidCertificate : Payment server found
an invalid certificate: ()
GUI: ReportInvalidCertificate : Payment server found
an invalid certificate: ()
after:
GUI: ReportInvalidCertificate: Payment server found an
invalid certificate: "01" ("Microsoft Authenticode(tm) Root Authority")
() ()
GUI: ReportInvalidCertificate: Payment server found an
invalid certificate: "01" () () ("Copyright (c) 1997 Microsoft Corp.",
"Microsoft Time Stamping Service Root", "Microsoft Corporation")
GUI: ReportInvalidCertificate: Payment server found an
invalid certificate: "4a:19:d2:38:8c:82:59:1c:a5:5d:73:5f:15:5d:dc:a3" ()
() ("NO LIABILITY ACCEPTED, (c)97 VeriSign, Inc.", "VeriSign Time Stamping
Service Root", "VeriSign, Inc.")
GUI: ReportInvalidCertificate: Payment server found an
invalid certificate: "e4:9e:fd:f3:3a:e8:0e:cf:a5:11:3e:19:a4:24:02:32" ()
() ("Class 3 Public Primary Certification Authority")
10 years ago
Philip Kaufmann
5a53d7cda3
[Qt] paymentserver: do not log NULL certificates
...
- also add a few more comments in PaymentServer::LoadRootCAs
10 years ago
Jorge Timón
bebe7282ff
Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter
10 years ago
Wladimir J. van der Laan
ea2b425b00
Merge pull request #5997
...
4e38217
Chainparams: Refactor: Remove redundant HashGenesisBlock() getter (Jorge Timón)
10 years ago
Wladimir J. van der Laan
622e3c9c39
Merge pull request #5999
...
e8e8904
Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensus::Params (Jorge Timón)
10 years ago
Wladimir J. van der Laan
4c4f1b4721
Merge pull request #5992
...
ea9e82d
[squashme] fix listunspent code indentation (Jonas Schnelli)
b9fb692
Push down RPC reqWallet flag (Jonas Schnelli)
0b9dc9c
[move] move listunspent to wallet/rpcwallet.cpp (Jonas Schnelli)
10 years ago
mrbandrews
0421c18f3a
Fix CheckBlockIndex for reindex.
...
Some tests in CheckBlockIndex require chainActive.Tip(), but when reindexing, chainActive has not been set on the first call to CheckBlockIndex.
reindex.py starts a node, mines 3 blocks, stops, and reindexes with CheckBlockIndex enabled.
10 years ago
Wladimir J. van der Laan
d3eb5ae46a
Merge pull request #6007
...
eb63bf8
Fix missing lock in submitblock (Matt Corallo)
10 years ago
Matt Corallo
eb63bf86cf
Fix missing lock in submitblock
10 years ago
Jorge Timón
e8e8904dda
Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensus::Params
10 years ago
Jonas Schnelli
ea9e82df73
[squashme] fix listunspent code indentation
10 years ago
Wladimir J. van der Laan
9125c08f34
Merge pull request #6000
...
fd31199
consensus: don't use arith_uint256 in consensus.h (Cory Fields)
10 years ago
Jorge Timón
4e382177ed
Chainparams: Refactor: Remove redundant HashGenesisBlock() getter
10 years ago
Jonas Schnelli
b9fb692d04
Push down RPC reqWallet flag
10 years ago
Jonas Schnelli
0b9dc9c8f5
[move] move listunspent to wallet/rpcwallet.cpp
10 years ago
Jeff Garzik
c2fa084611
Merge pull request #5983
10 years ago
Cory Fields
fd311996e8
consensus: don't use arith_uint256 in consensus.h
...
Requiring arith_uint256 at such a base level is not good for modularity.
10 years ago
Wladimir J. van der Laan
c8a1350119
Merge pull request #5991
...
48265f3
Revert mining changes in #5957 (Wladimir J. van der Laan)
10 years ago
Wladimir J. van der Laan
48265f3cf4
Revert mining changes in #5957
...
This reverts commit e2edf95cd3
6b04508e37
0df67f1f7a
,
except the changes to the RPC tests.
A `generate` RPC call is introduced based on the old code.
10 years ago
Wladimir J. van der Laan
4ac79f99b0
Fix travis after merging #5957
...
New wallet tests have been added in the meantime and need to be updated
to use `generate` instead of `setgenerate`.
10 years ago
Wladimir J. van der Laan
57026a29bc
Merge pull request #5957
...
e2edf95
Bugfix: make CreateNewBlock return pindexPrev (Pieter Wuille)
6b04508
Introduce separate 'generate' RPC call (Pieter Wuille)
0df67f1
Simplify hash loop code (Pieter Wuille)
10 years ago
Philip Kaufmann
f702d1c66d
move ThreadFlushWalletDB declaration to walletdb.h
10 years ago
Wladimir J. van der Laan
7efc9cf672
Merge pull request #5951
...
77650cc
add -walletbroadcast=0 rpc test (Jonas Schnelli)
6f25262
wallet: make it possible to disable transaction broadcast (Wladimir J. van der Laan)
10 years ago
Wladimir J. van der Laan
eb87f84d18
Merge pull request #5952
...
437ada3
Switch test case signing to RFC6979 extra entropy (Pieter Wuille)
9d09322
Squashed 'src/secp256k1/' changes from 50cc6ab..1897b8e (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
7c6bfb10ea
Merge pull request #5965
...
5ff94c6
Add git-subtree-check.sh script (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
91cba1aaed
Merge pull request #5969
...
f14e687
Chainparams: Decouple CAlert from CChainParams (Jorge Timón)
10 years ago
Wladimir J. van der Laan
a0bfc69541
Merge pull request #5959
...
ede379f
Add additional block index consistency checks (Suhas Daftuar)
10 years ago
Wladimir J. van der Laan
64b263cc61
Merge pull request #5973
...
6c35664
[Qt] Clarify: smartfee button name "Minimize" (MarcoFalke)
10 years ago
Pieter Wuille
b36f1ce87e
Merge pull request #5948
...
1cc0e96
Trivial optimization: use GetAncestor to compute new target (Pieter Wuille)
10 years ago
MarcoFalke
6c3566443f
[Qt] Clarify: smartfee button name "Minimize"
...
Make clear this button hides the options instead of minimizing the transaction fee.
10 years ago
Wladimir J. van der Laan
27e8d224e9
Merge pull request #5945
...
ad9e86d
Keep mempool consistent during block-reorgs (Gavin Andresen)
10 years ago