SomberNight
4435a6c9c7
use tx.txid() instead of tx.hash()
7 years ago
Justin Turner Arthur
9a0aa9b478
Remove Python 2 support imports.
7 years ago
SomberNight
97d45c7c30
fix typo: text gui with no wallet
7 years ago
SomberNight
db1d632ddb
fix: [text UI] Send tab: up and down movement
7 years ago
SomberNight
cf6d6608eb
fix: [text UI] changing proxy
7 years ago
SomberNight
555fe4373e
py3 fixes in text UI
7 years ago
ThomasV
b9da5afa9d
replace bitcoin.is_valid
7 years ago
ThomasV
c3388d9677
misc python3 updates:
- use jsonrpclib-pelix
- update the kivy gui
- update plugins
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
ThomasV
b262e5bf3b
fix #2384
8 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
8 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
8 years ago
ThomasV
fcc92c1ebd
Wallet file encryption:
- a keypair is derived from the wallet password
- only the public key is retained in memory
- wallets must opened and closed explicitly with the daemon
8 years ago
ThomasV
a8c23f9bf0
always display a receiving address ( fix #2031 )
8 years ago
ThomasV
dbe9f17ba5
fix bug in text gui
8 years ago
ThomasV
2ca0437898
fix text gui. fixes #2002
8 years ago
ThomasV
1a46a795a5
detect non-final transactions, and transactions with unconfirmed inputs
9 years ago
ThomasV
96f144eb03
make sure the broadcast tx thread always times out
9 years ago
ThomasV
f1822a9603
pending->unconfirmed
9 years ago
Neil Booth
58d5215e2e
No need to pass daemon and network together
The daemon has the network
9 years ago
ThomasV
fe9ec6de06
reformatting
9 years ago
ThomasV
0d52911561
define constants for tx output types
9 years ago
ThomasV
d57af0db33
Revert "Fix 'need more than 2 values to unpack' error."
This reverts commit 812399f51d
.
9 years ago
ThomasV
62868ab29a
Register loaded wallets in daemon, to prevent a wallet from being opened twice.
Simplify the wizard logic.
9 years ago
ThomasV
9d3162b1a1
simplify get_label
9 years ago
ThomasV
47e5bd653a
add a color pair for qr code
9 years ago
ThomasV
88c238dda7
fix Settings dialog in text gui
9 years ago
Neil Booth
ae4cfc9f0b
Unregister network callbacks from QT gui
Rework the callback system in QT to make this easy, and avoid
leaking window references that prevent the window from being
GC-ed on close
9 years ago
Neil Booth
afb5013272
Remove non-existent callbacks and handlers
9 years ago
ThomasV
3ae3dbd80c
add qrcode to text gui
9 years ago
Juraj Variny
812399f51d
Fix 'need more than 2 values to unpack' error.
9 years ago
Neil Booth
49797c3094
Create a Plugins class
Encapsulates plugin logic and removes global variable ugliness.
9 years ago
ThomasV
92e0744470
Refactoring of daemon:
* gui and daemon are in the same process
* commands that require network are sent to the daemon
* open only one gui window per wallet
9 years ago
ThomasV
43880d452e
dynamic fees
10 years ago
Neil Booth
03e53a5e01
Create a constant for 100000000 and use it
Use same name as is in bitcoind.
Note that one of the constants in text.py had the wrong number
of zeroes previously...
10 years ago
Neil Booth
4f6d2f3d32
Put getting of auto_cycle into one place.
Default to False consistently; this may change the behaviour of
network.py's get_parameters().
10 years ago
ThomasV
5160f46ca1
fix proxy value in text gui
10 years ago
venzen
9658ba137f
replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee (fixed indentation)
10 years ago
venzen
367315a4de
replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee
10 years ago
ThomasV
c2a4252065
do not pass config to storage. request height from network_proxy if connected
10 years ago
ThomasV
687cc7783f
show unmatured coins in status bar. fixes #1163
10 years ago
ThomasV
782522fb71
update guis for new contacts
10 years ago
ThomasV
eaa91683da
text gui: cap size of labels
10 years ago
ThomasV
f051a3e577
update occurences of get_history
10 years ago
ThomasV
e3de121be9
store deserialized tx in/out in wallet file for fast computation
10 years ago
ThomasV
4fdeb52f7d
update text gui
11 years ago
ortutay
4edfc6d82e
Coinbase BuyBack plugin
11 years ago
Bryan Stitt
6cd4ed486a
fix more bare excepts
11 years ago
Bryan Stitt
f0eb0eccde
replace BaseException with Exception
11 years ago
Michael Kramlich
09b0eeedfb
curses text UI now says Offline (rather than 'Not connected') when started in --offline mode; this matches the main Qt UI
11 years ago