New port numbers
[electrum-nvc.git] / lib / __init__.py
2014-06-17 ThomasVaccess to global configuration using set_config and...
2014-06-10 ThomasVprevent collision on daemon port. Add Imported_Wallet...
2014-04-29 ThomasVwizard: option to create multisig wallet manually
2014-04-06 ThomasVhooks and workflow for 2of3 wallets
2014-03-11 ThomasVmove start_daemon code to main script
2014-03-10 ThomasVdaemon; initial commit
2014-02-27 ThomasVrebrand this branch as 1.9.8
2013-10-07 ZomnutFix command line create/restore
2013-10-05 ThomasVenable changes of protocol, proxy at runtime
2013-10-03 ThomasVnew flag for commands: requires_wallet
2013-09-18 rofl0rfix error to create a wallet due to missing pick_random...
2013-09-14 ThomasVcreate a class for transaction dialog
2013-09-12 ThomasVsimplify interface: use callbacks
2013-09-11 ThomasVseparate directories for GUIs
2013-09-08 ThomasVseparate blockchain and network
2013-09-04 thomasvmove transaction code and fix issue #280
2013-09-01 ThomasVseparate blockchain verifier from transaction verifier
2013-09-01 ThomasVseparation between wallet storage and config
2013-08-07 thomasvadd account module
2013-08-04 thomasvadd account module
2013-08-03 thomasvadd account module
2013-03-02 thomasvseparate core and gui in different modules
2013-02-26 thomasvmove commands list to commands.py
2013-02-26 thomasvmake most commands available in the console
2013-02-22 thomasvmove crypto from wallet class to bitcoin.py
2013-02-21 thomasvcreate Transaction class
2013-02-20 thomasvsupport for multisig functions
2013-01-07 slushImport WalletFactory instead of Wallet
2013-01-02 thomasvoption to set gui language from command line
2012-11-23 ThomasVuse adhoc print function
2012-11-20 ThomasVadd version to android path
2012-11-04 ThomasVadd mnemonic functions to module
2012-10-29 thomasvImprove text gui. Disable print_error when text gui...
2012-10-24 ThomasVsimple payment verification: check targets, use block...
2012-10-21 ThomasVbig refactoring of the interface
2012-10-19 thomasvseparate bitcoin related functions from wallet.py
2012-10-14 ThomasVbootstrap: test all hardcodedservers until one is found...
2012-10-11 ThomasVmove prompt_password from wallet.py to main script
2012-10-11 thomasvbig refactoring: command line options and electrum...
2012-09-19 bkkcoinsAdded SOCKS support, with cmdline and SimpleConfig...
2012-08-29 MaranAdded SimpleConfig class to deal with simple config...
2012-07-07 Julian Toshmodified password input routines to allow for input...
2012-05-14 ThomasVdo not derive private keys when there is no seed
2012-05-10 thomasvsetup package in lib subdirectory