gpg: keyring /tmp/tmperoj050l/secring.gpg' created gpg: keyring/tmp/tmperoj050l/pubring.gpg' created
gpg: requesting key 8842CE5E from hkp server keyserver.ubuntu.com
gpg: /tmp/tmperoj050l/trustdb.gpg: trustdb created
gpg: key 8842CE5E: public key "Launchpad PPA for Bitcoin" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
ubuntu14.04
0.11 #6245
pull barkinet wants to merge 17 commits into bitcoin:master from bitcoin:0.11 changing 39 files +678 −110-
barkinet commented at 1:37 AM on June 7, 2015: none
-
Bump version to 0.11 8e15efa76c
-
qt: Periodic translation update 2be094eeba
-
75a4d512cf
Fix off-by-one error w/ nLockTime in the wallet
Previously due to an off-by-one error the wallet ignored nLockTime-by-height transactions that would be valid in the next block even though they are accepted into the mempool. The transactions wouldn't show up until confirmed, nor would they be included in the unconfirmed balance. Similar to the mempool behavior fix in 665bdd3b, the wallet code was calling IsFinalTx() directly without taking into account the fact that doing so tells you if the transaction could have been mined in the *current* block, rather than the next block. To fix this we strip IsFinalTx() of non-consensus-critical functionality, removing the default arguments, and add CheckFinalTx() to check if a transaction will be final in the next block. Github-Pull: #6183 Rebased-From: 28bf06236d3b385e95fe26a7a742395b30efd6ee
-
b4bbad18ef
Ignore getheaders requests when not synced.
Rebased-From: a1ba0778dd3c784046dea334e5d39f37eca264f7 Github-Pull: #6172
-
dfdb6dd052
build: disable optional use of gmp in internal secp256k1 build
Until secp256k1 is used for verification there is no reason for Bitcoin Core's secp256k1 to link against gmp, even if available. Pass a flag to configure to override the bignum implementation. This fixes a crash at runtime on ppc64 reported by @gmaxwell. Github-Pull: #6210 Rebased-From: 7fd5b801ff16d748b5ca13ded09ed5da8eacf7e7
-
c00ae64f77
Remove P2SH coinbase flag, no longer interesting
Github-Pull: #6203 Rebased-From: d449772cf69c01932fc5d72c46054815d6300b3c
-
gitian: Bump cache dir for 0.11 7d4b5cbee3
-
4d435d1c9a
[OSX] revert renaming of Bitcoin-Qt.app
Github-Pull: #6214 Rebased-From: a2241eabfdbdadd2f96c0a538b9901257831b642
-
6145fdf47e
OSX: use "Bitcoin Core" as Bundle Display Name
Github-Pull: #6214 Rebased-From: 0a32a9347e12a8d1d4a46bf9a1d5b3ae13bbe501
-
5901596548
json: fail read_string if string contains trailing garbage
Change `read_string` to fail when not the entire input has been consumed. This avoids unexpected, even dangerous behavior (fixes #6223). The new JSON parser adapted in #6121 also solves this problem so in master this is a temporary fix, but should be backported to older releases. Also adds tests for the new behavior. Github-Pull: #6226 Rebased-From: 4e157fc60dae5ca69933ea4c1585a2a078b4d957
-
ecdcf13ede
osx: set min version to 10.7 for 0.11+
Github-Pull: #6218 Rebased-From: c3cdd7b31201e1f3f78f816d8456d04c00e06418
-
7a4304ecc7
gitian: bump faketime to something more recent
This helps in file views where binaries are sorted by time Github-Pull: #6218 Rebased-From: be656283f98896df0bc8634d446b2873f9fed573
-
666e973b2f
Merge pull request #6219
7d4b5cb gitian: Bump cache dir for 0.11 (Cory Fields)
-
304892fc03
Be stricter in processing unrequested blocks
AcceptBlock will no longer process an unrequested block, unless it has not been previously processed and has more work than chainActive.Tip() Github-Pull: #5875 Rebased-From: 9be0e6837b878f72bd087ce32b7a2f2ffb2fd544
-
2edec4fe68
P2P regression test for new AcceptBlock behavior
Github-Pull: #5875 Rebased-From: aa8c827968a68a3adc4df5f126635e37a71a7fbb
-
doc: update release notes 32b011781d
-
053110ddcb
Merge pull request #6238
cfc600d Bugfix: Correct links for Xcode download (Luke Dashjr)
-
barkinet commented at 1:37 AM on June 7, 2015: none
gpg: keyring
/tmp/tmperoj050l/secring.gpg' created gpg: keyring/tmp/tmperoj050l/pubring.gpg' created gpg: requesting key 8842CE5E from hkp server keyserver.ubuntu.com gpg: /tmp/tmperoj050l/trustdb.gpg: trustdb created gpg: key 8842CE5E: public key "Launchpad PPA for Bitcoin" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK - barkinet renamed this:
0.10.2
0.11
on Jun 7, 2015 -
barkinet commented at 1:39 AM on June 7, 2015: none
engineering2015@engineer:~$ git clone https://github.com/barkinet/bitcoin.git Cloning into 'bitcoin'... remote: Counting objects: 54403, done. remote: Compressing objects: 100% (2/2), done. remote: Total 54403 (delta 0), reused 0 (delta 0), pack-reused 54401 Receiving objects: 100% (54403/54403), 48.93 MiB | 485.00 KiB/s, done. Resolving deltas: 100% (39292/39292), done. Checking connectivity... done. engineering2015@engineer:~$ sudo add-apt-repository ppa:bitcoin/bitcoin [sudo] password for engineering2015: Stable Channel of bitcoin-qt and bitcoind for Ubuntu, and their dependencies More info: https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring
/tmp/tmperoj050l/secring.gpg' created gpg: keyring/tmp/tmperoj050l/pubring.gpg' created gpg: requesting key 8842CE5E from hkp server keyserver.ubuntu.com gpg: /tmp/tmperoj050l/trustdb.gpg: trustdb created gpg: key 8842CE5E: public key "Launchpad PPA for Bitcoin" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK engineering2015@engineer:~$ -
jgarzik commented at 2:29 AM on June 7, 2015: contributor
broken PR
- jgarzik closed this on Jun 7, 2015
-
laanwj commented at 7:24 AM on June 7, 2015: member
@barkinet Stop opening these spurious pull requests. This is the second one in a month: https://github.com/bitcoin/bitcoin/pulls?utf8=%E2%9C%93&q=+is%3Apr+author%3Abarkinet+
Not sure why you're doing this, but the goal of pull requests is to send your own code changes for inclusion, as documented here: https://help.github.com/articles/using-pull-requests/
- MarcoFalke locked this on Sep 8, 2021