Commit Graph

12810 Commits

Author SHA1 Message Date
Jonas Schnelli
667ff1df0f [Qt] Always pass the numBlocksChanged signal for headers tip changed 2018-11-18 13:40:14 +03:00
Jonas Schnelli
ae0210d70f [Qt] make Out-Of-Sync warning icon clickable 2018-11-18 13:40:01 +03:00
Jonas Schnelli
fbf2fff41f [Refactor] refactor function that forms human readable text out of a timeoffset 2018-11-18 13:39:45 +03:00
lateminer
afbca142d1 Do not delete config.h when make clean 2018-11-18 13:36:47 +03:00
lateminer
9a1d2ebc4a Update list of BIPs with the ones disabled in Blackcoin More 2018-11-15 23:38:15 +03:00
lateminer
a7fa7e6603 Merge pull request #8 from michelvankessel/blackcoin-more-dev
new seeds for main and testnet
2018-11-15 21:55:34 +03:00
Michel van Kessel
dfe34ae2d3 new chainparamsseeds.h
new seeds generated  (included testnet)
2018-11-15 19:49:18 +01:00
Michel van Kessel
2ffbcee9af new seeds
updated nodes_main.txt and nodes_test.txt
2018-11-15 19:29:09 +01:00
lateminer
bb3bb7194a Update Doxyfile 2018-11-14 21:03:38 +03:00
lateminer
867057e879 Bump version to 0.13.2 2018-11-14 20:58:41 +03:00
lateminer
c74d94e684 Bump nMinimumChainWork on main net 2018-11-14 20:56:23 +03:00
lateminer
6787d44bd0 Make it compile 2018-11-14 20:55:45 +03:00
lateminer
55729c2f6e Update to Core 0.13.2 2018-11-14 19:43:28 +03:00
Wladimir J. van der Laan
f6a1ce534f qt: Plug many memory leaks
https://github.com/bitcoin/bitcoin/pull/9190
2018-11-11 18:59:12 +03:00
fanquake
d39badf3b4 Specify Protobuf version 2 in paymentrequest.proto
Github-Pull: #8742
Rebased-From: c4084c208509c42f796ebaa3eaded5f1cd40c506
2018-11-11 18:44:08 +03:00
lateminer
c7995eb9a2 Set BLOCK_CHAIN_SIZE to 5 GB 2018-11-11 18:40:37 +03:00
lateminer
1cb9772c35 GetTransactionSigOpCount() has to be int64_t
main.cpp
2018-11-11 18:07:54 +03:00
lateminer
b0c11697e6 Add amount check in test/script_tests.cpp 2018-11-11 17:47:05 +03:00
Pieter Wuille
45f139afc4 Enable mempool consistency checks in unit tests 2018-11-11 17:12:44 +03:00
lateminer
aabee84651 Add GetTransactionSigOpCount unit tests 2018-11-11 17:11:01 +03:00
Wladimir J. van der Laan
a1f776cd3c tests: add varints_bitpatterns test
The current tests for varint only check that
serialization-deserialization is a roundtrip. That is a useful test, but
it is also good to check for some exact bit patterns, to prevent a code
change that changes the serialization format from going undetected.

As the varint functions are templated, also check with different types.
2018-11-11 16:43:34 +03:00
Luke Dashjr
5a59508b27 Rewrite FormatParagraph to handle newlines within input strings correctly 2018-11-11 16:36:55 +03:00
lateminer
ca70ac43ab Add amount check to SignatureHash()
test/sighash_tests.cpp
2018-11-11 16:35:31 +03:00
Pavel Janík
576b08a7f8 Remove unused local variable shadowing upper local 2018-11-11 16:30:11 +03:00
Ethan Heilman
bec58f282f Fix typo adddrman to addrman as requested in #8070 2018-11-11 16:09:11 +03:00
EthanHeilman
90342d8b9c Remove non-determinism which is breaking net_tests #8069 2018-11-11 16:08:59 +03:00
Suhas Daftuar
611af28b87 Add unit tests for ancestor feerate mining 2018-11-11 16:00:45 +03:00
instagibbs
65db743b28 Corrected values 2018-11-11 16:00:13 +03:00
instagibbs
bb82eb1692 Gave miner test values constants for less error-prone values. 2018-11-11 15:59:24 +03:00
Pieter Wuille
0ebc1549ca Change sigOpCount to sigOpCost
test_bitcoin.cpp
test_bitcoin.h
2018-11-11 15:51:19 +03:00
Pieter Wuille
fbd2dec95f Implement SipHash in Python
Github-Pull: #8418
Rebased-From: 9c8593d2b4e25ef628172ceadbedf0ef078d01ef
2018-11-11 15:22:50 +03:00
jnewbery
7f51c400d2 bitcoin-util-test.py should fail if the output file is empty
Github-Pull: #8836
Rebased-From: da9469770847df56e67e629986129a087b5bd7a5
2018-11-11 15:16:54 +03:00
Pavel Janík
e85f041d13 Do not shadow local variables 2018-11-11 15:15:22 +03:00
Jeremy Rubin
a638b3764c Fix obvious assignment/equality error in test
Github-Pull: #8673
Rebased-From: 426e7bce0e365e0947f932ca46bcc48ca3a2f10e
2018-11-11 15:13:53 +03:00
Chris Stewart
941baa9eb5 Update README.md
Updating documentation for adding new unit test files

Removing unneeded sentence from README

Removing uint160_tests.cpp as it DNE

Formatting command line instructions to use ``

fixing 80 char formatting issue in README

fixing more nits

Github-Pull: #8428
Rebased-From: b8db185952c815444b7052092472ef9af3a42e89
2018-11-11 15:12:37 +03:00
Pieter Wuille
a43a6df7ef Add amounts to signature tests 2018-11-11 15:11:37 +03:00
lateminer
c5016d8d3c Remove missing locales
qt/bitcoin_locale.qrc
2018-11-10 20:33:27 +03:00
Karl-Johan Alm
a92f016b70 Uses built-in byte swap if available (Apple) and if bswap_XX is undefined 2018-11-10 20:09:05 +03:00
Gregory Maxwell
c0c8c006aa IsInitialBlockDownload no longer uses header-only timestamps. 2018-11-10 19:55:45 +03:00
jnewbery
c7f6a2e815 Add bitcoin-tx JSON tests
Github-Pull: #8829
Rebased-From: 54e5d7c1b81e1b76f5789abfa2cb1f5963cd9d72
2018-11-10 18:46:43 +03:00
lateminer
acb9b1b6b2 Update repository root directory from Bitcoin Core 0.13.2 2018-11-10 18:41:32 +03:00
lateminer
34b50d3645 Update qa from Bitcoin Core 0.13.2 2018-11-10 18:07:40 +03:00
Mitchell Cash
cceb5fb27a Correct small typo in extract_strings_qt.py 2018-11-10 16:35:15 +03:00
Alice Wonder
504af0f89e Update docs from Bitcoin Core 0.13.2 2018-11-10 16:28:07 +03:00
Alice Wonder
76fe5c393d All files related to my RPM spec file project in one commit 2018-11-10 00:12:10 +03:00
lateminer
6c033f11df Remove reference to test patches 2018-11-10 00:11:03 +03:00
Alice Wonder
66dc01c23c Description of RPM directory 2018-11-10 00:06:37 +03:00
isle2983
c37822da78 [copyright] add MIT License copyright header to zmq_sub.py
Github-Pull: #8701
Rebased-From: 37a7fe9e440b83e2364d5498931253937abe9294
2018-11-10 00:05:07 +03:00
lateminer
89564cb3b8 Update contrib/verify-commits 2018-11-10 00:03:43 +03:00
Luke Dashjr
723fbec1d3 Bugfix: Correct copyright year in Mac DMG background image 2018-11-09 23:50:26 +03:00