electrum-nvc.git
2013-09-01 ThomasVminor fixes
2013-09-01 ThomasVfee belongs in wallet storage
2013-09-01 ThomasVwizard: start wallet threads
2013-09-01 ThomasVstart wallet threads from wallet class
2013-09-01 ThomasVseparate blockchain verifier from transaction verifier
2013-09-01 ThomasVseparation between wallet storage and config
2013-08-31 ThomasVrestore old accounts from seed
2013-08-30 ThomasVfix account selector, console
2013-08-30 ThomasVupdate curses gui for 1.9
2013-08-30 ThomasVgui menu and messages
2013-08-30 ThomasVupdate buttons and icons in load_wallet()
2013-08-30 ThomasVseparate gui init() and load_wallet()
2013-08-29 ThomasVrestore bip32 accounts
2013-08-29 ThomasVcreate new accounts through wallet.synchronize()
2013-08-22 ThomasVstructural change: wrap wallet instanciation inside...
2013-08-18 neliskyimplementing paytomany (untested)
2013-08-18 neliskyimplementing mksendmanytx
2013-08-17 ThomasVdelete unneeded test
2013-08-17 ThomasVfix bug with signatures
2013-08-17 ThomasVfixes for signrawtransaction
2013-08-17 ThomasVinclude master public key in bip32 metadata
2013-08-17 ThomasVsave account name as label
2013-08-17 ThomasVcleanup
2013-08-17 ThomasVsimplify: public_key_from_private_key
2013-08-17 ThomasVdon't pass addresses to tx.sign(), pass keypairs instead
2013-08-17 ThomasVupdate signrawtransaction
2013-08-16 ThomasVsimplify tx.sign()
2013-08-16 ThomasVwallet.num_accounts and account_id method
2013-08-16 ThomasVfix is_complete in tx.sign()
2013-08-16 ThomasVfix for non-p2sh addresses
2013-08-16 ThomasVfix tx signing
2013-08-15 ThomasVcreate_accounts for 2of3
2013-08-15 ThomasV2of3 accounts
2013-08-13 thomasvMerge branch 'master' into 1.9
2013-08-13 ThomasVMerge pull request #268 from maxme/fileopen-event
2013-08-11 Maxime BiaisAdd a Qt eventFilter to listen for QFileOpenEvent
2013-08-08 ThomasVfix labels plugin init()
2013-08-07 ThomasVMerge branch 'bip32' of git://github.com/spesmilo/elect...
2013-08-07 ThomasVfix create_new_account
2013-08-07 ThomasVhex encode the output of account.get_pubkey()
2013-08-07 ThomasVplugins: do not overload __init__, use init() instead
2013-08-07 ThomasVencryption of bip32 master private keys
2013-08-07 ThomasVmake wallet.get_private_keys more general
2013-08-07 thomasvget_new_address -> get_address
2013-08-07 thomasvadd account module
2013-08-07 ThomasVbip32
2013-08-07 ThomasVfix create_new_account
2013-08-07 ThomasVhex encode the output of account.get_pubkey()
2013-08-06 ThomasVMerge pull request #264 from maxme/get-balance-script
2013-08-06 Maxime Biaispep8
2013-08-06 Maxime Biaisnew script: get_balance <bitcoin_address>
2013-08-05 Eagle[TM]Release notes for 1.8.1
2013-08-05 ThomasVplugins: do not overload __init__, use init() instead
2013-08-05 ThomasVencryption of bip32 master private keys
2013-08-05 ThomasVmake wallet.get_private_keys more general
2013-08-04 ThomasVMerge branch 'bip32' of git://github.com/spesmilo/elect...
2013-08-04 thomasvget_new_address -> get_address
2013-08-04 thomasvadd account module
2013-08-04 ThomasVbip32
2013-08-04 ThomasVremove the calculation of address balance in watch_address
2013-08-04 ThomasVMerge pull request #258 from tuxcanfly/master
2013-08-04 ThomasVversion 1.8.1
2013-08-04 Javed Khanfixes #245: use alternate datafiles location
2013-08-04 thomasvget_new_address -> get_address
2013-08-03 thomasvadd account module
2013-08-03 ThomasVbip32
2013-08-01 thomasvfix: set auto-cycle to None only during wallet creation
2013-08-01 thomasvpass parameter to backup_wallet
2013-08-01 thomasvfix backup_wallet
2013-08-01 thomasvremove enforced tx fee
2013-08-01 thomasvoffline interface: fix init
2013-08-01 thomasvuse auto_cycle in watch_address
2013-07-27 MaranAdded some basic hide/show functionality to the tray...
2013-07-26 MaranSet the current balance in the tray icon
2013-07-26 ThomasVbetter backspace detection
2013-07-26 ThomasVfix for empty addressbook
2013-07-26 ThomasVfix popup navigation
2013-07-26 ThomasVfix settings dialog in text gui
2013-07-26 ThomasVtry.. except wrapper for ncurses.set_curs
2013-07-19 thomasvupdate BIP32 to its final spec
2013-07-17 ThomasVuse self.base_unit()
2013-07-16 MaranRenamed to tray and added exit option
2013-07-16 MaranMake sure we specify dual-arch
2013-07-16 MaranReworked notification flow and combined multiple transa...
2013-07-16 MaranRework notify so it's thread safe
2013-07-16 MaranAdded notifications when receiving a new transaction
2013-07-13 ThomasVredefine do_send as a wrapper for send_tx
2013-07-13 ThomasVconfirmation dialog before sending large amounts
2013-07-13 ThomasVwhitespaces option in format_satoshis
2013-07-08 Maran H.Merge pull request #246 from PabloCastellano/master
2013-07-01 Pablo Castellano[Lite gui] Allow changing quote currency backwards...
2013-06-19 thomasvminor fixes to point of sale plugin
2013-06-17 MaranForgot to add plist for OS X build script
2013-06-17 MaranAdded support for Bitcoin URIs on OS X. Implements...
2013-06-17 MaranMerge branch 'master' of https://github.com/spesmilo...
2013-06-17 MaranAdd icon back to Lite GUI. Fixes #112
2013-06-17 Maran H.Merge pull request #243 from rdymac/patch-16
2013-06-17 rdymacFix \n new line text break (2)
2013-06-17 MaranForce updating the wallet after editing labels. fixes...
2013-06-17 MaranSave contacts to the proper key in the wallet. fixes...
next