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 |
|
JoelKatz
|
cfa0f129d9
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize
Conflicts:
src/LedgerFormats.cpp
src/SerializedLedger.cpp
src/Version.h
Merge with master
|
2012-09-28 19:22:30 -07:00 |
|
JoelKatz
|
ebf3aeee64
|
Remove infinite loop.
|
2012-09-28 19:14:21 -07:00 |
|
JoelKatz
|
2b0c95a838
|
Typo.
|
2012-09-28 19:13:34 -07:00 |
|
JoelKatz
|
01c164c6fb
|
Rewrite a lot of the SerializedTransaction code. Mostly just removing obsolete code.
|
2012-09-28 19:12:56 -07:00 |
|
JoelKatz
|
dc2e47b67c
|
Hash functions.
|
2012-09-28 19:12:38 -07:00 |
|
JoelKatz
|
3f0c87588e
|
Small changes to support new transaction serialization code.
|
2012-09-28 19:12:07 -07:00 |
|
JoelKatz
|
64231daadb
|
Protocol updates.
|
2012-09-28 19:11:24 -07:00 |
|
MJK
|
40b5189209
|
Changes to logrotate per arthur's comment
|
2012-09-28 18:34:42 -07:00 |
|
Arthur Britto
|
c74cb38e09
|
Do not do SNTP in standalone mode.
|
2012-09-28 17:46:32 -07:00 |
|
Arthur Britto
|
7bd25b8688
|
Remove LowID and HighID from ripple state nodes.
|
2012-09-28 14:59:34 -07:00 |
|
JoelKatz
|
b2682ac5ee
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize
|
2012-09-28 14:26:40 -07:00 |
|
JoelKatz
|
8c2eda1f93
|
Fix signature/hash generation.
|
2012-09-28 14:26:19 -07:00 |
|
Arthur Britto
|
3cd9068793
|
Clean up js.
|
2012-09-28 12:44:39 -07:00 |
|
Arthur Britto
|
723897c449
|
Merge branch 'master' into ut
Conflicts:
js/utils.js
test/server.js
|
2012-09-28 12:34:27 -07:00 |
|
Arthur Britto
|
9f2b38a441
|
TransactionEngine: do not allow bad transfer rate to be set.
|
2012-09-28 12:30:29 -07:00 |
|
Arthur Britto
|
e2fb75046f
|
RPC: Fix parsing of ripple options limit and average.
|
2012-09-28 12:29:44 -07:00 |
|
JoelKatz
|
b88d6486a6
|
Rather than a polymorphic downcast, just fill in the object in place.
|
2012-09-27 20:55:10 -07:00 |
|
JoelKatz
|
febe7a1224
|
Search/replace went slightly awry.
|
2012-09-27 20:47:50 -07:00 |
|
JoelKatz
|
2c2bfab52f
|
STArrays should only hold STObject's
|
2012-09-27 20:47:11 -07:00 |
|
JoelKatz
|
f6a151b5a8
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize
|
2012-09-27 20:40:55 -07:00 |
|
JoelKatz
|
b8a84ec83e
|
Bug fixes.
|
2012-09-27 20:40:34 -07:00 |
|
JoelKatz
|
5ab9871fe6
|
Bump versions to prevent incomatible server-server connections.
|
2012-09-27 20:40:15 -07:00 |
|