From 9977aac9f656b5f7e951bfd233742b8eff53c645 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Wed, 21 Nov 2018 11:09:54 +0100 Subject: [PATCH 1/3] make reward icon red --- app/src/styles/discover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/styles/discover.js b/app/src/styles/discover.js index ba97719..f18b49e 100644 --- a/app/src/styles/discover.js +++ b/app/src/styles/discover.js @@ -120,7 +120,7 @@ const discoverStyle = StyleSheet.create({ justifyContent: 'space-between' }, rewardIcon: { - color: Colors.LbryGreen, + color: Colors.Red, flex: 0.1, textAlign: 'right', marginTop: 6 From 6de1e41628ec192e15a3da91ad8742f45901f014 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Wed, 21 Nov 2018 11:13:19 +0100 Subject: [PATCH 2/3] some updates to work with the latest lbrynet master (#364) * build with lbrynet v0.30.1 * updates to use latest lbrynet master * Disable DHT and hash announcer components. * fix playback bug after download has started --- app/package-lock.json | 10 +++++----- app/package.json | 4 ++-- app/src/redux/actions/file.js | 2 ++ buildozer.spec.sample | 2 +- buildozer.spec.travis | 2 +- buildozer.spec.vagrant | 2 +- src/main/python/lbrynetservice.py | 18 ++++++++++-------- 7 files changed, 22 insertions(+), 18 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index ddf5ec0..fc54fa6 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -3982,18 +3982,18 @@ } }, "lbry-redux": { - "version": "github:lbryio/lbry-redux#31f7afa8a37f5741dac01fc1ecdf153f3bed95dc", - "from": "github:lbryio/lbry-redux", + "version": "github:lbryio/lbry-redux#30af6b5483fd74d66082316c621b761853d1419a", + "from": "github:lbryio/lbry-redux#pre-notification-update", "requires": { "proxy-polyfill": "0.1.6", "reselect": "^3.0.0" } }, "lbryinc": { - "version": "github:lbryio/lbryinc#f2fff2a331578aef84eb77c108f976967afc50e0", - "from": "github:lbryio/lbryinc", + "version": "github:lbryio/lbryinc#ef0fd224a2ed2863a8b512207d46f149747d3e68", + "from": "github:lbryio/lbryinc#daemon-0.30.1-rc", "requires": { - "lbry-redux": "github:lbryio/lbry-redux#31f7afa8a37f5741dac01fc1ecdf153f3bed95dc", + "lbry-redux": "github:lbryio/lbry-redux#30af6b5483fd74d66082316c621b761853d1419a", "reselect": "^3.0.0" } }, diff --git a/app/package.json b/app/package.json index 3e0a86e..f1d48af 100644 --- a/app/package.json +++ b/app/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "base-64": "^0.1.0", - "lbry-redux": "lbryio/lbry-redux", - "lbryinc": "lbryio/lbryinc", + "lbry-redux": "lbryio/lbry-redux#pre-notification-update", + "lbryinc": "lbryio/lbryinc#daemon-0.30.1-rc", "moment": "^2.22.1", "react": "16.2.0", "react-native": "0.55.3", diff --git a/app/src/redux/actions/file.js b/app/src/redux/actions/file.js index 2caf274..d7806fd 100644 --- a/app/src/redux/actions/file.js +++ b/app/src/redux/actions/file.js @@ -25,6 +25,8 @@ const deleteBlobsForSdHash = (sdHash) => { export function doUpdateLoadStatus(uri, outpoint) { return (dispatch, getState) => { + const state = getState(); + Lbry.file_list({ outpoint, full_status: true, diff --git a/buildozer.spec.sample b/buildozer.spec.sample index 4bead2a..75f59f7 100644 --- a/buildozer.spec.sample +++ b/buildozer.spec.sample @@ -36,7 +36,7 @@ version.filename = %(source.dir)s/main.py # (list) Application requirements # comma seperated e.g. requirements = sqlite3,kivy -requirements = python3crystax, openssl, sqlite3, hostpython3crystax, android, distro, pyjnius, certifi==2018.4.16, constantly, incremental, miniupnpc==1.9, gmpy, appdirs==1.4.3, argparse==1.2.1, docopt, base58==1.0.0, colorama==0.3.7, dnspython==1.12.0, ecdsa==0.13, envparse, jsonrpclib==0.1.7, jsonschema==2.5.1, pbkdf2, pyyaml, qrcode==5.2.2, requests, seccure==0.3.1.3, attrs==18.1.0, pyasn1, pyasn1-modules, service_identity==16.0.0, six==1.9.0, txJSON-RPC, zope.interface==4.3.3, protobuf==3.2.0, keyring==10.4.0, txupnp, git+https://github.com/lbryio/lbryschema.git#egg=lbryschema, git+https://github.com/lbryio/lbry.git#egg=lbrynet, git+https://github.com/lbryio/aioupnp.git#egg=aioupnp, asn1crypto, treq==17.8.0, funcsigs, mock, pbr, pyopenssl, twisted, idna, Automat, hyperlink, PyHamcrest, netifaces, cryptography, aiohttp, aiorpcX==0.8.2, asyncio, git+https://github.com/lbryio/torba#egg=torba, coincurve +requirements = python3crystax, openssl, sqlite3, hostpython3crystax, android, distro, pyjnius, certifi==2018.4.16, constantly, incremental, miniupnpc==1.9, gmpy, appdirs==1.4.3, argparse==1.2.1, docopt, base58==1.0.0, colorama==0.3.7, dnspython==1.12.0, ecdsa==0.13, envparse, jsonrpclib==0.1.7, jsonschema==2.5.1, pbkdf2, pyyaml, qrcode==5.2.2, requests, seccure==0.3.1.3, attrs==18.1.0, pyasn1, pyasn1-modules, service_identity==16.0.0, six==1.9.0, txJSON-RPC, zope.interface==4.3.3, protobuf==3.6.1, keyring==10.4.0, txupnp, git+https://github.com/lbryio/lbryschema.git#egg=lbryschema, git+https://github.com/lbryio/lbry.git#egg=lbrynet, git+https://github.com/lbryio/aioupnp.git#egg=aioupnp, asn1crypto, treq==17.8.0, funcsigs, mock, pbr, pyopenssl, twisted, idna, Automat, hyperlink, PyHamcrest, netifaces, cryptography, aiohttp, aiorpcX==0.9.0, asyncio, git+https://github.com/lbryio/torba#egg=torba, coincurve # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes diff --git a/buildozer.spec.travis b/buildozer.spec.travis index 4bead2a..75f59f7 100644 --- a/buildozer.spec.travis +++ b/buildozer.spec.travis @@ -36,7 +36,7 @@ version.filename = %(source.dir)s/main.py # (list) Application requirements # comma seperated e.g. requirements = sqlite3,kivy -requirements = python3crystax, openssl, sqlite3, hostpython3crystax, android, distro, pyjnius, certifi==2018.4.16, constantly, incremental, miniupnpc==1.9, gmpy, appdirs==1.4.3, argparse==1.2.1, docopt, base58==1.0.0, colorama==0.3.7, dnspython==1.12.0, ecdsa==0.13, envparse, jsonrpclib==0.1.7, jsonschema==2.5.1, pbkdf2, pyyaml, qrcode==5.2.2, requests, seccure==0.3.1.3, attrs==18.1.0, pyasn1, pyasn1-modules, service_identity==16.0.0, six==1.9.0, txJSON-RPC, zope.interface==4.3.3, protobuf==3.2.0, keyring==10.4.0, txupnp, git+https://github.com/lbryio/lbryschema.git#egg=lbryschema, git+https://github.com/lbryio/lbry.git#egg=lbrynet, git+https://github.com/lbryio/aioupnp.git#egg=aioupnp, asn1crypto, treq==17.8.0, funcsigs, mock, pbr, pyopenssl, twisted, idna, Automat, hyperlink, PyHamcrest, netifaces, cryptography, aiohttp, aiorpcX==0.8.2, asyncio, git+https://github.com/lbryio/torba#egg=torba, coincurve +requirements = python3crystax, openssl, sqlite3, hostpython3crystax, android, distro, pyjnius, certifi==2018.4.16, constantly, incremental, miniupnpc==1.9, gmpy, appdirs==1.4.3, argparse==1.2.1, docopt, base58==1.0.0, colorama==0.3.7, dnspython==1.12.0, ecdsa==0.13, envparse, jsonrpclib==0.1.7, jsonschema==2.5.1, pbkdf2, pyyaml, qrcode==5.2.2, requests, seccure==0.3.1.3, attrs==18.1.0, pyasn1, pyasn1-modules, service_identity==16.0.0, six==1.9.0, txJSON-RPC, zope.interface==4.3.3, protobuf==3.6.1, keyring==10.4.0, txupnp, git+https://github.com/lbryio/lbryschema.git#egg=lbryschema, git+https://github.com/lbryio/lbry.git#egg=lbrynet, git+https://github.com/lbryio/aioupnp.git#egg=aioupnp, asn1crypto, treq==17.8.0, funcsigs, mock, pbr, pyopenssl, twisted, idna, Automat, hyperlink, PyHamcrest, netifaces, cryptography, aiohttp, aiorpcX==0.9.0, asyncio, git+https://github.com/lbryio/torba#egg=torba, coincurve # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes diff --git a/buildozer.spec.vagrant b/buildozer.spec.vagrant index 4bead2a..75f59f7 100644 --- a/buildozer.spec.vagrant +++ b/buildozer.spec.vagrant @@ -36,7 +36,7 @@ version.filename = %(source.dir)s/main.py # (list) Application requirements # comma seperated e.g. requirements = sqlite3,kivy -requirements = python3crystax, openssl, sqlite3, hostpython3crystax, android, distro, pyjnius, certifi==2018.4.16, constantly, incremental, miniupnpc==1.9, gmpy, appdirs==1.4.3, argparse==1.2.1, docopt, base58==1.0.0, colorama==0.3.7, dnspython==1.12.0, ecdsa==0.13, envparse, jsonrpclib==0.1.7, jsonschema==2.5.1, pbkdf2, pyyaml, qrcode==5.2.2, requests, seccure==0.3.1.3, attrs==18.1.0, pyasn1, pyasn1-modules, service_identity==16.0.0, six==1.9.0, txJSON-RPC, zope.interface==4.3.3, protobuf==3.2.0, keyring==10.4.0, txupnp, git+https://github.com/lbryio/lbryschema.git#egg=lbryschema, git+https://github.com/lbryio/lbry.git#egg=lbrynet, git+https://github.com/lbryio/aioupnp.git#egg=aioupnp, asn1crypto, treq==17.8.0, funcsigs, mock, pbr, pyopenssl, twisted, idna, Automat, hyperlink, PyHamcrest, netifaces, cryptography, aiohttp, aiorpcX==0.8.2, asyncio, git+https://github.com/lbryio/torba#egg=torba, coincurve +requirements = python3crystax, openssl, sqlite3, hostpython3crystax, android, distro, pyjnius, certifi==2018.4.16, constantly, incremental, miniupnpc==1.9, gmpy, appdirs==1.4.3, argparse==1.2.1, docopt, base58==1.0.0, colorama==0.3.7, dnspython==1.12.0, ecdsa==0.13, envparse, jsonrpclib==0.1.7, jsonschema==2.5.1, pbkdf2, pyyaml, qrcode==5.2.2, requests, seccure==0.3.1.3, attrs==18.1.0, pyasn1, pyasn1-modules, service_identity==16.0.0, six==1.9.0, txJSON-RPC, zope.interface==4.3.3, protobuf==3.6.1, keyring==10.4.0, txupnp, git+https://github.com/lbryio/lbryschema.git#egg=lbryschema, git+https://github.com/lbryio/lbry.git#egg=lbrynet, git+https://github.com/lbryio/aioupnp.git#egg=aioupnp, asn1crypto, treq==17.8.0, funcsigs, mock, pbr, pyopenssl, twisted, idna, Automat, hyperlink, PyHamcrest, netifaces, cryptography, aiohttp, aiorpcX==0.9.0, asyncio, git+https://github.com/lbryio/torba#egg=torba, coincurve # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes diff --git a/src/main/python/lbrynetservice.py b/src/main/python/lbrynetservice.py index adc3c1e..e846528 100644 --- a/src/main/python/lbrynetservice.py +++ b/src/main/python/lbrynetservice.py @@ -89,14 +89,17 @@ class LbryAndroidKeyring(keyring.backend.KeyringBackend): keyring.set_keyring(LbryAndroidKeyring()) import logging.handlers -from lbrynet.core import log_support from twisted.internet import reactor -from lbrynet import analytics -from lbrynet import conf -from lbrynet.core import utils, system_info -from lbrynet.daemon.Components import PEER_PROTOCOL_SERVER_COMPONENT, REFLECTOR_COMPONENT -from lbrynet.daemon.Daemon import Daemon +from lbrynet import utils, conf, log_support +from lbrynet.extras import system_info +from lbrynet.extras.daemon.Components import \ + DHT_COMPONENT, \ + HASH_ANNOUNCER_COMPONENT, \ + PEER_PROTOCOL_SERVER_COMPONENT, \ + REFLECTOR_COMPONENT +from lbrynet.extras.daemon import analytics +from lbrynet.extras.daemon.Daemon import Daemon # https certificate verification # TODO: this is bad. Need to find a way to properly verify https requests @@ -141,8 +144,7 @@ def start(): # TODO: specify components, initialise auth conf.settings.update({ - 'components_to_skip': [PEER_PROTOCOL_SERVER_COMPONENT, REFLECTOR_COMPONENT], - 'concurrent_announcers': 0, + 'components_to_skip': [DHT_COMPONENT, HASH_ANNOUNCER_COMPONENT, PEER_PROTOCOL_SERVER_COMPONENT, REFLECTOR_COMPONENT], 'use_upnp': False }) From dbf9760780fc3dd3244a442108a433fa9cffa883 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Wed, 21 Nov 2018 11:23:38 +0100 Subject: [PATCH 3/3] add confirmation dialog for sending LBC --- app/src/component/walletSend/view.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/app/src/component/walletSend/view.js b/app/src/component/walletSend/view.js index 5df634a..7e79d15 100644 --- a/app/src/component/walletSend/view.js +++ b/app/src/component/walletSend/view.js @@ -1,7 +1,7 @@ // @flow import React from 'react'; import { regexAddress } from 'lbry-redux'; -import { TextInput, Text, View } from 'react-native'; +import { Alert, TextInput, Text, View } from 'react-native'; import Button from '../button'; import walletStyle from '../../styles/wallet'; @@ -52,8 +52,17 @@ class WalletSend extends React.PureComponent { } if (amount && address) { - sendToAddress(address, parseFloat(amount)); - this.setState({ address: null, amount: null }); + // Show confirmation before send + Alert.alert( + 'Send LBC', + `Are you sure you want to send ${amount} LBC to ${address}?`, + [ + { text: 'No' }, + { text: 'Yes', onPress: () => { + sendToAddress(address, parseFloat(amount)); + this.setState({ address: null, amount: null }); + }} + ]); } }