Commit Graph

1198 Commits

Author SHA1 Message Date
Arthur Britto
cfadde4a7e Add PasswordFund and PasswordSet to transaction engine. 2012-06-03 19:45:36 -07:00
Arthur Britto
c1adbaf631 Define transaction formats for PasswordFund and PasswordSet. 2012-06-03 19:44:29 -07:00
Arthur Britto
aec977ced2 Add config ACCOUNT_PROBE_MAX. 2012-06-03 19:43:21 -07:00
Arthur Britto
07658219de Add dummy function fallthru(). 2012-06-03 19:42:53 -07:00
Arthur Britto
96face502c Add unit tests for STAmount::setValue. 2012-06-03 01:54:51 -07:00
Arthur Britto
97fe2568e5 Improve starting currency comments. 2012-06-02 17:12:57 -07:00
JoelKatz
56d883571a Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-02 16:19:51 -07:00
JoelKatz
8701337af7 Work on the wobble logic. 2012-06-02 16:19:37 -07:00
Arthur Britto
d7095eef21 Merge branch 'pay' 2012-06-02 16:15:01 -07:00
Arthur Britto
78614a2450 Get RPC command account_message_set working. 2012-06-02 16:13:53 -07:00
Arthur Britto
e645ac7350 Add static helpers to NewcoinAddress. 2012-06-02 16:13:13 -07:00
JoelKatz
866ead228b Rule out the SHAMap snapShot code as the cause of the duplicate Txn bug.
Add unit test for the SHAMap snapShot code.
Add some extra asserts for attempts to modify immutable maps.
2012-06-02 15:34:49 -07:00
Arthur Britto
a8e65ce045 Add RPC command account_wallet_set. 2012-06-02 14:56:13 -07:00
Arthur Britto
2e78031442 Add RPC command account_email_set. 2012-06-02 14:25:44 -07:00
Arthur Britto
da20c80697 Add support for creating AccountSet transactions. 2012-06-02 14:25:08 -07:00
Arthur Britto
3332bf474f Add support for AccountSet to TransactionEngine. 2012-06-02 14:24:32 -07:00
Arthur Britto
573edfcb91 Add support for H128 to Serialized classes. 2012-06-02 14:23:44 -07:00
Arthur Britto
318d8ec71b Add flags for AccountSet to TransactionFormats. 2012-06-02 14:23:00 -07:00
Arthur Britto
e3c3382572 Add support for gravatar urls to AccountState. 2012-06-02 14:21:49 -07:00
Arthur Britto
2553b26e47 Add MessageKey field to AccountSet transaction. 2012-06-02 12:16:37 -07:00
Arthur Britto
49f2e2993b Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-02 12:00:25 -07:00
Arthur Britto
14c07d34be Fix RPC wallet_accounts. 2012-06-02 12:00:06 -07:00
Arthur Britto
583b0b9052 Fixes for RPC wallet_add and work toward more commands. 2012-06-02 11:53:38 -07:00
JoelKatz
6ede1a7bef Set closed flag. 2012-06-02 11:08:18 -07:00
Arthur Britto
f0e3383856 Fix starting number of XNS. 2012-06-02 02:04:46 -07:00
Arthur Britto
affe4445bd Implement doWalletAdd(). 2012-06-01 23:32:27 -07:00
Arthur Britto
2e61af4318 Add NewcoinAddress::createAccountPublic(). 2012-06-01 23:31:37 -07:00
JoelKatz
6cdf039c70 Back out the nonce workaround. 2012-06-01 21:01:23 -07:00
Arthur Britto
04790d8966 Create theApp for unit tests. 2012-06-01 20:57:55 -07:00
JoelKatz
856cd07de7 Final piece of fee fix. 2012-06-01 20:34:37 -07:00
JoelKatz
766e03bc62 Fee charge fixes. 2012-06-01 20:34:25 -07:00
JoelKatz
46e69d324c Extra debug 2012-06-01 20:34:05 -07:00
JoelKatz
be931912c6 Nonce code broke the unit test because theAPP is NULL 2012-06-01 20:33:34 -07:00
JoelKatz
5ab1041b26 Transaction fees are STAmounts. 2012-06-01 20:33:17 -07:00
JoelKatz
70d978fc71 prototype 2012-06-01 20:32:59 -07:00
JoelKatz
d25c97f7d5 STAmount::setValue(const STAmount &) 2012-06-01 20:32:42 -07:00
JoelKatz
1dfa9d0615 We can't adjust the ledger coin total when we are processing
transactions non-finally.
2012-06-01 20:32:05 -07:00
JoelKatz
44451280e8 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-01 19:33:33 -07:00
Arthur Britto
6d7e43e967 Merge branch 'pay' 2012-06-01 18:04:27 -07:00
Arthur Britto
c4753b7034 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-01 18:02:04 -07:00
Arthur Britto
d464cb5f02 Fix transaction authorization handling in TransactionEngine. 2012-06-01 18:01:18 -07:00
Arthur Britto
74aeae4799 Add RPC command wallet_add. 2012-06-01 18:00:12 -07:00
Arthur Britto
ba5aef352c Add support to create WalletAdd transaction. 2012-06-01 17:59:56 -07:00
Arthur Britto
0ba478b296 Define WalletAdd transaction format. 2012-06-01 17:58:57 -07:00
Arthur Britto
3dd84e134c Add help for RPC wallet_add. 2012-06-01 17:57:20 -07:00
JoelKatz
2372a13041 Bugfix. 2012-06-01 16:49:08 -07:00
JoelKatz
2a6179dcaf Status update buglet. 2012-06-01 16:44:46 -07:00
JoelKatz
5206d88745 Redundant status change. 2012-06-01 16:44:38 -07:00
JoelKatz
aaedf5116b Bugfixes. 2012-06-01 16:39:26 -07:00
JoelKatz
9607ea1543 Extra logging. 2012-06-01 16:32:34 -07:00