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
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
Arthur Britto
b7f3baee15
Split up TransactionEngine, part 1.
2012-09-09 19:54:46 -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
2522c4625f
Fixes for paths.
2012-08-20 12:37:36 -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
a251a1ae4e
Fix STPathSet deserialization.
2012-08-19 22:20:58 -07:00
Arthur Britto
7e30db94b4
Work on ripple paths.
2012-08-19 21:36:25 -07:00
Arthur Britto
9e41cac0da
Add RPC ripple command and improve wallet_propose.
2012-08-13 17:05:35 -07:00
Arthur Britto
1a6a6231cc
Add path expansion to transaction engine.
2012-08-03 14:57:52 -07:00
Arthur Britto
db8775729f
Merge branch 'master' into ripple
2012-08-01 14:34:24 -07:00
JoelKatz
a17ca0cd4a
Fix the crash bug.
2012-08-01 14:19:13 -07:00
Arthur Britto
794fe66008
Work towards ripple.
2012-08-01 12:44:22 -07:00
Arthur Britto
4f8ada17c7
Work towards ripple.
2012-07-28 17:38:37 -07:00
Arthur Britto
fde853d388
Revise STPathSet.
2012-07-28 17:35:51 -07:00
Arthur Britto
9d40598b2b
Cosmetic.
2012-07-11 12:32:06 -07:00
jed
1e99069aff
small fix
2012-07-10 14:41:54 -07:00
Arthur Britto
569edadeae
Cosmetic.
2012-07-02 13:31:33 -07:00
jed
2d7e096d29
start standardizing the RPC returns
2012-06-11 15:40:40 -07:00
Arthur Britto
c4b5438a4a
Fix STAccount::setValueH160.
2012-06-04 01:20:21 -07:00
JoelKatz
bd9fec36ae
Bugfix.
2012-06-01 16:10:02 -07:00
Arthur Britto
21d9140e4e
Work toward working directories.
2012-05-30 23:18:57 -07:00
JoelKatz
ece130d375
one-liner
2012-05-30 14:26:08 -07:00
JoelKatz
adf16f2322
Bugfixes.
2012-05-30 14:23:27 -07:00
JoelKatz
8b48945a02
Update.
2012-05-30 14:18:58 -07:00
JoelKatz
05eb5fa0f1
Typo.
2012-05-30 14:18:45 -07:00
JoelKatz
dc734a7f0b
Updates to vector type
2012-05-30 14:08:59 -07:00
Arthur Britto
451df81411
Add support for STVector256.
2012-05-26 02:55:36 -07:00
Arthur Britto
1e9304f8c6
Use STPathSet in place of STPath in transactions.
2012-05-20 23:43:02 -07:00
JoelKatz
9cfe26f5d6
New path code. PathSet/PathElement.
2012-05-20 20:14:19 -07:00
JoelKatz
ab899bb125
Updates.
2012-05-19 01:56:43 -07:00
JoelKatz
567ac3c846
STPathElement and STPath classes. Better Json-ization of serialized types.
2012-05-19 01:09:59 -07:00
Arthur Britto
fbd9e60e33
Use strHex in place of custom function.
2012-05-11 14:58:34 -07:00
JoelKatz
cf801992be
Cleanups. Missing helper functions.
2012-05-03 12:40:05 -07:00
JoelKatz
55d2bc450d
Don't lose the account field name.
2012-04-26 18:58:44 -07:00
JoelKatz
f27b6b6a1a
Bugfix.
2012-04-26 17:37:46 -07:00
JoelKatz
bf4becf436
Get STAccount value as NewcoinAddress.
2012-04-23 15:59:39 -07:00
JoelKatz
5a9050aa69
Bugfix.
2012-04-20 20:21:42 -07:00
JoelKatz
9f58a4bfbf
Cleanups.
2012-04-12 23:23:14 -07:00
JoelKatz
21bb574e96
Having a function in a base class that's widely overloaded called 'getType'
...
is a bad idea. Change it to 'getSType'.
2012-04-08 19:56:48 -07:00
JoelKatz
d7669944de
Ability to compare serialized types.
2012-04-08 16:33:28 -07:00
JoelKatz
11cbf862e4
Full support for 128-bit types. Remove throw() specifications.
2012-04-05 21:08:34 -07:00
JoelKatz
cb28fd52a3
Make accounts there own type
...
so we can add new functionality and so they can display properly.
Cleanups and missing helper function.
2012-03-27 15:51:14 -07:00
JoelKatz
b2caa606d0
Bugfixes and some new functionality to better support higher-level types.
2012-03-21 11:30:01 -07:00
JoelKatz
bcb7206d74
Change some STU* names to ST* names.
2012-03-20 11:21:02 -07:00
JoelKatz
2c113e8f8e
Type for transaction types.
2012-03-19 09:31:20 -07:00