2620 Commits (702924a07efe142fac5cbfe443dcf549b72f2cf3)

Author SHA1 Message Date
Neil Booth ea49e8dc96 Remove unneeded buckets for Privacy coin chooser 9 years ago
ThomasV 0cef063ee2 add payment requests to kivy 9 years ago
ThomasV 2a1fbf01fe simplify blockchain.py 9 years ago
ThomasV 81f070c83b fix bug in get_target 9 years ago
ThomasV b7cef8dd58 follow up to 74a9e2296c 9 years ago
Neil Booth 75b3ecee49 Add coin chooser to try and minimize loss of privacy. 10 years ago
ThomasV de964f4033 plugins: on_close method 9 years ago
ThomasV 6770834d06 daemon: use available port 9 years ago
ThomasV becfe13df2 decrease daemon timeout 9 years ago
ThomasV 9ec4cbeed1 fix issue #1572 10 years ago
Neil Booth 50dcee69d0 Clean up imports in daemon.py 10 years ago
Neil Booth 03b4868bf8 Handle JSON RPC server timeouts differently 10 years ago
ThomasV 74a9e2296c separate Network and Plugins 10 years ago
ThomasV deefd74c37 labels sync for kivy 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 9b5b9849d7 add watchaddress command 10 years ago
ThomasV 3c11c63289 fix daemon: don't oad wallet if there is a gui 10 years ago
ThomasV 4682d95a76 merge jsonrpc gui and daemon 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
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 90a2a049f4 network fix: callbacks were not called 10 years ago
ThomasV 042f8ef832 network: cache subscription responses 10 years ago
ThomasV 43df795b1f network: separate callbacks from unanswered_requests 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
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
Neil Booth 3211d752c7 Need to set p.wallet unfortunately 10 years ago
Neil Booth 0dcaa13d31 Show the wallet path in -v output 10 years ago
Neil Booth e9384f15ed Plugins manage their own wallet tracking 10 years ago
Neil Booth 53f6fb9876 Add a GC debugger 10 years ago
Neil Booth ae4cfc9f0b Unregister network callbacks from QT gui 10 years ago
ThomasV 0d4de870a5 prepare 2.5.4 release 10 years ago
ThomasV 86a0103a7f increase min_relay_tx_fee, and make dust_threshold a function 10 years ago