remove receipt code
[electrum-nvc.git] / lib /
2013-03-23 ecdsaremove receipt code
2013-03-23 ecdsafix transaction order in history
2013-03-23 thomasvmore accurate computation of transaction fees.
2013-03-20 ecdsaversion 1.7.1
2013-03-17 ecdsafix is_change
2013-03-17 ecdsado the banner request in interface, not in wallet
2013-03-16 MaranMerge branch 'master' into feature/label_sync
2013-03-16 MaranFix export master public key
2013-03-16 ecdsafix tx.get_value()
2013-03-16 MaranFix merge conflict
2013-03-16 ecdsaRevert "fix tx.get_value bug with pruned transactions"
2013-03-16 ecdsafix tx.get_value bug with pruned transactions
2013-03-16 ecdsadefine wallet.get_num_tx()
2013-03-16 ecdsafix wallet.is_change() method
2013-03-15 thomasvmove http aliases to separate plugin
2013-03-14 thomasvadd label to internal transactions
2013-03-14 thomasvrely only on the verifier to get the height of transactions
2013-03-14 thomasvprint error received by verifier, and continue
2013-03-13 ecdsause an abstract class SequenceClass
2013-03-13 ecdsamore bip32 related fixes
2013-03-13 ecdsafix bip32 get_private_key
2013-03-13 ecdsabip32 fixes
2013-03-13 ecdsafix: number of arguments
2013-03-13 thomasvprint created address in terminal, as in previous versions
2013-03-13 thomasvdo not call exit() in the interface module
2013-03-13 thomasvfix: command line with no password
2013-03-13 ecdsafix
2013-03-13 ecdsafix
2013-03-12 ecdsado not raise exception on strange input scripts
2013-03-12 ecdsabetter synchronize method
2013-03-12 ecdsaremove internal check that was too strong
2013-03-12 MaranFix merge conflict
2013-03-12 ecdsafix exception
2013-03-12 thomasvreplace 'ElectrumKeyID' with more general 'KeyID' field...
2013-03-12 thomasvdo not request banner twice
2013-03-12 MaranMerge branch 'master' into feature/label_sync
2013-03-12 rdymacLatest translation version
2013-03-11 thomasvadd 2 of 3 sequences
2013-03-10 Maranmore label sync wip
2013-03-10 Maranmore label sync wip
2013-03-10 ecdsafix
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
next