4837 Commits (ed256e064a89df23c9455daae7c83150ac824b12)
 

Author SHA1 Message Date
ThomasV ed256e064a Merge pull request #1269 from kyuupichan/COIN 10 years ago
Neil Booth 03e53a5e01 Create a constant for 100000000 and use it 10 years ago
ThomasV 4d9be9a6d2 commands: use decorator to register commands 10 years ago
ThomasV 7e20901e3b read command defaults 10 years ago
ThomasV c3f82fd69c fix cmd descriptions 10 years ago
ThomasV f8eb68458d use docstrings 10 years ago
ThomasV ddd6a58cc7 commands: extract params and options from arguments 10 years ago
ThomasV 1d5c6bdc2d deserialized option for mktx 10 years ago
ThomasV 4042ac69ec fix varname 10 years ago
ThomasV 9c76a0232e distinction between 'destination' and 'address' 10 years ago
ThomasV 200563c4e9 fix sweep fee 10 years ago
ThomasV c4d822b0cf add 'unsigned' option 10 years ago
ThomasV ee20910c65 fix signtransaction flags 10 years ago
ThomasV a3cd33fe03 add option to disable dnssec 10 years ago
ThomasV 9be94c74d2 add getalias command 10 years ago
ThomasV 8513dd2c63 fix cmd names 10 years ago
ThomasV c006678289 fix indent 10 years ago
ThomasV 5a76a0fc95 hook openalias plugin to command line interface 10 years ago
ThomasV bb7437e534 encapsulate variable in openalias plugin 10 years ago
ThomasV ee5f499fc1 use contacts in command line 10 years ago
ThomasV 5cd3bfedb6 always pass coins to wallet.make_unsigned_transactions. fix \! shortcut in commands 10 years ago
ThomasV 0531f00c80 support for \! shortcut in command line 10 years ago
ThomasV 0caa29784c separate param_descriptions and improve help messages 10 years ago
ThomasV cc610d352f merge signtxwithwallet and signtxwithkey 10 years ago
ThomasV 1d5f04c588 fix function name 10 years ago
ThomasV aa7f056d02 minor fix: sys.argv length 10 years ago
ThomasV 53a3f00389 add --deserialize option to gettransaction 10 years ago
ThomasV 9acc0e4ed0 minor formatting 10 years ago
ThomasV 2167b9e93d Merge pull request #1264 from kyuupichan/unify_interfaces 10 years ago
ThomasV bd6bfcea0e Merge pull request #1267 from kyuupichan/spendable_coins 10 years ago
Neil Booth 320f9a3790 get_spendable_coins and frozen addrs 10 years ago
ThomasV 00ded10810 fix: freeze does not need password 10 years ago
ThomasV 6cb5ba4314 Merge pull request #1266 from kyuupichan/fast_freezing 10 years ago
Neil Booth 0f29984f07 Speed up freezing and unfreezing of many addresses 10 years ago
ThomasV d6f4b57d64 help function for python console 10 years ago
ThomasV a1a4fe8e92 fix Commands constructor 10 years ago
ThomasV 92a158b910 proper handling of arg_types. add more options for listaddresses 10 years ago
ThomasV bf98b547e1 fix bug in cmd.params 10 years ago
ThomasV 2ab9272f52 fix positional arguments 10 years ago
ThomasV 966bb3c15f separate help and description for commands 10 years ago
ThomasV 0ad73b0899 better help 10 years ago
ThomasV d2f3e3f349 fix cmdline listcontacts 10 years ago
Neil Booth 2b66f0d459 Remove pending_servers, self.interfaces is now the complete set of 10 years ago
ThomasV ed5747fbcf Merge pull request #1260 from kyuupichan/avoid_addr_reuse 10 years ago
Neil Booth 4eaff5678d Avoid change address reuse if possible 10 years ago
ThomasV 48f98f75db improve help messages 10 years ago
ThomasV bf1aa6263c add description to command parameters 10 years ago
ThomasV 5dd535f915 move global options to parent, to avoid order-sensitive parsing 10 years ago
ThomasV 701527df20 fix -P option 10 years ago
ThomasV 6201133c48 fix #1263 10 years ago