You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Neil Booth
d612684196
Attempt at fixing issue 1525
The main problem is, I think, that the synchronizer and wallet
still exist in the daemon process, and updates to things like
TXI and TXO are made but never saved (as client exit is what
saves the wallet).
I suspect fixing the lingering objects is hard; this is a short
term fix to ensure that when internal wallet state is updated,
the wallet is written to disk, so later daemon clients pick up
the correct state.
9 years ago
..
android
reorganize files and bring code inline with current master
10 years ago
tests
remove failing tests, due to high S in signatures
9 years ago
wordlist
Add Chinese Simplified wordlist
10 years ago
www
add character encoding declaration to index.html
10 years ago
__init__.py
Various fixes for command line. Make 'payto' command require network (fixes #1525)
9 years ago
account.py
fix #1399
10 years ago
asn1tinydecoder.py
replace TLSLite dependency with minimal RSA implementation
10 years ago
bitcoin.py
enforece low S value in signatures (per BIP62)
9 years ago
blockchain.py
Handy new class PrintError
10 years ago
bmp.py
Use string joins instead of concatenation for efficiency.
10 years ago
commands.py
remove --deserialized option, redundant with deserialize command
9 years ago
contacts.py
dont silence dns errors
10 years ago
dnssec.py
replace TLSLite dependency with minimal RSA implementation
10 years ago
i18n.py
add new languages to i18n
10 years ago
interface.py
Revert "Use ssl.PROTOCOL_TLSv1 on client side to avoid SSLv23"
9 years ago
mnemonic.py
Add Chinese Simplified wordlist
10 years ago
msqr.py
removed trailing whitespace and fixed indentation in history widget
10 years ago
network.py
populate network.connecting before the thread is started (fixes KeyError in self.connecting.pop)
9 years ago
old_mnemonic.py
move mnemonic to separate class and use slush's wordlist. new commands: make_seed and check_seed
11 years ago
paymentrequest.proto
adding initial bip70 script (wozz)
11 years ago
paymentrequest.py
fix: add missing definition of sha1
10 years ago
paymentrequest_pb2.py
removed trailing whitespace and fixed indentation in history widget
10 years ago
pem.py
replace TLSLite dependency with minimal RSA implementation
10 years ago
plugins.py
Handy new class PrintError
10 years ago
qrscanner.py
fix segfault in zbar init, issue #1059
10 years ago
ripemd.py
removed trailing whitespace and fixed indentation in history widget
10 years ago
rsakey.py
fix: add missing definition of sha1
10 years ago
simple_config.py
print config path in debug message
10 years ago
socks.py
re-add older version of socks.py to repo, because SocksiPy-branch does not work with current code
10 years ago
synchronizer.py
fix #1525 (part 2)
9 years ago
transaction.py
remove --broadcast option for payto, and parse transactions from json 'hex' field
9 years ago
util.py
Various fixes for command line. Make 'payto' command require network (fixes #1525)
9 years ago
verifier.py
Use network to get local height
10 years ago
version.py
version 2.5.3 and release notes
9 years ago
wallet.py
Attempt at fixing issue 1525
9 years ago
websockets.py
Missing sys import
9 years ago
x509.py
remove unused code
10 years ago