Arthur Britto
49ff0d2912
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-27 16:06:52 -07:00
Arthur Britto
8ee8016545
Fix bug with STAmount::zero().
2012-10-27 16:03:36 -07:00
JoelKatz
cecce9bf4a
add 'isDefault' function.
2012-10-26 13:37:54 -07:00
Arthur Britto
249725b66b
Rename NewcoinAddress to RippleAddress.
2012-10-25 18:31:20 -07:00
JoelKatz
cc94abf891
Some cleanups.
2012-10-20 12:20:47 -07:00
JoelKatz
bfee7a3082
I apologize for the disaster that was toUInt64. It has been nuked from orbit.
2012-10-12 18:24:32 -07:00
MJK
25e10ce9cb
bug fix for Pathfinder. Drop zero-length paths; prevent them from getting added and avoid pathbuilding errors later
2012-10-09 17:02:01 -07:00
Arthur Britto
0a6cec34c5
Fix getJson for STUInt8, 16, 32, 64.
2012-10-05 18:02:22 -07:00
MJK
50a993e921
Ripple tentatively implemented
2012-10-04 18:21:05 -07:00
Arthur Britto
66fd6146fa
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-03 14:45:10 -07:00
Arthur Britto
5b1ac0b1e5
Add transfer support to offer taking.
2012-10-03 14:44:59 -07:00
JoelKatz
f0320f0b7f
More JSON work.
2012-10-03 13:53:06 -07:00
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
d9b0d39cf6
JSON->Account
2012-10-02 01:01:27 -07:00
JoelKatz
e7c9ee09f6
New JSON functionality.
2012-10-01 16:53:54 -07:00
Arthur Britto
61e939285e
Fix operator-() for XNS.
2012-10-01 13:22:36 -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
cc8d470e21
Bugfix.,
2012-09-28 22:39:43 -07:00
JoelKatz
b6653732b0
New serializer work.
...
Rework add/addRaw/addData per discussion with Arthur.
New STObject add/deserialize code.
STArray add/deserialize code.
Allow arrays of normal fields.
Other small fixes.
2012-09-27 15:43:29 -07:00
JoelKatz
a40120b6c9
Cleanups and fixes.
2012-09-27 14:11:10 -07:00
JoelKatz
c10ff5bac9
More serialization rework.
2012-09-26 14:22:04 -07:00
JoelKatz
fbb0baaca0
Cleanups.
2012-09-26 00:28:58 -07:00
JoelKatz
e0587a44b8
More work on new serializer code.
2012-09-25 22:47:59 -07:00
JoelKatz
2446db0bbe
More serialization work.
2012-09-25 19:27:09 -07:00
JoelKatz
c757d363af
Parts of the new serialization code. Does not compile yet.
2012-09-25 16:48:24 -07:00
JoelKatz
6c17c0270b
Remove dead code.
...
Use the protocol file to generate the STI_* constants.
2012-09-24 23:25:27 -07:00
JoelKatz
9432d35f14
You don't need to customize operator=(const&) since the base class does it for you.
2012-09-24 14:45:44 -07:00
JoelKatz
3c5ea7020f
Start of STAmount issuer fixes.
2012-09-24 14:30:24 -07:00
JoelKatz
a4070de73e
Some work on the new binary formats that doesn't break current code.
2012-09-24 13:04:24 -07:00
Arthur Britto
b7f3baee15
Split up TransactionEngine, part 1.
2012-09-09 19:54:46 -07:00
JoelKatz
390e628f10
Cmall cleanups and fixes.
2012-09-07 15:06:25 -07:00
Arthur Britto
1c963cc1a0
Merge branch 'master' into ripple
2012-09-04 16:16:13 -07:00
Arthur Britto
dda279e5a6
Remove remaining support for redeem and issue flags.
2012-09-03 14:37:00 -07:00
Arthur Britto
61831eaa3c
Obsolete redeem and issue flag support from ripple paths.
2012-09-03 13:57:01 -07:00
JoelKatz
9977463122
You no longer need .getFullText() on an operator<< to an ostream.
...
There's like 25 of them in TransactionEngine.cpp that can be removed when convenient
2012-09-03 02:30:17 -07:00
Arthur Britto
1024af54b6
Modify RPC and transactions to use quality flags for ripple.
2012-09-02 21:32:52 -07:00
Arthur Britto
60653a5108
Add STAmount divide and multiply shortcuts.
2012-09-01 17:24:12 -07:00
Arthur Britto
cf450106c4
Require issuer when specifying currency when creating STAmount.
2012-08-25 14:49:45 -07:00
Arthur Britto
acb4502a04
Work toward rippling through offers.
2012-08-23 13:26:53 -07:00
Arthur Britto
a99f814c20
Allow qualities to be specified as a float for RPC.
2012-08-20 13:19:43 -07:00
Arthur Britto
2522c4625f
Fixes for paths.
2012-08-20 12:37:36 -07:00
jed
336a1c27fc
Merge branch 'master' of github.com:jedmccaleb/NewCoin
...
Conflicts:
src/LedgerNode.cpp
2012-08-20 09:42:15 -07:00
jed
5484205b26
Merge branch 'master' of github.com:jedmccaleb/NewCoin
...
Conflicts:
src/RippleLines.cpp
2012-08-20 09:40:40 -07:00
JoelKatz
aa1f923306
A better fix so that every type doesn't have to have its own operator=.
...
This fixes it in one place and allows many such helpers to be removed.
2012-08-19 22:47:59 -07:00
JoelKatz
6f5eb015bf
Fix the bug causing 'Paths' not to have a name. The implicit 'operator='
...
function obliterated the name.
2012-08-19 22:41:30 -07:00
Arthur Britto
64b3afad28
Fixes for quality.
2012-08-18 13:16:58 -07:00
jed
3208f2c15e
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-08-17 21:36:14 -07:00
jed
ffbd719508
.
2012-08-17 21:35:56 -07:00
Arthur Britto
99d1451c29
Fixes for direct ripple with quality to work.
2012-08-17 17:11:13 -07:00