ThomasV
50fed3dce5
minor fix: parent.wallet
10 years ago
ThomasV
50bc50d78d
daemon: filter notificaions sent to client
10 years ago
ThomasV
8fb14bb5fe
adjust grid width
10 years ago
ThomasV
e780bf3db8
gui: don't show qr code directly in receive tab
10 years ago
ThomasV
8e415d0f2a
exchange_rates plugin: hide widgets on close
10 years ago
ThomasV
620cc91aad
receive_address: use MyLineEdit
10 years ago
ThomasV
7d8ec4338b
display receive address field as a label. add copy button ( fixes #1103 )
10 years ago
ThomasV
46618876f1
improve gui messages
10 years ago
ThomasV
7dadc00c8e
change label to 'my requests'
10 years ago
ThomasV
e4c02a52a7
add expiration field to payment requests
10 years ago
ThomasV
524db55b90
don't display hashes or addresses as default labels
10 years ago
ThomasV
7411476cfb
show status and icon for payment requests
10 years ago
ThomasV
6015a91c70
minor fix (lower or equal)
10 years ago
ThomasV
5f30348d62
use address label as payment request message. display status and hide address in table
10 years ago
ThomasV
eac3129cba
Merge pull request #1135 from Kausheel/get_addr_received
Add wallet function get_addr_received()
10 years ago
ThomasV
21b2fcbe85
always_hook. fix trezor handler. fixes #1146
10 years ago
ThomasV
8f94039355
call set_layout before adding buttons, so that setDefault works
10 years ago
ThomasV
f82de35bd2
x509: use SKI and AKI to find parent certificate if it is missing
10 years ago
ThomasV
fbf56c9cfa
set daemon flag on get_payment_request thread
10 years ago
ThomasV
7796243fdd
get_common_name: return string if missing
10 years ago
ThomasV
47f89f43b6
get rid of pyasn1 dependencies
10 years ago
ThomasV
ed5258e406
parse certificates without pyasn1
10 years ago
ThomasV
6bf1dc6f33
version_getter should be daemon
10 years ago
ThomasV
f6a00fdb34
add file: scheme to get_payment_request
10 years ago
ThomasV
9fde706f84
improve invoice dialog
10 years ago
ThomasV
036f96cf35
store invoices in a separate file, with their status
10 years ago
ThomasV
3bac924303
remove coinbase plugin
10 years ago
ThomasV
9b7a62c36a
labels plugin: use self.print_error
10 years ago
ThomasV
cd1a520afc
Merge pull request #1140 from spesmilo/feature/newsync
New LabelSync
10 years ago
ThomasV
8a55a4c26c
Merge pull request #1141 from kaykurokawa/master
Dust threshold should be 546
10 years ago
ptrcarta
f6b6bbbbae
fixes osx bug where user couldn't change proxy or connect to network
by default osx passes a -psn arg when launching an app from command
line. this is a process serial number argument and py2app when used with
emulate_argv=True removes it.
commit d2097c15d9
removed this, thus
introducing the -psn arg on launch. this is misinterpreted by the arg
parser as a proxy setting, breaking networking.
10 years ago
ukurokawa
e708c446a8
Dust threshold should be 546
10 years ago
Maran
7356d41240
Migrate the new function into the old plugin
10 years ago
ThomasV
4fe32d2ad1
add root certificate to chain if missing. fixes #1137
10 years ago
Maran
ebb9faeb6e
New LabelSync
This LabelSync is much faster because it will only request labels that
changed since the last sync. It is also using a new back-end and no
longer requires any registration.
10 years ago
ThomasV
6f5241302c
remove debugging code in pay-from_URI
10 years ago
ThomasV
c381fc2194
remove debug message
10 years ago
ThomasV
cdd5d6e130
fix #1136
10 years ago
ThomasV
44d076fbc4
fix #1132
10 years ago
ThomasV
eb9802356a
fix variable name in from_seed
10 years ago
Kausheel Kumar
8cf793ab98
Add wallet function get_addr_received()
10 years ago
ThomasV
42ed67e8c7
fix #1131
10 years ago
ThomasV
be5731d463
move make_payment_request to lib
10 years ago
ThomasV
1a76842730
on_buy: missing parameter
10 years ago
ThomasV
0933f57e18
minor fix (UserRole)
10 years ago
ThomasV
ff152141ae
fix: always use UserRole to store the key
10 years ago
ThomasV
3a2e2702bb
fix parent of address history widget
10 years ago
ThomasV
93250b1041
gui simplification
10 years ago
ThomasV
b8a72180c7
HistoryWidget class; address history window
10 years ago
ThomasV
0a7b585b6c
redo default labels with incoming tx outputs
10 years ago