Skip to content

Commit

Permalink
Merge pull request #195 from gandrewstone/1.5.0.1
Browse files Browse the repository at this point in the history
1.5.0.1
  • Loading branch information
sickpig authored Nov 6, 2018
2 parents ac1a7c0 + f559e54 commit a2b085c
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 15 deletions.
9 changes: 6 additions & 3 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,10 @@
"bitcoincash": {
"title": "Official Bitcoin Cash (BCH) Release",
"download": "Download the latest Bitcoin Cash compatible release of Bitcoin Unlimited",
"version": "v1.5.0.0",
"date": "Oct 12, 2018",
"notes": "This release implements Bitcoin Cash, compliant with the latest activated protocol upgrade (May 15, 2018) and implements features as defined in the specification of Nov 15, 2018 network upgrade. For the activation of such features and BIP135 miner voting scheme see ",
"version": "v1.5.0.1",
"date": "Nov 5, 2018",
"notes": "This release implements Bitcoin Cash, compliant with the latest activated protocol upgrade (May 15, 2018) and implements features as defined in the ABC and SV specifications for the contentious Nov 15, 2018 network upgrades. For the activation of such features and BIP135 miner voting scheme see ",
"notes2": "BUCash 1.5.0.1 MacOS binaries are temporarily unavailable",
"warning": "NOTE: This release is for Bitcoin Cash, a FORK of Bitcoin that happened on Aug 1,2017! Bitcoin Cash is a better bitcoin, delivering onchain scalability that has resulted in penny transaction fees and fast confirmations."
},
"windows": "Windows",
Expand All @@ -567,6 +568,7 @@
"source": "source code",
"notes": {
"title": "Release Notes",
"releasenotes_buc_1_5_0_1": "BUcash 1.5.0.1: Release notes are ",
"releasenotes_buc_1_5_0_0": "BUcash 1.5.0.0: Release notes are ",
"releasenotes_buc_1_4_0_0": "BUcash 1.4.0.0: Release notes are ",
"releasenotes_buc_1_3_0_1": "BUcash 1.3.0.1: Release notes are ",
Expand Down Expand Up @@ -600,6 +602,7 @@
"andrew": "By: Andrew Stone (thezerg)",
"awemany": "By: awemany",
"sickpig": "By: Andrea Suisani (sickpig)",
"griffith": "By:Greg Griffith (griffith)",
"deadalnix": "By: Amaury SECHET (deadalnix)",
"freetrader": "By: freetrader",
"thezerg": "",
Expand Down
15 changes: 5 additions & 10 deletions src/public/views/components/download/bitcoincash-release.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,20 @@ import React from 'react';
import { strings } from '../../../lib/i18n';

import Release from './release.jsx'
import SignaturesBitcoinCash from './signatures_BUcash1-5-0-0.jsx'
import SignaturesBitcoinCash from './signatures_BUcash1-5-0-1.jsx'

class BitcoinCashRelease extends React.Component {
render() {
var latestVersion = "1.5.0.0";
var latestVersion = "1.5.0.1";
return (
<div className='lh-copy py1'>
<p>{ strings().download.bitcoincash.download } ({latestVersion}, {strings().download.bitcoincash.date})<br /> <i>({ strings().download.bitcoincash.notes }
<a href="https://github.com/BitcoinUnlimited/BitcoinUnlimited/blob/dev/doc/bip135-guide.md">BIP 135 voting guide</a>)</i>: </p>
<p><a href="https://github.com/BitcoinUnlimited/BitcoinUnlimited/blob/dev/doc/release-notes/release-notes-bucash1.5.0.0.md">Release Notes</a></p>
<p><a href="https://github.com/BitcoinUnlimited/BitcoinUnlimited/blob/dev/doc/release-notes/release-notes-bucash1.5.0.1.md">Release Notes</a></p>
<p><i>{strings().download.bitcoincash.notes2}</i></p>
<p><strong>{strings().download.bitcoincash.warning}</strong></p>

<Release
osx64={'/downloads/BUcash-' + latestVersion + '-osx64.tar.gz'}
osx64Mirror={'https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloads/raw/master/BUcash-' + latestVersion + '-osx64.tar.gz'}
osx32={'/downloads/BUcash-' + latestVersion + '-osx.tar.gz'}
osx32Mirror={'https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloads/raw/master/BUcash-' + latestVersion + '-osx.tar.gz'}
osxDmg={'/downloads/BUcash-' + latestVersion + '-osx.dmg'}
osxDmgMirror={'https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloads/raw/master/BUcash-' + latestVersion + '-osx.dmg'}
windows64Exe={'/downloads/BUcash-' + latestVersion + '-win64-setup.exe'}
windows64Zip={'/downloads/BUcash-' + latestVersion + '-win64.zip'}
windows64Mirror={'https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloads/raw/master/BUcash-' + latestVersion + '-win64-setup.exe'}
Expand All @@ -37,7 +32,7 @@ class BitcoinCashRelease extends React.Component {
arm64Mirror={'https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloads/raw/master/BUcash-' + latestVersion + '-arm64.tar.gz'}
arm32={'/downloads/BUcash-' + latestVersion + '-arm32.tar.gz'}
arm32Mirror={'https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloads/raw/master/BUcash-' + latestVersion + '-arm32.tar.gz'}
source='https://github.com/BitcoinUnlimited/BitcoinUnlimited/releases/tag/bucash1.5.0.0'>
source='https://github.com/BitcoinUnlimited/BitcoinUnlimited/releases/tag/bucash1.5.0.1'>

<SignaturesBitcoinCash />
</Release>
Expand Down
69 changes: 69 additions & 0 deletions src/public/views/components/download/signatures_BUcash1-5-0-1.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
'use strict';

import React from 'react';
import { strings } from '../../../lib/i18n';

const CHECKSUMS = `{ 'files': { 'BUcash-1.5.0.1-arm32.tar.gz': '94f1b8258d9d8252e977f113a0153b0b0d1f51874598eca47b844e08d04370f2',
'BUcash-1.5.0.1-arm64.tar.gz': 'e91fcb26e7dc9e7fe7e00efad4a2e7800463d3a0a352c2a78891e99321aba86d',
'BUcash-1.5.0.1-linux32.tar.gz': '500bc47142afaef18e64b328bb65273cc7143de87bd04d210b4177e12095d493',
'BUcash-1.5.0.1-linux64.tar.gz': '48b2a814f8cd53451b416a36fe1c3083cdef0a42e9329c459b39cb7daeb4c025',
'BUcash-1.5.0.1-osx.dmg': 'cf6c6ab99c69fb03cf0ee140cb46a52d9b7a54b8fd9395a18f9d82d731db34eb',
'BUcash-1.5.0.1-osx.tar.gz': 'b3fc368e21a224b3da669789bab35fa4bf20e2ffe4b0a2b76671417add9c977a',
'BUcash-1.5.0.1-osx64.tar.gz': 'dc39e50f3d267a9bb7ba5962109849f7f33807ba51ab6ea064510d27ddf9f5d0',
'BUcash-1.5.0.1-win32-setup.exe': 'aae640d0714b6a5a0559c21d443747b6e8d2553e446266b452176d9d7d7e6b5c',
'BUcash-1.5.0.1-win32.zip': '7e7b3c8beb7151ba694caa076ab8d31fb5391d5728b383f8c38897a7a6d7d7f3',
'BUcash-1.5.0.1-win64-setup.exe': '355c0d381caa6740821ee66ca8022adb7ca51e3d5c4cd66a9e1c6872f3176fa5',
'BUcash-1.5.0.1-win64.zip': 'f89fbea941072751ba23dc77aa7d01fbbf19d705a1b8fae8743753efed83b383'},
'program': 'BitcoinUnlimitedCash',
'version': '1.5.0.1'}`;

class SignaturesBitcoinCash extends React.Component {
render() {
return (
<div className='pt2'>
<div>
{strings().download.signatures.signatures}
<br /><br />
<div>
{strings().download.signatures.helpOne}
{' '}
{strings().download.signatures.helpTwo}
{' '}
{strings().download.signatures.helpThree}
{' '}
{strings().download.signatures.helpFour}
{' '}
{strings().download.signatures.helpFive}
{' '}
<a className='link--underline dim black' href='http://www.bitco.in/forum'>{strings().download.signatures.forum}</a>.<br/>
</div>

<br />
{strings().download.signatures.statement}:<br /><br />
<pre>{CHECKSUMS}</pre>
<br />
{strings().download.signatures.tip}
<br/> <br/>
{strings().download.signatures.andrew}<br/>
bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850<br/>
(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)<br/>
{strings().download.signatures.signature}:<br />HG0QcnjlwUZFnjPS7iWj4mursZo/XiSc7pLuVwxWNjfQYfu5y7OyRnFNsysHM+NzubWLakcLU5qxda495SoJ8yo=
<br/><br/>
{strings().download.signatures.sickpig}<br/>
bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s<br/>
(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)<br/>
{strings().download.signatures.signature}:<br />IGCxrYymEIlfo2OIJmqJpIS5QMbX6yytNwkD+nV81grPVoCbk46HnLUQ+Z5oXtfoRyqPzl8WKuic6Zxa3cLF9xo=
<br/><br/>
{strings().download.signatures.griffith}<br/>
bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy<br/>
(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)<br/>
{strings().download.signatures.signature}:<br /> TBD
<br/><br/>
<br/>
</div>
</div>
);
}
};

export default SignaturesBitcoinCash
4 changes: 2 additions & 2 deletions src/public/views/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class Header extends React.Component {
return (
<div className='inline-block'>
<p>
<a title="Download BUCash 1.5.0.0" href="/download" className="link--underline white bold">
BU Bitcoin Cash (BCH) release 1.5.0.0 is available
<a title="Download BUCash 1.5.0.1" href="/download" className="link--underline white bold">
BU Bitcoin Cash (BCH) release 1.5.0.1 is available
</a>
</p>
</div>
Expand Down

0 comments on commit a2b085c

Please sign in to comment.