Skip to content

Commit

Permalink
Merge pull request #172 from sickpig/rel-bucash-1.3.0.0
Browse files Browse the repository at this point in the history
 release bucash 1.3.0.0
  • Loading branch information
sickpig authored Apr 19, 2018
2 parents 69f3aa4 + 2eba134 commit 0aadb2d
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 8 deletions.
7 changes: 4 additions & 3 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,9 @@
"bitcoincash": {
"title": "Official Bitcoin Cash (BCH) Release",
"download": "Download the latest Bitcoin Cash compatible release of Bitcoin Unlimited",
"version": "v1.2.0.1",
"date": "Jan 25, 2018",
"notes": "This release implements Bitcoin Cash, compliant with the latest hard fork (Nov 13, 2017) and adding CashAddr and Bitpay address format support.",
"version": "v1.3.0.0",
"date": "Apr 17, 2018",
"notes": "This release implements Bitcoin Cash, compliant with the latest hard fork (May 15, 2018), including 32MB blocks, extended OP_RETURN data and additional opcodes",
"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 @@ -559,6 +559,7 @@
"source": "source code",
"notes": {
"title": "Release Notes",
"releasenotes_buc_1_3_0_0": "BUcash 1.3.0.0: Release notes are ",
"releasenotes_buc_1_2_0_1": "BUcash 1.2.0.1: Release notes are ",
"releasenotes_buc_1_2_0_0": "BUcash 1.2.0.0: Release notes are ",
"releasenotes_buc_1_1_2_0": "BUcash 1.1.2.0: Release notes are ",
Expand Down
6 changes: 3 additions & 3 deletions src/public/views/components/download/bitcoincash-release.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import React from 'react';
import { strings } from '../../../lib/i18n';

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

class BitcoinCashRelease extends React.Component {
render() {
var latestVersion = "1.2.0.1";
var latestVersion = "1.3.0.0";
return (
<div className='lh-copy py1'>
<p>{ strings().download.bitcoincash.download } ({latestVersion}, {strings().download.bitcoincash.date})<br /> <i>({ strings().download.bitcoincash.notes }</i>):</p>
<p><a href="https://github.com/BitcoinUnlimited/BitcoinUnlimited/blob/dev/doc/release-notes/release-notes-bucash1.2.0.1.md">Release Notes</a></p>
<p><a href="https://github.com/BitcoinUnlimited/BitcoinUnlimited/blob/dev/doc/release-notes/release-notes-bucash1.3.0.0.md">Release Notes</a></p>
<p><strong>{strings().download.bitcoincash.warning}</strong></p>

<Release
Expand Down
69 changes: 69 additions & 0 deletions src/public/views/components/download/signatures_BUcash1-3-0-0.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.3.0.0-arm32.tar.gz': 'b8e66606de7a4d183c3d33ad5d7edf52092fec53fdda7320f12d8078be9519f7',
'BUcash-1.3.0.0-arm64.tar.gz': '964ebcc9555732a2c4334625e81365cda3f0af20c459a93b3f7369e7b3ceba05',
'BUcash-1.3.0.0-linux32.tar.gz': 'c49f82ff93042db6c6dfb7ec20577faa98656351bfa8ea88e23a84a84aa0ddb5',
'BUcash-1.3.0.0-linux64.tar.gz': '8bbc0f78842011086acee5a0f2c729e616da7d841ed7028d93e248286a6e889d',
'BUcash-1.3.0.0-osx.dmg': '2840ed819147737625a5cbcc97c4c1957d4fa72006ee2217afed1d6b6057b97a',
'BUcash-1.3.0.0-osx.tar.gz': '786c6b5358de2f5d0b647f985a33c2ef58c8a0895a48d527f1930b15a656f5d7',
'BUcash-1.3.0.0-osx64.tar.gz': 'ede6b05001400f1eead6c1e59bca0cd967f4de6ecaa57dd411657f9ae235956a',
'BUcash-1.3.0.0-win32-setup.exe': 'f7a09b6cfc1867d7e754d1acdb0fb04100951cbf70b6843111e8582b8b2a643c',
'BUcash-1.3.0.0-win32.zip': '7078eebb0538c7ffcfcc1e4a51e505b769e37cab69d6670d622ba9ed564a3114',
'BUcash-1.3.0.0-win64-setup.exe': '777aa174b3b647685c3c19e360288c4e4f99b70b0a8629acce7048cacf6f8efc',
'BUcash-1.3.0.0-win64.zip': '44e7641432523e8e9d54240085e62d76901a4c3a99dd3fbc9f3aaa7134958a29'},
'program': 'BitcoinUnlimitedCash',
'version': '1.3.0.0'}`;

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/>
1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)<br/>
{strings().download.signatures.signature}:<br />G+thT0OfLDakdmX8rvs3pV3YAigSCNV3d2TmUm/6gqYQUkIjBFGcFtwncsAp/KbbXM+Vwm6locQ56eocmlOoz3k=
<br/><br/>
{strings().download.signatures.sickpig}<br/>
bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s<br/>
1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G<br/>
{strings().download.signatures.signature}:<br />IOY0j1WL0rm+dlDEVUmNlJ5vu5tdEpwGs/OvVqBU7DM8VzWwksWxp7hfdZtQKTzbutWdT6uADNTwkQOI5Szfaxk=
<br/><br/>
{strings().download.signatures.freetrader}<br/>
bitcoincash:qrvy3znq8wuzfkqejp88zwknwdvahy995vf67dw3au<br/>
1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4<br/>
{strings().download.signatures.signature}:<br />G0q8sWgQ/VA1AgFCbc4QyeAXwdTG+1HphbtUHxQigIzVG3BiczP09JaYiHI3izSyz8nVoijaoDlltGCzqz6EOqM=
<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.2.0.1" href="/download" className="link--underline white bold">
BU Bitcoin Cash (BCH) release 1.2.0.1 is available
<a title="Download BUCash 1.3.0.0" href="/download" className="link--underline white bold">
BU Bitcoin Cash (BCH) release 1.3.0.0 is available
</a>
</p>
</div>
Expand Down

0 comments on commit 0aadb2d

Please sign in to comment.