6131 Commits (488bdbf4b51a107361cbcf8c6b0506ecaf6c820d)
 

Author SHA1 Message Date
ThomasV c7b1721f58 fix cmdline trezor 10 years ago
ThomasV d5f43610ed fix imports in hardware wallets 10 years ago
ThomasV afae9a097e add php example 10 years ago
ThomasV 95393656aa rename command: notify 10 years ago
Neil Booth 3eca419ef3 Fix typo. 10 years ago
ThomasV 2be906fde2 remove merchant script; it is now replaced by daemon and jsonrpc 10 years ago
ThomasV e9cc1d30be add jsonrpclib to make_packages script 10 years ago
ThomasV 9b5b9849d7 add watchaddress command 10 years ago
ThomasV 3c11c63289 fix daemon: don't oad wallet if there is a gui 10 years ago
ThomasV a4c767437c add jsonrpclib dependency 10 years ago
ThomasV 4682d95a76 merge jsonrpc gui and daemon 10 years ago
Neil Booth e190024f73 Only pass a fixed fee if it was user-specified. 10 years ago
Neil Booth e302dbc71c Move debug output to end of function. 10 years ago
Neil Booth 9a6dcf7b1e Use bucketing to choose coins 10 years ago
Neil Booth 93bb09230c Track tx size directly; calculate fees from that 10 years ago
Neil Booth a4dd5acc48 Prepare to calculate tx fee given a tx size 10 years ago
ThomasV 39af17bc23 load wallets in daemon 10 years ago
Neil Booth d97106f17d Don't keep dust change in any case 10 years ago
Neil Booth 530dc16ed2 Remove unused import 10 years ago
Neil Booth 8785b65a1f Remove need for coin chooser to take a wallet 10 years ago
Neil Booth a6ea9a0c71 Simplify interface to make_tx in coin chooser 10 years ago
Neil Booth 90dee43998 Move estimated_fee to Transaction class 10 years ago
Neil Booth e9061ea371 Move coin choosing logic to own class 10 years ago
ThomasV 0c20e737a9 fix missing import 10 years ago
ThomasV 00f298d3b1 revert e9c101f 10 years ago
ThomasV 90a2a049f4 network fix: callbacks were not called 10 years ago
ThomasV e9c101f0c8 daemon: use daemon threads 10 years ago
ThomasV 9782734f4c plugins: trustedcoin fixes 10 years ago
ThomasV 042f8ef832 network: cache subscription responses 10 years ago
ThomasV 43df795b1f network: separate callbacks from unanswered_requests 10 years ago
ThomasV d8ca881457 remove unused setting 10 years ago
ThomasV ed2ab5e3c1 websockets: minor fix 10 years ago
ThomasV 1207ad3ba4 fix: websocket uses network object 10 years ago
ThomasV 2a29d1e5e7 fix syntax error 10 years ago
ThomasV 2934fd17be fix websockets 10 years ago
Neil Booth cf23127ac1 Preserve alphabetical ordering... 10 years ago
ThomasV b5a210fac3 add missing module electrum_plugins 10 years ago
ThomasV 7d760898c7 add kivy apk script 10 years ago
ThomasV 19533dda15 load wallet in ElectrumWindow constructor 10 years ago
ThomasV f09d80459d fix #1564 10 years ago
ThomasV c6780cce84 add Bitso exchange rate 10 years ago
ThomasV 9ba75b80e2 increase version number 10 years ago
ThomasV ba2c737a21 finish separation between plugins and GUIs 10 years ago
ThomasV 2c0489c809 plugins: separate GUIs using child classes 10 years ago
ThomasV 175fdbcac6 Disentangle plugins and window management; use Qt signals 10 years ago
Kirill Fomichev 334b84c3c3 Add assertions to get_target 10 years ago
Kirill Fomichev e188929972 Fix proof of work assert in verify_chunk 10 years ago
ThomasV b727824eed fix #1554: use AF_INET instead of AF_UNIX, and write port number to lockfile 10 years ago
ThomasV 34c2010e63 tweak build-wine script 10 years ago
ThomasV 7641137ecc simplify get_daemon 10 years ago