BtcDrak
64612f1820
Update project URL
...
Github-Pull: #7328
Rebased-From: b07b103e8af14cd3fca44dca7bc694d2c3bffcc1
2016-01-20 13:31:33 +01:00
Wladimir J. van der Laan
5bb3e263e2
build: Make networking work inside LXC builder in gitian-building.md
...
These are changes I needed to get gitian building to work with Debian
8.2, which is the version we tell to use.
- Set up NAT, so that container can access network beyond host
- Remove explicit cgroup setup - these are mounted automatically now
- gitian: Need `ca-certificates` and `python` for LXC builds
Github-Pull: #7060
Rebased-From: 99fda26de0661afcbe43d5e862c382e3c2e3aa5e 3b468a0e609147c7d7afd8ed97bf271f2356daef
2016-01-20 13:26:49 +01:00
MarcoFalke
621bbd88ba
[walletdb] Fix syntax error in key parser
...
Github-Pull: #7381
Rebased-From: fa6d4cc09575de30386bfbc5c8c3858cd7a2f42a
2016-01-20 13:08:40 +01:00
Luke Dashjr
4b8d2bc625
release-notes: Cover priority changes correctly, removing mentions of possible futures
2016-01-18 18:12:33 +00:00
Wladimir J. van der Laan
cda064caa1
Merge pull request #7370
...
fa31133
[Doc] Wallet & Pruning (MarcoFalke)
2016-01-18 16:31:07 +01:00
MarcoFalke
fa311338d2
[Doc] Wallet & Pruning
2016-01-18 16:26:57 +01:00
Suhas Daftuar
51af87f078
Fix error in blockchain.py introduced in merge
...
Github-Pull: #7373
Rebased-From: 4a0487937877484f14476716c3643de7a31c32da
2016-01-18 16:01:31 +01:00
MarcoFalke
236686b844
[init] Add missing help for args
...
Github-Pull: #7290
Rebased-From: fa6ab96799f9d7946200fb646fefe35c6daab9b2 faa572a3296c0955dcb2cc0bd9b925c2a31e7892 fa461df685063e6b12664fe6928362484f690f01
2016-01-18 14:24:07 +01:00
MarcoFalke
44438a192a
[init] Fix error message of maxtxfee invalid amount
...
Github-Pull: #7290
Rebased-From: fac11ea3106ff29ec884dfe9d9b287fd1beda5fc
2016-01-18 14:18:49 +01:00
crowning-
a74fa1f06b
[Wallet] Transaction View: LastMonth calculation fixed
...
Github-Pull: #7327
Rebased-From: 30cdacea3c356acda32ab77238f07c1c40b1f1b5
2016-01-18 14:14:31 +01:00
James O'Beirne
351ffd8482
Fix help, add RPC tests for getblockheader
...
- Add assert_is_hex_string and assert_is_hash_string to RPC test utils.
- Add RPC documentation for getblockheader[chainwork].
- Add RPC tests for getblockheader.
Github-Pull: #7194
Rebased-From: 16d4fce0b203bdaa679ad5b3f1e6b6f46880d5d2 4745636126d9a4f28f701f701be392779815a7bf 135d6ec8cedc83ad800da45080c16d49e9182e80
2016-01-18 12:25:50 +01:00
Gregory Sanders
c0d2382170
Added help text for chainwork value
...
Github-Pull: #7232
Rebased-From: 94bdd71f9b4768c9803ffd133aa7781b19bfa6f9
2016-01-18 12:20:42 +01:00
MarcoFalke
d8b062d752
[qa] Fix pyton syntax in rpc tests
...
Github-Pull: #7335
Rebased-From: 7777994846cdb9b9cf69e391a33eeed30393bbcf
2016-01-18 10:46:46 +01:00
Wladimir J. van der Laan
d04525a065
Merge pull request #7345
...
fa8c497
[doc] backwards-compatibility issues due to chainstate obfuscation (MarcoFalke)
2016-01-18 10:39:10 +01:00
Wladimir J. van der Laan
1709cc5cb0
Merge pull request #7338
...
f17b00b
release-notes: Combine NOP2->CLTV asm change into "RPC: Low-level API changes" section (Luke Dashjr)
e20704b
Replace some instances of formatWithUnit with formatHtmlWithUnit (fanquake)
6f8346d
qt5: Use the fixed font the system recommends (MarcoFalke)
605de4a
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. (mb300sd)
6191a9b
[RPC-Tests] add option to run rpc test over QT clients (Jonas Schnelli)
6307beb
Note that reviewers should mention the commit hash of the commits they reviewed. (Patrick Strateman)
6092ff2
Set link from http:// to https:// (Suriyaa Kudo)
2016-01-18 10:36:57 +01:00
Wladimir J. van der Laan
b0cb055673
Merge pull request #7347
...
5cacb8f
Add comment about mining changes and more about priority (Alex Morcos)
2016-01-18 10:35:56 +01:00
Wladimir J. van der Laan
8b7a0f88cb
Merge pull request #7367
...
2e552b0
Mention mempool chain limits in release notes (Suhas Daftuar)
2016-01-18 10:32:28 +01:00
Prayag Verma
098fcb5694
Update license year range to 2016
...
Conflicts:
configure.ac
Github-Pull: #7363
Rebased-From: bd34174ebca239e6796f0eb2015ddc2f218aac3c
2016-01-18 10:31:30 +01:00
Suhas Daftuar
1488fc8eac
Eliminate race condition in mempool_packages test
...
Github-Pull: #7368
Rebased-From: 4d10d2e16fb837abe304e0a5d3bc0a41941d917a
2016-01-18 10:29:32 +01:00
Suhas Daftuar
2e552b04c2
Mention mempool chain limits in release notes
2016-01-17 22:21:08 -05:00
Alex Morcos
5cacb8f319
Add comment about mining changes and more about priority
2016-01-17 07:40:21 -06:00
MarcoFalke
fa8c497d84
[doc] backwards-compatibility issues due to chainstate obfuscation
2016-01-17 12:05:13 +01:00
Holger Schinzel
341cf25092
Merge pull request #674 from schinzelh/merge_bitcoin_0_10_3
...
merging Bitcoin 0.10.3 part 1/3
2016-01-16 17:07:25 +01:00
Veres Lajos
7710411e88
PARTIAL: typofixes (found by misspell_fixer)
...
Upstream: 9f68ed6b6d
(PR #6539 )
2016-01-16 17:04:08 +01:00
Cory Fields
5cdb69ca91
rpc-tests: re-enable rpc-tests for Windows
2016-01-16 17:04:06 +01:00
Cory Fields
a6b8f023d3
net: Set SO_REUSEADDR for Windows too
...
When running the rpc tests in Wine, nodes often fail to listen on localhost
due to a stale socket from a previous run. This aligns the behavior with other
platforms.
2016-01-16 17:04:06 +01:00
Alex Morcos
372dd395ce
add unit test for CNetAddr::GetGroup.
2016-01-16 17:04:05 +01:00
Alex Morcos
857625aa5d
Fix masking of irrelevant bits in address groups.
2016-01-16 17:04:04 +01:00
fanquake
34660f0534
Add missing files to files.md
...
typo
2016-01-16 17:04:04 +01:00
Adam Weiss
8c8d13660b
Handle leveldb::DestroyDB() errors on wipe failure
...
Add error checking to CLevelDBWrapper for errors from
leveldb::DestroyDB(). Without it, if unlink() or DeleteFileW() fail to
delete files, they will fail silent. If they fail to delete any files,
CLevelDBWrapper will silently open and read the existing database.
Typically any permissions issues would be caught by leveldb as it churns
through many files as part of its compaction process, but it is
conceivable that this could cause problems on Windows with anti-virus
and indexing software.
2016-01-16 17:04:03 +01:00
Casey Rodarmor
1425e2463c
Use unique name for AlertNotify tempfile
2016-01-16 17:04:03 +01:00
J Ross Nicoll
1fedc75fde
Make sure LogPrint strings are line-terminated
2016-01-16 17:04:02 +01:00
Cory Fields
f88c44c453
build: fix libressl detection
...
Checking libcrypto for a function after we've already found a (possibly
different) libcrypto is not what we want to do here.
pkg-config might've found a cross lib while AC_CHECK_LIB may find a different
or native one.
Run a link-test against the lib that's already been found instead.
2016-01-16 17:04:01 +01:00
Casey Rodarmor
6010b5e7a0
Avoid leaking file descriptors in RegisterLoad
...
This is pretty trivial, but if there's an error here we'll leak a file
descriptor. Changed it to always close the file.
2016-01-16 17:04:01 +01:00
randy-waterhouse
5e02224bf4
Add autogen.sh to source tarball.
2016-01-16 17:03:58 +01:00
crowning-
1e59cf0ceb
Transaction View: LastMonth calculation fixed
2016-01-16 13:58:33 +01:00
Holger Schinzel
073d1326ba
Merge pull request #673 from dashpay/schinzelh-patch-1
...
typo in translation config
2016-01-16 12:07:39 +01:00
Holger Schinzel
a2c143f44e
typo in translation config
2016-01-16 12:06:09 +01:00
Wladimir J. van der Laan
d7c54c5a9d
Merge pull request #7336
...
82667af
release note fixups (Alex Morcos)
2016-01-16 11:06:02 +01:00
Cory Fields
fbea2f64e2
release: remove libc6 dependency from the osx signing descriptor
...
It is unneeded after the last toolchain update, and missing from Trusty.
Github-Pull: #7342
Rebased-From: 3503a78670d0eacf39c618b45b08581dfb3ed68f
2016-01-14 13:47:06 +01:00
Luke Dashjr
f17b00b66f
release-notes: Combine NOP2->CLTV asm change into "RPC: Low-level API changes" section
2016-01-13 21:34:02 +00:00
fanquake
e20704ba71
Replace some instances of formatWithUnit with formatHtmlWithUnit
...
Strings in a HTML context should be using formatHtmlWithUnit.
Github-Pull: #7255
Rebased-From: 5fdf32de7ed85a1a0aec7cdedb83f750f4a0f7ff
2016-01-13 21:25:36 +00:00
MarcoFalke
6f8346db5f
qt5: Use the fixed font the system recommends
...
Github-Pull: #7214
Rebased-From: fa2f4bc4eb0f21f5be8c88954ae2d99c5b18b987
2016-01-13 21:25:36 +00:00
mb300sd
605de4a88a
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
...
Github-Pull: #7213
Rebased-From: 37d271d7cce44885f835292ffe99b54399b014d6
2016-01-13 21:25:36 +00:00
Jonas Schnelli
6191a9b628
[RPC-Tests] add option to run rpc test over QT clients
...
Github-Pull: #7068
Rebased-From: 979698c1715ce86a98934e48acadbc936c95c9a3
2016-01-13 21:25:35 +00:00
Patrick Strateman
6307beb09f
Note that reviewers should mention the commit hash of the commits they reviewed.
...
Github-Pull: #7185
Rebased-From: e1030dddab11553d2854c1f466e5757d9815bfb8
2016-01-13 21:25:35 +00:00
Suriyaa Kudo
6092ff205b
Set link from http:// to https://
...
For opensource.org/licenses/MIT!
Github-Pull: #7197
Rebased-From: 00423e1a71204696ec37e6d757f9afe091bc7ee1
2016-01-13 21:10:51 +00:00
Alex Morcos
82667afd78
release note fixups
2016-01-13 15:20:16 -05:00
Wladimir J. van der Laan
5771b71ca5
doc: Remove BIP65 mention from release notes
...
This is already done, not new in 0.12.
2016-01-13 18:20:06 +01:00
Wladimir J. van der Laan
3d5cf698d6
Merge pull request #7333
...
a06a8b4
add InMempool() function (Jonas Schnelli)
2016-01-13 18:08:05 +01:00