SomberNight
a161b6e655
RBF: make sure we know the fee for the old txn
related #4306
7 years ago
SomberNight
0be73ed546
wallet.py: small optimisation for get_wallet_delta
7 years ago
mhitcher
5284aef820
added therocktrading exchange rate ( #4272 )
7 years ago
SomberNight
9fb927a068
minor py3 fix: language setting in qt/preferences
7 years ago
Ben Woosley
d7750c73e6
Use keyword arguments for format_amount call clarity ( #4290 )
7 years ago
SomberNight
d0352379d7
fix #4071
7 years ago
SomberNight
e00499f040
ledger: nice error msg if pin locked for sign_tx/sign_msg/show_addr
7 years ago
tiagotrs
23c29715af
Add "Revealer" seed backup plugin ( #4228 )
* revealer commit
* fix seed font, added license
* fixed strings for translation
* better calibration instructions, fixed position
* removed html from translatable strings, fixed typo
* Added monospace font for codes, cleaned up redundant font formatting
* Monospace font for codes and respective license
* fix redundancies, typos
* inner function to only move forward if no exception
* paint QR qith QT to not depend on PIL
catch exeptions when creating a digital Revealer
* clarity
* Added SourceSans font License
* fix fonts paths, typo
* broke long lines, changed some words for clarity,
removed redundant font license
7 years ago
ThomasV
7cee37dfb8
show bitcoin price info in history summary
7 years ago
SomberNight
f6cb26be1f
cosigner pool: show exception text if failing to send to server
7 years ago
SomberNight
1ed3e0cad6
fix #4276
-aos: Skip over existing files without overwriting
-aoa: This switch overwrites all destination files
7 years ago
SomberNight
95a93a3f86
cosigner pool: add warning when used with hardware wallet
related: #4271
7 years ago
ThomasV
624fa4769d
prepare release 3.1.3
7 years ago
Dimitris Apostolou
989c9c2b55
Fix typos
7 years ago
SomberNight
5b2b59420f
fix #4266
7 years ago
Filip Gospodinov
dcf25f9121
qt: allow copying receiving address using ctrl-c ( #4258 )
"You must enable keyboard focus for a widget if it
processes keyboard events."
https://doc.qt.io/qt-5/qwidget.html#focusPolicy-prop
On macOS it works without this patch already for some reason.
7 years ago
SomberNight
44bb1e9993
bitcoin.py: fix op_push
8cbc5c4be4/src/script/script.h (L464)
fdc2bc867b/txscript/scriptbuilder.go (L151)
7 years ago
Filip Gospodinov
6cf334244a
contrib: detect builds with uncommitted changes
The `--dirty` flag causes `git describe` to append
`-dirty` to the version string it outputs. This is
useful to detect if a build was - intentionally or
not - created with uncommitted changes.
https://git-scm.com/docs/git-describe#git-describe---dirtyltmarkgt
7 years ago
SomberNight
ab2d38a803
release notes for 3.1.3
7 years ago
SomberNight
8bdf863fca
fix: android HistoryScreen was not displaying fiat value of unconfirmed txns
7 years ago
ThomasV
986985c398
fix #4255
7 years ago
SomberNight
3bf5afa61a
fix #4253
7 years ago
SomberNight
426ab85ed6
qt: for dark color scheme, fix yellow
7 years ago
SomberNight
1935d7d165
wallet.py: remove local transactions that we don't have
fixes #4232
closes #4234
7 years ago
SomberNight
7dcefd999f
wallet.py: remove_transaction - make sure we pop from both txi and txo
7 years ago
SomberNight
4fed27610a
wallet.py: load unverified_tx in __init__
7 years ago
SomberNight
86b1273ec0
wallet.py: minor reordering in __init__
7 years ago
SomberNight
ebcc983566
wallet.py: build local history from txi and txo, not transactions
7 years ago
fivepiece
b4d71e651b
add regtest support ( #4242 )
* add regtest support
* set default regtest ssl and tcp ports to 51002 and 51002
* regtest inherits parameters from testnet
7 years ago
SomberNight
b68f5645cb
fix #4254
7 years ago
SomberNight
75f0221617
minor grammar fix in qt/preferences
7 years ago
benma
f7d1d5a7c7
digitalbitbox: enable native segwit
7 years ago
benma
cf98c8f2c1
digitalbitbox: some Python backwards compat fixes
7 years ago
SomberNight
1f937aa6cd
fix: 'oneserver' could only be set in the CLI
7 years ago
ThomasV
55189c8623
Merge pull request #4249 from SomberNight/kivy_launchmode
kivy: change activity launchMode to singleTask
7 years ago
SomberNight
a852f97e97
kivy: change activity launchMode to singleTask
7 years ago
SomberNight
35b3294a5d
fix #4238
7 years ago
Johann Bauer
ee2a1f52a1
Bump cryptodome version
7 years ago
SomberNight
985fe24f18
fix #4240
7 years ago
ThomasV
a03449c1be
kivy: cleanup addresses dialog
7 years ago
SomberNight
7b50790584
do not raise BaseException
7 years ago
SomberNight
76e67daadd
changed some asserts to raise-exceptions in lib
7 years ago
ghost43
cf88e239d7
fix parsing values in setconfig ( #4225 )
7 years ago
SomberNight
bfb0141b20
fix #4230
7 years ago
SomberNight
3b8c1c6c04
detect when trying to sign with a hw wallet offline in a not supported config
closes #4229
7 years ago
SomberNight
4ff3791cb9
fix #4236
7 years ago
SomberNight
0180abc179
blockchain.py: check header length
related: #4212
7 years ago
ghost43
9a0cf63769
Merge pull request #4033 from Lastrellik/TextCompleter
Text completer
7 years ago
ghost43
54d220c311
Merge branch 'master' into TextCompleter
7 years ago
SomberNight
e4dad0a425
fix #4198
7 years ago