Fixed build instruction for icons in readme
[electrum-nvc.git] / lib /
2013-03-10 ecdsaoptional wait parameter for interface
2013-03-10 ecdsado not wait for interface when launching gui
2013-03-07 ecdsacheck if the wallet has a seed before signing transaction
2013-03-07 ecdsafix: restore wallet from master public key
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 ecdsado not run synchronize on deseeded wallets
2013-03-04 ecdsamake help() available in console
2013-03-04 ecdsacatch http exception when wallet is offline
2013-03-04 ecdsafix
2013-03-04 ecdsarename sequence, fix bip32
2013-03-03 ecdsafix: tx outputs
2013-03-03 thomasvfix
2013-03-03 thomasvrestrict plugins to the gui
2013-03-03 thomasvmove point of sale mode into 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-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 thomasvplugin handler
2013-03-02 thomasvshow the balance of each account
2013-03-02 thomasvfix: save master public key on wallet creation
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-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 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 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: seed, password
2013-02-27 thomasvmove method signrawtransaction to wallet class
2013-02-27 thomasvupdate tx label in gui
2013-02-27 thomasvfix: mktx syntax
2013-02-27 thomasvcallback -> _callback
2013-02-27 thomasvsort completions
2013-02-27 thomasvsimplify dumpprivkeys
2013-02-27 thomasvmore json formatting
2013-02-27 thomasvuse history to determine if the wallet has been used
2013-02-27 thomasvdeep copy output to prevent side-effect
2013-02-26 thomasvfix: input_info missing in transaction
2013-02-26 thomasvreturn python objects
2013-02-26 thomasvreturn python objects from commands, and display them...
2013-02-26 thomasvdumpprivkeys is offline
2013-02-26 thomasvmove commands list to commands.py
2013-02-26 thomasvmore efficient method for exporting private keys
2013-02-26 thomasvmove 'addresses' command
2013-02-26 thomasvuse dumpprivkeys to efficiently dump private keys
2013-02-26 thomasvconvert satoshis to btc in listunspent
2013-02-26 thomasvfix: parameters
2013-02-26 thomasvhelper function for mktx, payto
2013-02-26 thomasvdo not add password to the command parameters, put...
2013-02-26 thomasvrm unneeded import
2013-02-26 thomasvmake most commands available in the console
2013-02-25 ThomasVconsole: catch help()
2013-02-25 ThomasVindent unsigned tx
2013-02-25 ThomasVfix: unsigned transactions in gui
2013-02-25 thomasvfix
2013-02-25 thomasvfix
2013-02-25 thomasvfix: addressbook
2013-02-25 thomasvfix: send_tx
2013-02-25 thomasvdocumentation for offline wallets, release notes
2013-02-25 thomasvrename inpust_info -> input_info
2013-02-25 ThomasVoffline wallets sign transactions using KeyID
2013-02-24 thomasvuse serialized format in signtx
2013-02-24 thomasvmove seed generation function to bitcoin.py
2013-02-24 thomasvfix: set tx_height when it is not None
2013-02-24 ThomasVdisable https because the server requests a client...
2013-02-23 ThomasVmethod to run custom script
2013-02-23 ThomasVword per word completions
2013-02-23 ThomasVadd flush method for stdoutProxy, for compatibility
2013-02-23 ThomasVdon't show prefixes in completions
2013-02-23 ThomasVshow tab completions in console
2013-02-23 ThomasVcompletions
2013-02-23 ThomasVfix is_complete: count number of valid signatures
2013-02-23 ThomasVminor fix: unneeded
2013-02-23 ThomasVminor fix
next