Commit graph

6127 commits

Author SHA1 Message Date
langerhans a6c04763a7 Merge pull request #677 from rnicoll/1.8.1-dev-uri
Fix handling of dogecoin: URI with no address
2014-08-30 16:13:41 +02:00
langerhans 48eee89cdf Merge pull request #676 from rnicoll/1.8.1-dev-redeem
Redeem script changes from Bitcoin Core 0.9.3
2014-08-30 16:13:00 +02:00
langerhans 8351818599 Merge pull request #675 from rnicoll/1.8.1-dev-enable_wallet
Only show -keypool, -gen and -genproclimit options if wallet is enabled
2014-08-30 16:11:46 +02:00
langerhans c3581193a4 Merge pull request #672 from rnicoll/1.8.1-dev-build
Update UNIX build docs
2014-08-30 16:08:35 +02:00
Julian Haight 8ef2ee1f0c qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fallback'
Passes tests:

```
$ ./bitcoin-qt 'bitcoin:?r=http://www.example.com/'
.. fixed the original problem - this launches mainnet.

$ ./bitcoin-qt 'bitcoin:mngeNQbTKnmaMbx8EXCYdwUbnt9JJD52cC'
.. launches testnet

$ ./bitcoin-qt -testnet 'bitcoin:1NXXeQRyMFFFRfyUix2o7mk1vhvk2Nxp78'
.. sanity check - launches mainnet.
```

Fixes #4355. Closes #4411.

Rebased-From: dd49e92
2014-08-28 21:16:53 +01:00
Ross Nicoll 1d229e1ef5
Modified comment to make it clear that pull request refers to Bitcoin Core. 2014-08-28 20:58:45 +01:00
Wladimir J. van der Laan 0e2105f78c Ignore too-long redeemScripts while loading wallet
This avoids that long redeemScripts that were grandfathered in
prevent the wallet from loading.

Fixes #4313.

Rebased-From: 18116b0
2014-08-28 20:58:09 +01:00
Zak Wilcox 32a7d89f5c Clarify that redeemScript is often optional
Rebased-From: 6265ecc
2014-08-28 20:56:20 +01:00
Zak Wilcox e952003809 In -? output: -keypool, -gen, -genproclimit depend on ENABLE_WALLET
Rebased-From: a7e1d50
2014-08-28 20:50:11 +01:00
Ross Nicoll e101e4a068
Update UNIX build docs
Add version numbers to UNIX build documentation, and remove misplaced "Ubuntu" heading.
2014-08-28 20:18:06 +01:00
langerhans d6a5e742aa Merge pull request #664 from rnicoll/1.8.1-dev-protocol
Increment minimum protocol version
2014-08-27 10:17:48 +02:00
langerhans 3c81c968d0 Merge pull request #663 from rnicoll/1.8.1-dev-readme
Update version numbers for 1.8.1
2014-08-27 10:17:18 +02:00
Ross Nicoll 5d718e5456
Set minimum protocol version to 70003 so connections to pre-1.8 clients are rejected. 2014-08-25 01:27:32 +01:00
Ross Nicoll 871b7679c6
Updated version number and marked as not yet a release version. 2014-08-25 00:28:48 +01:00
Ross Nicoll 808a9a2720
Archive release notes and add file for 1.8.1 release notes. 2014-08-25 00:09:53 +01:00
Ross Nicoll 4c215b0647
Changed version labels in documentation to 1.8.1. 2014-08-25 00:07:52 +01:00
langerhans 426cf0bf02 Merge pull request #660 from DomT4/1.8.1-dev
Build-osx: Force Fix.
2014-08-24 22:05:16 +02:00
Dominyk Tiller 7790a6ed19 Build-osx: Force Fix.
The dependencies were out of date. Homebrew doesn't have a formula called berkeley-db5, berkeley-db *is* version 5.3.28.

I've also stripped out the language about forcing OpenSSL to link, because with the build process it shouldn't even be necessary, and it's an incredibly incredibly bad idea to force OpenSSL into ``` /usr/local ```. Even if we did need it in the path, which we shouldn't because pkg-config should find the Homebrew OpenSSL build path automatically, we could temporarily add the Homebrew OpenSSL to the $PATH with an export command rather than forcing a permanent link.

This change was adopted by Bitcoin a few days back.
2014-08-24 20:42:47 +01:00
langerhans e0feb5a384 Merge pull request #658 from patricklodder/1.8-dev-openssl-101i
Update gitian descriptors and docs for openssl 1.0.1i
2014-08-24 21:37:25 +02:00
langerhans 65228644e1 Merge branch '1.8-dev'
Conflicts:
	configure.ac
	contrib/gitian-descriptors/deps-linux.yml
	contrib/gitian-descriptors/deps-win.yml
	contrib/gitian-descriptors/gitian-linux.yml
	contrib/gitian-descriptors/gitian-win.yml
	contrib/gitian-descriptors/qt-win.yml
	doc/release-process.md
	src/clientversion.h
2014-08-24 17:09:34 +02:00
langerhans 4642b01f90 Merge pull request #622 from rnicoll/1.8-dev-safemode
Disable safe mode around AuxPoW switchover
2014-08-24 16:58:48 +02:00
langerhans 33f35041a0 Tweak relese notes to last minute changes 2014-08-24 16:57:20 +02:00
langerhans 5cb14f850f Merge pull request #653 from rnicoll/1.8-dev-release-notes
1.8 dev release notes
2014-08-24 16:50:29 +02:00
langerhans df52e9d3c5 Merge pull request #656 from rnicoll/1.8-dev-proto-version
Tweak protocol version and minimum protocol
2014-08-24 16:25:59 +02:00
langerhans bfb712b037 Merge pull request #657 from patricklodder/1.8-dev-compress-retarget
[minor] Condense retarget debug output even more.
2014-08-24 16:23:04 +02:00
langerhans cb307410d8 Merge pull request #651 from rnicoll/1.8-dev-release-cleanup
Cleanup release notes
2014-08-24 16:22:24 +02:00
langerhans b38ff0c79e Merge pull request #639 from PartTimeLegend/patch-4
Change Bitcoin to Dogecoin
2014-08-24 16:21:45 +02:00
langerhans 91d57b3516 Merge pull request #638 from PartTimeLegend/patch-3
Change Bitcoin to Dogecoin
2014-08-24 16:21:27 +02:00
Patrick Lodder f29e2e4d1c Update gitian descriptors and docs for openssl 1.0.1i 2014-08-24 14:39:39 +02:00
Patrick Lodder b5dddf29cd Condense retarget debug output even more. 2014-08-24 13:51:25 +02:00
Ross Nicoll 0317ce8943
Changed protocol version number to the less extreme 70003.
Changed minimum protocol version to 70002 to block out pre-1.6 nodes.
2014-08-24 12:04:54 +01:00
Ross Nicoll f04f2a4f8e
Minor tweaks to release note formatting. 2014-08-24 01:41:12 +01:00
Ross Nicoll d66be09df8
Added release notes for Dogecoin 1.8. 2014-08-24 01:37:28 +01:00
Ross Nicoll 4b274e30a1
Rename 1.7 release notes into archival directory. 2014-08-23 23:58:42 +01:00
Ross Nicoll a8d0887247
Removed very old Bitcoin release notes as of minimal value in the context of Dogecoin.
Move remaining Bitcoin release notes into their own folder.
Move Bitcoin 0.9 release notes into Bitcoin release notes folder.
2014-08-23 23:57:34 +01:00
Antony Bailey 2971a90601 Update README.md 2014-08-23 23:50:18 +01:00
Antony Bailey 42df2e32a4 Update README.md 2014-08-23 23:49:38 +01:00
Ross Nicoll 328b797e01 Merge pull request #650 from PartTimeLegend/patch-15
Delete release-notes-0.3.20.md
2014-08-23 23:39:34 +01:00
Ross Nicoll 67e5950254 Merge pull request #649 from PartTimeLegend/patch-14
Delete release-notes-0.3.20.2.md
2014-08-23 23:39:21 +01:00
Ross Nicoll cd1582622b Merge pull request #648 from PartTimeLegend/patch-13
Delete release-notes-0.3.20.1.md
2014-08-23 23:39:13 +01:00
Ross Nicoll 8f9789d6cb Merge pull request #647 from PartTimeLegend/patch-12
Delete release-notes-0.3.19.md
2014-08-23 23:39:03 +01:00
Ross Nicoll 9ff9e6ac21 Merge pull request #646 from PartTimeLegend/patch-11
Delete release-notes-0.3.18.md
2014-08-23 23:27:51 +01:00
Ross Nicoll 71845ef6a1 Merge pull request #645 from PartTimeLegend/patch-10
Delete release-notes-0.3.17.md
2014-08-23 23:27:34 +01:00
Ross Nicoll 33abd0386a Merge pull request #644 from PartTimeLegend/patch-9
Delete release-notes-0.3.16.md
2014-08-23 23:27:24 +01:00
Ross Nicoll 3c1d439058 Merge pull request #643 from PartTimeLegend/patch-8
Delete release-notes-0.3.15.md
2014-08-23 23:26:47 +01:00
Ross Nicoll c7e1b1131b Merge pull request #642 from PartTimeLegend/patch-7
Delete release-notes-0.3.14.md
2014-08-23 23:26:39 +01:00
Ross Nicoll 1d4091c97f Merge pull request #641 from PartTimeLegend/patch-6
Delete release-notes-0.3.13.md
2014-08-23 23:26:32 +01:00
Ross Nicoll d4f9f3ebc8 Merge pull request #640 from PartTimeLegend/patch-5
Remove legacy release notes release-notes-0.3.12.md
2014-08-23 22:59:13 +01:00
Ross Nicoll 150fff57a1 Merge pull request #636 from PartTimeLegend/patch-1
Add Dogecoin copyright notice
2014-08-23 22:57:20 +01:00
Antony Bailey f9cc67f38d Delete release-notes-0.3.20.md 2014-08-23 22:46:20 +01:00