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
e20dfcd3eb
Fix SimpleConfig
...
SimpleConfig claims to handle configuration options in priority
command line, user config, system config, which makes sense.
In fact it appears it used priority command line, system config,
user config.
Also, from the priority ordering, it would seem correct that a
value should be unmodifiable if and only if it's set on the command
line. Previously anything in the system config would be unmodifiable.
This patch fixes these and cleans the code up a bit. I noticed this
whilst attempting to unify the 'auto_cycle' setting.
Fixup tests accordingly.
11 years ago
..
tests
Fix SimpleConfig
11 years ago
wordlist
simplify setup.py using package_data
11 years ago
__init__.py
rename spv class, use own print_error
11 years ago
account.py
get_pubkeys is called incorrectly in get_pubkey_from_xpub()
11 years ago
asn1tinydecoder.py
parse certificates without pyasn1
11 years ago
bitcoin.py
Dust threshold should be 546
11 years ago
blockchain.py
revert 175bfae9e6. store last known height in wallet instead
11 years ago
bmp.py
Use string joins instead of concatenation for efficiency.
11 years ago
commands.py
Fix createrawtransaction and missing deserialize()
11 years ago
daemon.py
fix issue #1238
11 years ago
i18n.py
add new languages to i18n
11 years ago
interface.py
interface: init ping_time with 0 so that the client sends version message
11 years ago
mnemonic.py
simplify setup.py using package_data
11 years ago
msqr.py
removed trailing whitespace and fixed indentation in history widget
11 years ago
network.py
Put getting of auto_cycle into one place.
11 years ago
network_proxy.py
follow-up to bd781d600b8ce2bc9dcebebbdb0fb60ad2fb892e: use pipe
11 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)
12 years ago
paymentrequest.py
rename ssl config variables
11 years ago
paymentrequest_pb2.py
removed trailing whitespace and fixed indentation in history widget
11 years ago
plugins.py
lazy plugin constructor
11 years ago
qrscanner.py
fix segfault in zbar init, issue #1059
11 years ago
ripemd.py
removed trailing whitespace and fixed indentation in history widget
11 years ago
simple_config.py
Fix SimpleConfig
11 years ago
socks.py
re-add older version of socks.py to repo, because SocksiPy-branch does not work with current code
11 years ago
synchronizer.py
less verbose debug message
11 years ago
transaction.py
Preparation for moving the set of verified and unverified txs to the wallet.
11 years ago
util.py
Plain number formatting for URIs.
11 years ago
verifier.py
Remove wallet.get_transactions()
11 years ago
version.py
prepare for 2.2 release
11 years ago
wallet.py
fix pruning error in #1223
11 years ago
x509.py
move create_csr to gui
11 years ago