Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
force tracker update, and change for double encryption setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit HERVIER committed Jun 19, 2013
2 parents 421e91a + 1f795ce commit 4a6a9e5
Show file tree
Hide file tree
Showing 63 changed files with 10 additions and 6 deletions.
Empty file modified Application Privacy Policy.md 100644 → 100755
Empty file.
Empty file modified MANIFEST.in 100644 → 100755
Empty file.
Empty file modified MORE.md 100644 → 100755
Empty file.
Empty file modified README.md 100644 → 100755
Empty file.
Empty file modified Todo.md 100644 → 100755
Empty file.
Empty file modified bitpurse.conf 100644 → 100755
Empty file.
Empty file modified bitpurse.desktop 100644 → 100755
Empty file.
Empty file modified bitpurse.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse.spec 100644 → 100755
Empty file.
Empty file modified bitpurse.svg 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse/PBKDF2.py 100644 → 100755
Empty file.
5 changes: 3 additions & 2 deletions bitpurse/__init__.py
Expand Up @@ -55,7 +55,8 @@
Update wallet balance after sending a transaction
Remove transaction without confirmation older than 7 days
Add a copy address item menu in address page menu
2.0.2: Workarround to try to fix tracker index for shareui'''
2.0.2: Fix issue #4, avoid putting a change address with a null value
2.0.3: Workarround to try to fix tracker index for shareui'''


class BitPurse(QApplication):
Expand Down Expand Up @@ -128,4 +129,4 @@ def __init__(self):
self.walletController.settings.numberOfLaunch += 1

if __name__ == '__main__':
sys.exit(BitPurse().exec_())
sys.exit(BitPurse().exec_())
Empty file modified bitpurse/address.py 100644 → 100755
Empty file.
Empty file modified bitpurse/base58.py 100644 → 100755
Empty file.
Empty file modified bitpurse/ecdsa/__init__.py 100644 → 100755
Empty file.
Empty file modified bitpurse/ecdsa/curves.py 100644 → 100755
Empty file.
Empty file modified bitpurse/ecdsa/der.py 100644 → 100755
Empty file.
Empty file modified bitpurse/ecdsa/ecdsa.py 100644 → 100755
Empty file.
Empty file modified bitpurse/ecdsa/ellipticcurve.py 100644 → 100755
Empty file.
Empty file modified bitpurse/ecdsa/keys.py 100644 → 100755
Empty file.
Empty file modified bitpurse/ecdsa/numbertheory.py 100644 → 100755
Empty file.
Empty file modified bitpurse/ecdsa/test_pyecdsa.py 100644 → 100755
Empty file.
Empty file modified bitpurse/ecdsa/util.py 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/AboutPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/AddressPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/BitCoinField.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/BitCoinLabel.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/CommonDialog.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/DonationPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/DoubleDecryptPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/DoubleEncryptPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/ExportTextPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/Header.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/HelpPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/ItemMenu.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/LabelDialog.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/LoginPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/PasswordDialog.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/RequestPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/SendPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/SettingsPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/TitleLabel.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/WalletPage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/WelcomePage.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/WorkingSelectionDialog.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/bitcoin.svg 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse/qml/bitpurse.svg 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse/qml/main.qml 100644 → 100755
Empty file.
Empty file modified bitpurse/qml/tutorial/about.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse/qml/tutorial/contextmenu.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse/qml/tutorial/load.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse/qml/tutorial/welcome.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse/settings.py 100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion bitpurse/transaction.py 100644 → 100755
Expand Up @@ -63,7 +63,8 @@ def __init__(self, from_addr, outputs, privKey, fee=None,
" a fee of 0.0005 is required for"
" small transactions")

outputs.append((change_addr, change_amount))
if change_amount != 0:
outputs.append((change_addr, change_amount))

self.tx = self.signed_tx(inputs, outputs, privKey)

Expand Down
Empty file modified bitpurse/utils.py 100644 → 100755
Empty file.
Empty file modified bitpurse/wallet.py 100644 → 100755
Empty file.
Empty file modified bitpurse/walletcontroller.py 100644 → 100755
Empty file.
Empty file modified bitpurse_128.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse_256.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified bitpurse_64.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions make.py 100644 → 100755
Expand Up @@ -15,7 +15,7 @@

import os
import sys

import datetime
import pypackager
sys.path.append('bitpurse')

Expand All @@ -32,6 +32,8 @@
p = pypackager.PyPackager("bitpurse")
p.display_name = 'BitPurse'
p.version = __version__
if 'git' in sys.argv:
p.version += '+%sgit' % datetime.datetime.now().strftime('%Y%m%d')
p.buildversion = __build__
p.summary = 'A nice looking Blockchain.info Bitcoin Wallet Client'
p.description = ("A nice looking Blockchain.info Bitcoin Wallet Client "
Expand Down Expand Up @@ -89,8 +91,8 @@
p['/usr/share/icons/hicolor/128x128/apps'] = ['bitpurse_128.png', ]
p['/usr/share/icons/hicolor/scalable/apps'] = ['bitpurse.svg', ]
p['/usr/share/applications'] = ['bitpurse.desktop', ]
p['/usr/share/backup-framework/applications'] = ['bitpurse.conf',]
p['/usr/share/backup-framework/applications'] = ['bitpurse.conf', ]
p["/opt"] = files
p["/opt/bitpurse"] = ['splash.png', ]

print p.generate(('debian_source', 'rpm_source', 'debian_binary'))
print p.generate(('debian_source', 'rpm_source', 'debian_binary'))
Empty file modified setup.py 100644 → 100755
Empty file.
Empty file modified splash.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a6a9e5

Please sign in to comment.