Wladimir J. van der Laan
b031137977
Merge pull request #5273
...
cd4d3f1
Win32: change buffer size for gethotsname in Discover() (Philip Kaufmann)
8fa0494
Win32: log addresses found in Discover() calls (Philip Kaufmann)
2014-11-26 14:36:50 +01:00
Jonas Schnelli
199627c94c
[REST] adding basic documentation
2014-11-26 14:34:44 +01:00
Wladimir J. van der Laan
108b19f7ef
Merge pull request #5326
...
5dc713b
[REST] set REST API behind "-rest" option (Jonas Schnelli)
78bdc81
[REST] give an appropriate response in warmup phase (Jonas Schnelli)
210eba9
[REST] fix headersonly flag for BINARY responses (Jonas Schnelli)
2014-11-26 14:30:11 +01:00
Jonas Schnelli
5dc713bfc7
[REST] set REST API behind "-rest" option
2014-11-26 13:53:27 +01:00
Jonas Schnelli
78bdc8103f
[REST] give an appropriate response in warmup phase
2014-11-26 13:51:02 +01:00
Wladimir J. van der Laan
8ba38aba42
qt: Update translations from transifex
2014-11-26 13:47:49 +01:00
Jonas Schnelli
210eba9fdb
[REST] fix headersonly flag for BINARY responses
2014-11-26 13:42:58 +01:00
Wladimir J. van der Laan
53a87c0355
Merge pull request #5321
...
34559c7
Make PruneBlockIndexCandidates safer (Pieter Wuille)
cca48f6
Reset setBlockIndexCandidates once block index db loaded (21E14)
2014-11-26 13:31:03 +01:00
Wladimir J. van der Laan
4baa9f0c9b
Merge pull request #5323
...
a328dd6
[Qt] small changes to sendcoinsdialog (Philip Kaufmann)
2014-11-26 13:00:50 +01:00
Wladimir J. van der Laan
686fa79cae
Merge pull request #5363
...
7a9cf80
docs: add/update docs for osx dmg signing (Cory Fields)
914868a
build: add a deterministic dmg signer (Cory Fields)
d69ed2b
build: Clean up the dmg layout (Cory Fields)
2f327a3
build: add the deploydir target for gitian (Cory Fields)
2014-11-26 11:29:23 +01:00
Wladimir J. van der Laan
ce7204bf2e
Merge pull request #5371
...
dfef929
release: update docs to reflect new layout (Cory Fields)
52bb7a7
gitian: update descriptors to use a sane uniform output (Cory Fields)
2014-11-26 11:15:35 +01:00
Wladimir J. van der Laan
91eaedd4ce
Merge pull request #5370
...
b7f2cdc
build: disable static lib stripping during osx make install-strip (Cory Fields)
2014-11-26 11:07:25 +01:00
Wladimir J. van der Laan
124b4895b8
Merge pull request #5209
...
9b1627d
[Wallet] Reduce minTxFee for transaction creation to 1000 satoshis (Cozz Lovan)
2014-11-26 10:58:20 +01:00
Wladimir J. van der Laan
e6751ca68a
Merge pull request #5361
...
3223179
libbitcoinconsensus: don't require any global constructors (Cory Fields)
2014-11-26 10:44:42 +01:00
Pavel Janík
a53d16ac0c
Use complete path to include bitcoin-config.h.
2014-11-26 10:37:49 +01:00
Wladimir J. van der Laan
70f9e33fa0
Merge pull request #5340
...
c8ed613
Include missing config/bitcoin-config.h. (Pavel Janík)
494f6e7
Check for strnlen and provide it if it is not found. (Pavel Janík)
2014-11-26 09:51:05 +01:00
Pavel Janík
c8ed6130a4
Include missing config/bitcoin-config.h.
2014-11-26 08:19:07 +01:00
Cory Fields
7a9cf80b19
docs: add/update docs for osx dmg signing
2014-11-26 01:00:42 -05:00
Cory Fields
914868a05d
build: add a deterministic dmg signer
2014-11-26 00:57:16 -05:00
Cory Fields
dfef929bf7
release: update docs to reflect new layout
...
- Split linux32/linux64 releases
- Split win32/win64 zips
- Post-processing should no longer be required. The deterministic outputs are
ready for consumption.
2014-11-25 19:26:40 -05:00
Cory Fields
d69ed2b291
build: Clean up the dmg layout
2014-11-25 19:26:40 -05:00
Cory Fields
2f327a3c87
build: add the deploydir target for gitian
...
This is a helper target that stops just before the creation of the dmg.
2014-11-25 19:26:40 -05:00
Cory Fields
52bb7a7e1b
gitian: update descriptors to use a sane uniform output
2014-11-25 18:49:02 -05:00
Cory Fields
b7f2cdc8a9
build: disable static lib stripping during osx make install-strip
2014-11-25 18:41:27 -05:00
Philip Kaufmann
a328dd60a7
[Qt] small changes to sendcoinsdialog
...
- add newly added variables to the constructor init
- move an already existing bool also to constructor init
- move a connect call to setClientModel and add a NULL pointer check
2014-11-25 17:00:02 +01:00
Pieter Wuille
63d1ae5556
Do all block index writes in a batch
2014-11-25 16:26:35 +01:00
Wladimir J. van der Laan
ac0b2393a4
Merge pull request #5351
...
3d0a1ce
Process help and version arguments before datadir. (Pavel Janík)
2014-11-25 14:44:30 +01:00
Pieter Wuille
da918ac06e
Make SCRIPT_VERIFY_CLEANSTACK a standardness requirement
2014-11-25 12:38:01 +01:00
Pieter Wuille
b6e03cc592
Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)
...
Based on an earlier patch by Peter Todd, though the rules here are different
(P2SH scripts should not have a CLEANSTACK check before the P2SH evaluation).
2014-11-25 12:38:01 +01:00
Pieter Wuille
ae4151bbad
No semantic change: reuse stack variable in P2SH evaluation
2014-11-25 12:35:32 +01:00
Pieter Wuille
3dd8ed72e5
Delay writing block indexes in invalidate/reconsider
2014-11-25 12:33:43 +01:00
Pieter Wuille
798faec3ea
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
...
These can be used for testing reorganizations or for manual intervention in case of
chain forks.
2014-11-25 12:32:51 +01:00
Wladimir J. van der Laan
397b9011c9
Merge pull request #5241
...
a206950
Introduce separate flushing modes (Pieter Wuille)
51ce901
Improve chainstate/blockindex disk writing policy (Pieter Wuille)
2014-11-25 12:18:00 +01:00
Wladimir J. van der Laan
97bef1203d
Merge pull request #5362
...
d61dc25
qt: osx: fix hidden symbol visibility (Cory Fields)
2014-11-25 10:22:01 +01:00
Michael Ford
850c570d68
No longer check osx compatibility in RenameThread
...
10.5 support has been dropped for some time now.
2014-11-25 16:12:55 +08:00
Pavel Janík
3a05ba1bfc
Fix typo in doxygen comment.
2014-11-25 08:18:33 +01:00
Cory Fields
d61dc25c71
qt: osx: fix hidden symbol visibility
...
Fixes default hidden symbol visibility for our linux->osx cross build. Without
this change, the check for working -fvisibility=hidden fails, and all symbols
are visible by default.
Ugly as this is, it's just a simple find/replace to fix a bug in Qt's configure.
They assume in an "XPLATFORM_MAC" block that the builder is capable of running
osx programs. This should be "BUILD_ON_MAC" instead.
2014-11-24 22:00:31 -05:00
Cory Fields
322317951f
libbitcoinconsensus: don't require any global constructors
...
These static objects are only used in once place, so declare them there instead.
2014-11-24 15:23:29 -05:00
Heath
71acb86540
print the caught error instead of raising an error
2014-11-24 13:38:39 -05:00
Gavin Andresen
fe042dbe9f
Merge pull request #5335
...
7e615f5
Fixed mempool sync after sending a transaction (Suhas Daftuar)
2014-11-24 10:27:37 -05:00
Wladimir J. van der Laan
6f9e67aca7
Merge pull request #5358
...
3c77714
Make -proxy set all network types, avoiding a connect leak. (Gregory Maxwell)
2014-11-24 15:30:31 +01:00
Wladimir J. van der Laan
1ee685f984
Merge pull request #5154
...
730b1ed
Check pindexBestForkBase for null (21E14)
2014-11-24 15:29:52 +01:00
Jonas Schnelli
c5a2282855
[Qt, OSX] fix Qt4.8 compatibility with QProgressBar issue
...
Rebased-From: 7f33d2cebfde99ded12c711ef6bd77c91725cfb8
Github-Issue: #5344
2014-11-24 15:26:58 +01:00
Pieter Wuille
a206950016
Introduce separate flushing modes
2014-11-24 15:15:41 +01:00
Pieter Wuille
51ce901aa3
Improve chainstate/blockindex disk writing policy
...
There are 3 pieces of data that are maintained on disk. The actual block
and undo data, the block index (which can refer to positions on disk),
and the chainstate (which refers to the best block hash).
Earlier, there was no guarantee that blocks were written to disk before
block index entries referring to them were written. This commit introduces
dirty flags for block index data, and delays writing entries until the actual
block data is flushed.
With this stricter ordering in writes, it is now safe to not always flush
after every block, so there is no need for the IsInitialBlockDownload()
check there - instead we just write whenever enough time has passed or
the cache size grows too large. Also updating the wallet's best known block
is delayed until this is done, otherwise the wallet may end up referring to an
unknown block.
In addition, only do a write inside the block processing loop if necessary
(because of cache size exceeded). Otherwise, move the writing to a point
after processing is done, after relaying.
2014-11-24 15:15:40 +01:00
Wladimir J. van der Laan
f24bcce2ac
Merge pull request #1816
...
b867e40
CreateNewBlock: Stick height in coinbase so we pass template sanity check (Luke Dashjr)
60755db
submitblock: Check for duplicate submissions explicitly (Luke Dashjr)
bc6cb41
QA RPC tests: Add tests block block proposals (Luke Dashjr)
9765a50
Implement BIP 23 Block Proposal (Luke Dashjr)
3dcbb9b
Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock (Luke Dashjr)
132ea9b
miner_tests: Disable checkpoints so they don't fail the subsidy-change test (Luke Dashjr)
df08a62
TestBlockValidity function for CBlock proposals (used by CreateNewBlock) (Luke Dashjr)
4ea1be7
CreateNewBlock and miner_tests: Also check generated template is valid by CheckBlockHeader, ContextualCheckBlockHeader, CheckBlock, and ContextualCheckBlock (Luke Dashjr)
a48f2d6
Abstract context-dependent block checking from acceptance (Luke Dashjr)
2014-11-24 14:43:10 +01:00
Wladimir J. van der Laan
6582f323f0
Merge pull request #5224
...
f321d6b
Add key generation/verification to ECC sanity check (Pieter Wuille)
d0c41a7
Add sanity check after key generation (Pieter Wuille)
2014-11-24 14:39:25 +01:00
Wladimir J. van der Laan
dfc8e1432a
Merge pull request #5309
...
4574248
[Qt] minor ordering cleanup after new fee selection (Philip Kaufmann)
a01fa30
minor style cleanup after HTTP rest interface merge (Philip Kaufmann)
2014-11-24 14:35:50 +01:00
Pavel Janík
494f6e7d35
Check for strnlen and provide it if it is not found.
2014-11-24 10:28:24 +01:00
Wladimir J. van der Laan
c24d07554b
Merge pull request #5356
...
7357893
Prioritize and display -testsafemode status in UI (dexX7)
2014-11-24 08:52:31 +01:00