Commit graph

9979 commits

Author SHA1 Message Date
Adam Brown
1b63cf9834 Update tor.md
Tor Browser Bundle spawns the Tor process and listens on port 9150, it doesn't randomly pick a port.
2016-03-29 15:16:16 -03:00
TomZ
afff0155e0 Merge pull request #154 from rusty-loy/classic_12_fix_prune_test
Update prune test to account for larger minimum pruning size.
2016-03-21 10:25:01 +00:00
TomZ
b15ca4623c Cleanup after the removal of unfinished RBF 2016-03-21 09:37:51 +00:00
rustyloy
4e29299b7e Update prune test to account for larger minimum pruning size.
Create 2MB blocks instead of 1MB blocks.
2016-03-19 12:27:23 -04:00
TomZ
3375dc4b97 Merge pull request #153 from gavinandresen/drop32
Make travis builds quicker
2016-03-17 20:36:15 +00:00
Gavin Andresen
ee3d40dda3
Make travis builds quicker
Remove 32-bit platforms from build matrix.
And only run the chain comparison tool for one configuration.
2016-03-17 12:28:25 -04:00
TomZ
52ef856e44 Merge stable branch '0.12' into develop 2016-03-15 10:31:53 +00:00
TomZ
c596b82abc Merge pull request #122 from gavinandresen/robust_CNB
Make CreateNewBlock more robust to coding errors
2016-03-15 10:32:12 +00:00
TomZ
f4b1cc1caf Merge pull request #141 from zander/helpline
Update CLI help
2016-03-14 17:43:18 +00:00
TomZ
17108d9534 Merge pull request #144 from zander/RemoveReplaceByFee
Completely remove replace by fee as Core implemented it
2016-03-14 17:40:15 +00:00
TomZ
da023ac81e Merge pull request #149 from SartoNess/0.12
Copyright-notice updates
2016-03-14 17:37:01 +00:00
TomZ
58f539d748 Merge stable branch '0.12' into develop 2016-03-14 17:36:54 +00:00
Sarto
46d6d81074 Update splashscreen.cpp 2016-03-14 18:57:21 +02:00
Sarto
658da22beb Update init.cpp
Update LicenseInfo()
2016-03-14 18:49:28 +02:00
Sarto
a8fe4fcd83 Update splashscreen.cpp
Update splashscreen
2016-03-13 00:42:24 +02:00
TomZ
dbdb6b882a Merge pull request #133 from keo/fix-release-docs
Update release docs (bitcoin > bitcoinclassic)
2016-03-10 20:05:17 +00:00
TomZ
186e61b20a Remove the code that accepts ReplaceByFee 2016-03-10 19:55:40 +00:00
TomZ
fa20652bf6 Revert "RPC: indicate which transactions are replaceable"
This reverts commit e25b158ab8.
2016-03-10 19:54:10 +00:00
TomZ
9770bbfbf8 Merge pull request #142 from zander/contributionDoc
Contribution doc
2016-03-10 19:24:49 +00:00
TomZ
5353d56c8c Merge pull request #140 from saltduck/increase-min-diskspace
Increase MIN_DISK_SPACE_FOR_BLOCK_FILES to 950MB
2016-03-10 10:17:31 +00:00
TomZ
df992b4b66 Simplified proposal 2016-03-10 10:12:49 +00:00
TomZ
0910bf4b9b Update CLI help 2016-03-09 17:26:26 +00:00
Hong Shuning
2014e80028 Fix comments 2016-03-09 22:54:59 +08:00
Hong Shuning
a19154d220 Increase MIN_DISK_SPACE_FOR_BLOCK_FILES to 950MB 2016-03-09 11:02:11 +08:00
Barnabas Debreczeni
20e4fb31c2 Change bitcoin to bitcoinclassic in release docs 2016-03-07 23:52:30 +01:00
TomZ
d10f99084b Merge pull request #135 from keo/add-keo-key
Add keo PGP key
2016-03-07 20:14:50 +00:00
Barnabas Debreczeni
dcaa72a50e Add @keo PGP key 2016-03-07 20:54:48 +01:00
TomZ
6cebccd696 Merge pull request #134 from yamamushi/0.12
Update debian package changelog
2016-03-07 17:41:49 +00:00
yamamushi
b00e22a041 Update debian package changelog for 0.12.0 Final Release 2016-03-07 11:29:09 -06:00
TomZ
ed1230a995 Merge pull request #132 from keo/gitian-build-armhf-0.12
Add suport for deterministic armhf builds for 0.12
2016-03-07 16:42:55 +00:00
Barnabas Debreczeni
2e568375ea Gitian: fix check-symbols for armhf builds
amrhf builds leak Boost symbols, so @laanwj’s linker script hack was
added back to armhf builds.

Also added ld-linux-armhf.so.3 to the list of allowed libraries in
symbol-check.py.
2016-03-07 15:17:13 +01:00
Barnabas Debreczeni
8465190cb6 Add suport for deterministic armhf builds
Many people use development boards (Raspberry Pi 2, Banana Pi, 
Odroid boards, etc) to run full nodes in CLI mode.

The only option they had until now is to compile their own from source.
Even though many tutorials are available, it is still not trivial for
non tech-savvy users.

Providing an officially built armhf binary would provide non tech-savvy
users an easy ramp-on to Bitcoin Classic.

*** GUI has been disabled for this build — according to Qt docs it
needs to be compiled on with device-specific headers. Most armhf users
use it in CLI mode only anyway.

Tested binaries on Raspberry Pi2, Odroid C1 and Odroid XU4.
2016-03-06 23:49:59 +01:00
TomZ
2e39bf1dc4 Merge pull request #131 from yamamushi/0.12
Update contrib/debian to build 0.12.0 on Launchpad
2016-03-06 11:36:26 +00:00
yamamushi
ae51ea45eb Update contrib/debian to build 0.12.0 on Launchpad 2016-03-04 11:21:29 -06:00
TomZ
5f335a3184 Merge pull request #124 from rusty-loy/classic_12_rbf_test_fix
Make test not depend on default values.
2016-03-04 12:25:20 +00:00
rustyloy
7159be1cc5 Updated RBF test to manually set mempoolreplacement policy to 1. 2016-03-02 16:20:35 -05:00
TomZ
fc0dc5d262 Merge pull request #123 from zander/disableRBF
Disable RBF
2016-03-02 14:48:12 +00:00
TomZ
744ad17ac4 Merge pull request #120 from zander/obfuscation
Revert the chainstate lock-in feature
2016-03-02 14:13:22 +00:00
TomZ
e6ac95a858 Turn off obfuscation 2016-03-02 13:28:14 +00:00
TomZ
376b257dbc Change default value 2016-03-02 11:50:54 +00:00
TomZ
da1032d338 Fix unit test to not depend on default values 2016-03-02 11:50:45 +00:00
Gavin Andresen
1c06a9b03c
Make CreateNewBlock more robust to coding errors
If a coding bug of some sort let a bad transaction enter the memory pool,
CreateNewBlock would throw a runtime_error which would cause bitcoind to
crash.

It is better for miners if CreateNewBlock is robust against programming errors,
and this pull request makes it more robust. If an invalid block is created,
all of the transactions that went into the block are removed from the memory pool
and then CreateNewBlock is tried again.
2016-03-01 13:23:56 -05:00
TomZ
aefab22579 Merge pull request #119 from zander/propagateAlerts
Make internal (core) errors show up in the Qt client.
2016-03-01 15:06:42 +00:00
Tom Zander
bddc769bd8 Make internal (core) errors show up in the Qt client. 2016-02-29 21:39:17 +00:00
TomZ
dc144b68ee Merge pull request #103 from zander/buildOutOfSource
Build out of source
2016-02-29 21:28:00 +00:00
Tom Zander
1b797210d7 Make getblocktemplate return correct block limits 2016-02-29 21:22:22 +00:00
Tom Zander
40bae4917e Make the rpc tests work when src!=builddir 2016-02-29 21:08:35 +00:00
Tom Zander
c9d71db1e5 Allow src!=build dir building 2016-02-29 21:08:04 +00:00
TomZ
a8a6d7de39 Merge pull request #95 from rusty-loy/classic_12_fix_tests
Fix extended tests
2016-02-29 16:41:05 +00:00
TomZ
4dc64c1204 Merge pull request #116 from stevemyers/0.12
migrate gitian-debian apt builder from bitcoinxt project
2016-02-29 09:19:46 +00:00