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
ThomasV
21ccb1e82d
trezor plugin: move Qt callbacks in a handler
10 years ago
ThomasV
f14c863a0a
minor fix: missing parameter in get_history
10 years ago
ThomasV
c89c449dd7
fix issue #421
10 years ago
ThomasV
4c729f0ff0
move format_time to util
10 years ago
ThomasV
7e6bd2eb8c
give user the option to remove incomplete wallet
10 years ago
ThomasV
9aa812026a
fix android: from_seed
10 years ago
ThomasV
75cf142be0
fix typo
10 years ago
ThomasV
a3422d3fae
generic multisig wallet constructor. fixes #1129
10 years ago
ThomasV
87709dfd16
Merge pull request #1127 from kaykurokawa/master
get_pubkeys is called incorrectly in get_pubkey_from_xpub()
10 years ago
ukurokawa
950dc2c685
get_pubkeys is called incorrectly in get_pubkey_from_xpub()
10 years ago
ThomasV
156825fe57
trustedcoin: add 10 to prepaid options
10 years ago
ThomasV
8314efdfd5
fix #802
10 years ago
ThomasV
d70c9d1ab7
stretch column instead of storing width
10 years ago
ThomasV
cb0106a641
release notes for 2.1
10 years ago
ThomasV
9e5cf68e93
updates for stdio gui
10 years ago
ThomasV
911a60c02d
separate timeouts for server and nodes retry
10 years ago
ThomasV
3c77eeba7d
fix #1120
10 years ago