ThomasV
ba78093e2e
getalias: no check
10 years ago
ThomasV
e5b5e8d0f4
comment our ackrequest
10 years ago
ThomasV
a50dce4cef
release notes
10 years ago
ThomasV
d6cdc085ea
fix #1283
10 years ago
ThomasV
179e98b303
restore: call constructor to load plugin
10 years ago
ThomasV
5ffd26402e
separate load_wallet hook for installwizard
10 years ago
ThomasV
16344b43af
fix issue #1282
10 years ago
ThomasV
bf50bc45ef
fix plugin load_wallet hook
10 years ago
ThomasV
e31ac7905d
Clear address cache when interface changes. Send requests only if interface is connected.
10 years ago
ThomasV
c7945f4199
Merge pull request #1287 from kyuupichan/requeue
Fix request handling.
10 years ago
Neil Booth
28f440350d
Fix request handling.
Handle local requests immediately.
Defer those requiring connectivity until we have an interface.
10 years ago
ThomasV
5714d9f4fc
shorter docstrings
10 years ago
ThomasV
145bf5cf0a
rename decodetx and sendtx commands. merge mktx and payto commands.
10 years ago
ThomasV
e067e34313
make global options: -w and -o
10 years ago
ThomasV
b350c27562
openalias: replace @ in resolve
10 years ago
ThomasV
2863d19579
command-line handler for trezor
10 years ago
ThomasV
557286ff79
Fix ssl error
10 years ago
ThomasV
2b9b42d5f7
Merge pull request #1286 from kyuupichan/remove_urllib2
Use requests instead - SSL handling is superior
10 years ago
ThomasV
e517321f76
Network: fix handle_requests, must process requests even if we are not connected
10 years ago
ThomasV
6ea04e2d47
Network: Fix switch_to_interface (check that interface is connected)
10 years ago
ThomasV
bcde416331
version_getter: catch all exceptions
10 years ago
ThomasV
060e3aa23e
plugins: call load_wallet in install wizard
10 years ago
Neil Booth
a3ad32bd91
Use requests instead - SSL handling is superior
10 years ago
ThomasV
479a6f84e7
paymentrequest: add headers to http request
10 years ago
ThomasV
78e68507e1
fix greenaddress url
10 years ago
ThomasV
8bccf7b2db
replace httplib with requests
10 years ago
ThomasV
ddef165e18
updates for android
10 years ago
ThomasV
ee6b718ea4
better message
10 years ago
ThomasV
f70a996619
fix trezor initialiation hook (pass window in load_wallet)
10 years ago
ThomasV
70037b89a9
version 2.3 and release notes
10 years ago
ThomasV
3c4809ec5a
fix path in setup.py
10 years ago
ThomasV
8995cdbf14
rename fields: 'time' -> 'timestamp', payment_requests
10 years ago
ThomasV
357c405ac6
fix publish_request
10 years ago
ThomasV
d367930113
amount is in satoshis
10 years ago
ThomasV
9bd94e5062
refactor payment requests
10 years ago
ThomasV
572a463806
reason->memo
10 years ago
ThomasV
f02c2fde64
add payrequest.html to setup
10 years ago
ThomasV
22ddbc7fef
fix jsonrpc
10 years ago
ThomasV
3bb00f0006
store json record requests
10 years ago
ThomasV
bf755f8ac0
jsonrpc interface
10 years ago
ThomasV
48e53498db
improve requests
10 years ago
ThomasV
fbc68d94d6
pop config variables from cmd line
10 years ago
ThomasV
5a4a9f5369
make txdialog a nonmodal widget
10 years ago
ThomasV
0b874b2bb0
Readding pending_transactions_for_notifications, needed by the gui.
10 years ago
ThomasV
8cba57d999
Merge pull request #1279 from kyuupichan/proxy_cleanup
Remove unused vars and imports.
10 years ago
Neil Booth
a2445aa27d
Remove unused vars and imports.
10 years ago
ThomasV
fff4fe9e4a
Merge pull request #1278 from kyuupichan/SocketPipe-no-close
SocketPipe shouldn't close the socket.
10 years ago
ThomasV
47ebec1765
Merge pull request #1277 from kyuupichan/contrib_locale
Fix bang line
10 years ago
Neil Booth
2f2e468d0a
SocketPipe shouldn't close the socket.
This is a layering violation - the SocketPipe doesn't own
the socket and provides no other way to close the socket, leading
to unnecessary complexity like that in interface.py.
I looked at deamon.py and NetworkProxy - the two other users,
and they don't close the sockets explicitly, just let them be
garbage collected.
10 years ago
Neil Booth
c5c5afcb90
Fix bang line
10 years ago