Commit Graph

2493 Commits

Author SHA1 Message Date
JoelKatz
ddab25ab44 Break out the portion that sets the value from the STAmount code.
Fix its mishandling of negative amounts.
Support array types in STAmount JSON input.
2012-10-02 04:28:01 -07:00
JoelKatz
17a99e686b More STAmount JSON work. 2012-10-02 03:49:46 -07:00
JoelKatz
d9b0d39cf6 JSON->Account 2012-10-02 01:01:27 -07:00
JoelKatz
4d64ab03b0 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-10-02 00:31:42 -07:00
JoelKatz
3bed31ae4a Detect more error conditions. 2012-10-02 00:31:30 -07:00
JoelKatz
670adae353 Cleanup. 2012-10-02 00:31:18 -07:00
JoelKatz
2b18d9dce8 Some range check helper functions and lexical_cast_ functions that throw. 2012-10-02 00:31:00 -07:00
MJK
f5ffc8f0e9 Merge branch 'master' of https://github.com/jedmccaleb/NewCoin 2012-10-01 21:36:26 -07:00
MJK
ef28ebe7a5 fix for mis-parsed send_max param in doSend() 2012-10-01 21:35:45 -07:00
JoelKatz
e2c257f50b Fix a bug Jed reported. More JSON work. Redo format layouts. 2012-10-01 20:09:24 -07:00
JoelKatz
e7c9ee09f6 New JSON functionality. 2012-10-01 16:53:54 -07:00
JoelKatz
e04b695434 Burninate "Value" in "*ValueField*" functions. It was just pointless extra typing.
What else would you set/get in a field, by name, other than its value?
2012-10-01 15:35:30 -07:00
JoelKatz
18d3773da4 Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
	src/Transaction.cpp
2012-10-01 15:22:37 -07:00
JoelKatz
79c35f2689 Remove all IField/ITField functions. They are now obsolete.
Use the correponding STObject functions.
2012-10-01 15:21:22 -07:00
Arthur Britto
0b49c0dee9 Get rid of unneeded signature parameter for NicknameSet. 2012-10-01 15:05:53 -07:00
JoelKatz
841a404114 Fix duplicate fields. 2012-10-01 14:33:13 -07:00
Arthur Britto
11f9c0e0eb Merge branch 'works' 2012-10-01 13:23:46 -07:00
Arthur Britto
45318f5e06 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-10-01 13:23:39 -07:00
Arthur Britto
61e939285e Fix operator-() for XNS. 2012-10-01 13:22:36 -07:00
Arthur Britto
eb2244de76 Get rid of compiler warning. 2012-10-01 13:22:21 -07:00
Arthur Britto
6b33575064 Merge branch 'master' of github.com:jedmccaleb/NewCoin into works 2012-10-01 12:18:03 -07:00
Arthur Britto
cba4b82091 Don't allow offer amounts to be negative. 2012-10-01 12:16:59 -07:00
JoelKatz
c4275c6d80 More work on the JSON conversion code. 2012-10-01 08:32:23 -07:00
JoelKatz
98d8823be0 Get ready for Json decode. 2012-10-01 02:19:17 -07:00
JoelKatz
d37db0219d Fix endless recursion. 2012-10-01 00:57:01 -07:00
JoelKatz
c6aa3b2678 Type json improvements 2012-10-01 00:55:16 -07:00
JoelKatz
b973f3509c Typo fixes. 2012-09-30 23:40:21 -07:00
JoelKatz
de3b89d5c1 Fix the bug Jed reported. Need isTeRetry. 2012-09-30 23:38:29 -07:00
JoelKatz
5cc421bc76 Temporary fix to some issues caused by transaction flattening.
Will work out details with Arthur.
2012-09-30 22:42:06 -07:00
JoelKatz
11d092b98e Oops, accidental reversion
.#	ntest
2012-09-30 22:41:08 -07:00
JoelKatz
a4b330e9bc Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize
Conflicts:
	src/TransactionFormats.cpp

Fast forward.
2012-09-30 22:38:31 -07:00
MJK
0c3a3e6591 Merge branch 'master' of https://github.com/jedmccaleb/NewCoin 2012-09-29 18:29:33 -07:00
MJK
9496050bdf Towards pathfinder() changes 2012-09-29 18:29:02 -07:00
Arthur Britto
22873ff73d Remove destination field from credit_set transaction. 2012-09-29 18:28:05 -07:00
Arthur Britto
ed94c2f4a8 Really fix RPC ripple_line_set. 2012-09-29 17:58:07 -07:00
Arthur Britto
68ee1a4fa7 Fix RPC ripple_line_set & TA credit_set to correctly handle issuer. 2012-09-29 17:49:57 -07:00
Arthur Britto
de27b41277 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-09-29 14:40:50 -07:00
Arthur Britto
dd44fd7908 Cosmetic 2012-09-29 14:40:35 -07:00
JoelKatz
98655aed4d Correctly check validity for type during setType. 2012-09-29 01:30:17 -07:00
JoelKatz
3e305871c3 Missing sort. 2012-09-29 00:30:21 -07:00
JoelKatz
4800899c47 Cleanup. bugfixes. 2012-09-29 00:06:17 -07:00
JoelKatz
135b4054e0 Cleanup, remove dead code. 2012-09-29 00:06:08 -07:00
JoelKatz
29a5b60154 Fix txn signature breakage. 2012-09-29 00:05:54 -07:00
JoelKatz
aa8401066e Bugfixes. 2012-09-28 23:48:19 -07:00
JoelKatz
b6c73c87d4 auto_ptr semantics are a bit odd 2012-09-28 23:35:40 -07:00
JoelKatz
609edfddbd Cleanups. 2012-09-28 22:40:14 -07:00
JoelKatz
079d376390 Bugfix. 2012-09-28 22:40:00 -07:00
JoelKatz
cc8d470e21 Bugfix., 2012-09-28 22:39:43 -07:00
JoelKatz
431ba30335 Missing function. 2012-09-28 19:34:21 -07:00
JoelKatz
16ea43d60c Fixups. 2012-09-28 19:26:36 -07:00