SomberNight
|
f174609158
|
constants.py: Simnet inherits from Testnet
|
7 years ago |
Janus
|
8468fc8f68
|
use same servers for simnet as for regtest
|
7 years ago |
Janus
|
5b1a5e8786
|
avoid duplicating bech32 module
|
7 years ago |
ThomasV
|
6ba846bff0
|
fix hash in make_offered_htlc
|
7 years ago |
ThomasV
|
60d6080fe5
|
lightning: separate testing from main code
|
7 years ago |
SomberNight
|
98f46dbaf5
|
implement script_num_to_hex. fix encoding of argument for CSV in make_commitment
|
7 years ago |
Janus
|
9617447a0f
|
lnbase: add lnbase_test
|
7 years ago |
Janus
|
094b939a24
|
lightning: qt channel dialog, fix for shutdown when lightning disabled
|
7 years ago |
Janus
|
0abfcd2b6a
|
lightning: add --simnet and --lightning switches
|
7 years ago |
Janus
|
0f6566d11e
|
lightning: less junk on console, quicker shutdown
|
7 years ago |
Janus
|
d84eab0418
|
lightning: complete moving of lightning objects, acquire net/wallet lock while answering lightning requests
|
7 years ago |
Janus
|
98f6f67c6b
|
lightning: misc patches, launch asyncio loop on separate thread
|
7 years ago |
Janus
|
ad5aac1383
|
lightning: march 2018 rebase, without integration
|
7 years ago |
ThomasV
|
9c454726f4
|
rename WizardChoiceDialog (ambiguous)
|
5 years ago |
SomberNight
|
bffc2a1d4b
|
wizard: try harder to have temporarily stored pw erased from memory
|
5 years ago |
SomberNight
|
25a1ed048f
|
qt preferences: cast some config values to bool
to gracefully handle unexpected values
fixes #5562
|
5 years ago |
ThomasV
|
b42009acb7
|
signtransaction: pass pubkey to tx.sign (fix #5522)
|
5 years ago |
ThomasV
|
1d637ef988
|
fix #5558
|
5 years ago |
ThomasV
|
aa7aeb9014
|
disable go_back button in wizard password dialog (fix #5509)
|
5 years ago |
SomberNight
|
e62d652f14
|
(trivial) time.clock is deprecated, replace with time.process_time
|
5 years ago |
SomberNight
|
bf7beba60c
|
kivy wizard: script type dialog now uses toggle buttons
|
5 years ago |
SomberNight
|
bcbd52d752
|
kivy wizard: dedicated button for seed options
previously user had to touch the text field itself
|
5 years ago |
ThomasV
|
a7b61fcab9
|
kivy: support bip39 seeds
|
5 years ago |
SomberNight
|
95ae42b998
|
kivy wizard: undo Window.bind callbacks
related: #5534
|
5 years ago |
Christian Clauss
|
e34afd62ce
|
Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467)
|
5 years ago |
zebra-lucky
|
93724ba33a
|
qt gui: fix qrcodewidget pen for retina display
|
6 years ago |
SomberNight
|
1c75d939d9
|
commands: change API of "make_seed" and "create" commands
instead of "segwit" boolean, take a "seed_type" optional arg
default seed_type to "segwit"
previously these commands created legacy seeds by defalt
|
6 years ago |
SomberNight
|
dfad0f43c0
|
ledger nano: fix monospace font on Windows, and text readability
|
6 years ago |
SomberNight
|
be4cf321e0
|
ledger: remove mobile pairing 2FA support for Ledger Nano
service no longer provided by Ledger; app not in Google Play Store any more
based on Electron-Cash/Electron-Cash#1298
|
6 years ago |
SomberNight
|
d4e16001bb
|
update block header checkpoints
|
6 years ago |
SomberNight
|
8c91deb621
|
storage: better error msg on unsupported seed version
|
6 years ago |
SomberNight
|
9547fb7b06
|
qt console: accept kwargs for commands.py methods
e.g. make_seed(nbits=264, segwit=True)
also allow setting "password" as a kwarg
|
6 years ago |
SomberNight
|
8390da9b7b
|
bitcoin.py: dedupe pubkeyhash_to_p2pkh_script
|
6 years ago |
SomberNight
|
a10dc04b28
|
wallet: fix offline hw wallet signing when not specifying --offline
closes #5532
|
6 years ago |
zebra-lucky
|
e953eebdb9
|
gui/kivy: fix installwizard back button behaviour
|
6 years ago |
ldz1
|
d17489e971
|
Removed dead exchange.
|
6 years ago |
ldz1
|
7dda20c492
|
Removed dead exchange.
|
6 years ago |
SomberNight
|
f60f690ca9
|
change many str(e) to repr(e) as some exceptions were cryptic
it's often valuable to see the type of the exception
(especially as for some exceptions str(e) == '')
|
6 years ago |
SomberNight
|
40e2b1d6e7
|
exchange_rate: fix #5495
|
6 years ago |
SomberNight
|
e81f4bdcd1
|
prepare release 3.3.8
|
6 years ago |
SomberNight
|
8a1052330d
|
wallet: loosen bump_fee sanity check further
fixes #5502
|
6 years ago |
SomberNight
|
cc42b4a226
|
transaction: segwit input signing was doing quadratic hashing
performance improvements are negligible for typical transactions though.
some measurements of wall clock time for Transaction.sign (with libsecp256k1):
0.11 sec -> 0.08 sec ( 61 p2wpkh-p2sh inputs, 1 output)
2.48 sec -> 0.75 sec ( 522 p2wpkh-p2sh inputs, 1 output)
13.2 sec -> 1.8 sec (1445 p2wpkh inputs, 1 output)
176.4 sec -> 7.6 sec (5542 p2wpkh inputs, 1 output)
|
6 years ago |
SomberNight
|
a14016275b
|
transaction.serialize_preimage: trivial clean-up
|
6 years ago |
SomberNight
|
b4bf39ee92
|
qt coins tab: let user filter by prevout_hash/prevout_n
|
6 years ago |
SomberNight
|
91d8f12f44
|
servers: follow-up prev
|
6 years ago |
SomberNight
|
eb92bda597
|
servers: rm phishing domain
(and update a port)
|
6 years ago |
SomberNight
|
aadde9be17
|
transaction: fix remove_signatures
closes #5491
|
6 years ago |
SomberNight
|
cc9ad3ae90
|
wallet: fix restore_wallet_from_text edge case
closes #5490
|
6 years ago |
SomberNight
|
9b82321fc0
|
verifier: further sanity checks for SPV verification.
Thanks to @JeremyRand
|
6 years ago |
SomberNight
|
5bf854edcb
|
android build: make buildozer.spec more similar to upstream example
|
6 years ago |