electrum-nvc.git
2013-03-10 MaranFixed build instruction for icons in readme
2013-03-10 ecdsaoptional wait parameter for interface
2013-03-10 ecdsado not wait for interface when launching gui
2013-03-09 ecdsafix
2013-03-07 ecdsacheck if the wallet has a seed before signing transaction
2013-03-07 ecdsasimilar fix for text mode
2013-03-07 ecdsafix: restore wallet from master public key
2013-03-07 ThomasVMerge pull request #152 from nelisky/master
2013-03-06 neliskyLack of self was a little more widespread
2013-03-06 neliskyTypo in importprivkey, missing self
2013-03-05 ecdsarevert own commit
2013-03-05 Maran H.Merge pull request #151 from rdymac/patch-35
2013-03-05 rdymactype caused $ python mki18n.py error
2013-03-05 ecdsado not run synchronize on deseeded wallets
2013-03-05 ecdsaMerge branch 'master' of git://github.com/spesmilo...
2013-03-05 ecdsaprotected decorator
2013-03-05 ecdsause same order as qt for ok and cancel buttons
2013-03-04 ecdsahelp for functions
2013-03-04 ecdsahelp for functions
2013-03-04 ecdsamake help() available in console
2013-03-04 ecdsaalways pass a parent to dialog windows
2013-03-04 ecdsacatch http exception when wallet is offline
2013-03-04 ecdsafixes for pointofsale
2013-03-04 ecdsafix history in console
2013-03-04 MaranFix for plugin hook when sending tx
2013-03-04 ecdsaslightly smarter qr code widget that does not need...
2013-03-04 ecdsafix
2013-03-04 ecdsarename sequence, fix bip32
2013-03-04 ecdsafix imports
2013-03-03 ecdsamore docs
2013-03-03 ecdsafix
2013-03-03 ecdsatoggle expanded with enter key
2013-03-03 ecdsafix: tx outputs
2013-03-03 ecdsaqr codes: handle exception raised if the string is...
2013-03-03 ecdsafix
2013-03-03 ecdsachange column numbers, update pointofsale plugin
2013-03-03 thomasvfix
2013-03-03 thomasvfix
2013-03-03 thomasvadd plugins to package
2013-03-03 thomasvrestrict plugins to the gui
2013-03-03 thomasvqrscanner
2013-03-03 thomasvanother plugin for qrscanner
2013-03-03 thomasvmove point of sale mode into plugins
2013-03-03 thomasvfix: generate functions
2013-03-03 thomasvnew settings tab for plugins
2013-03-03 thomasvfix: missing parameter
2013-03-03 thomasvsimplify Sequence class
2013-03-03 thomasvmethod get_private_keys for sequence
2013-03-03 thomasvmangle (for_change, index) everywhere
2013-03-03 thomasvfix: mktx amounts
2013-03-03 thomasvplugins init_gui
2013-03-02 ecdsamktx fix: add address for imported keys
2013-03-02 ecdsacheck if address is imported before index lookup
2013-03-02 ecdsaadd class BIP32Sequence
2013-03-02 ecdsaupdate filenames in manifest
2013-03-02 ecdsarename gui package
2013-03-02 ThomasVimport gui using any name
2013-03-02 thomasvheader for plugins
2013-03-02 thomasvplugin handler
2013-03-02 thomasvshow the balance of each account
2013-03-02 thomasvsave console history
2013-03-02 thomasvincrease default column width
2013-03-02 thomasvfix: save master public key on wallet creation
2013-03-02 thomasvset default button for qr code dialog
2013-03-02 thomasvfix
2013-03-02 thomasvchange the parameter order for gui.show_qrcode
2013-03-02 thomasvseparate core and gui in different modules
2013-03-02 thomasvseparate core and gui in different modules
2013-03-02 thomasvfix
2013-03-02 thomasvreplace wallet.all_addresses() with wallet.addresses...
2013-03-02 thomasvaccounts
2013-03-02 thomasvuse imp to detect and load the local electrum module
2013-03-01 thomasvmove is_valid from wallet class to bitcoin.py
2013-03-01 thomasvmissing arguments and types conversions
2013-03-01 thomasvprioritize
2013-03-01 thomasvalphabetical order
2013-03-01 thomasvfix command names: setconfig, setconfig
2013-03-01 thomasvregister commands, check for their arguments
2013-03-01 thomasvrename 'balance' command as 'getbalance', per bitcoind
2013-03-01 thomasvdon't use underscore in commands.
2013-03-01 thomasvrename 'addresses' command as 'listadresses'. use json...
2013-03-01 thomasvdefault parameter for addresses() command
2013-03-01 ThomasVuse Decimal in listunspent
2013-02-28 thomasvterminate after create or restore
2013-02-28 thomasvadd commands to setup.py
2013-02-28 thomasvimprove gui.show_tx_details
2013-02-28 thomasvdon't show the sequence field
2013-02-28 thomasvadd stretch to raw tx tab too
2013-02-28 thomasvdisable testing code
2013-02-28 thomasvcode refactoring; remove redundancies and sanitize...
2013-02-27 ThomasVprevent the creation of incomplete wallets
2013-02-27 ThomasVrestore the description field
2013-02-27 ThomasVfix the tx counter field
2013-02-27 thomasvuse json istead of ast
2013-02-27 MaranLast few fixes for raw transaction handling
2013-02-27 MaranWork in progress for message signing via classic gui
2013-02-27 thomasvuse json format
2013-02-27 thomasvfix: deseed
2013-02-27 thomasvfix: seed, password
2013-02-27 thomasvmove method signrawtransaction to wallet class
next