Arthur Britto
23b29956d3
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-19 23:10:54 -07:00
Arthur Britto
49f1b42d26
Cosmetic.
2012-10-19 23:10:49 -07:00
Andrey Fedorov
b395b943ca
new offer_create test to crash server
2012-10-20 02:08:19 -04:00
Arthur Britto
7ed60afad5
JS: Fix config nicknames for remote-test.js.
2012-10-19 22:31:05 -07:00
Arthur Britto
c6cb483631
UT: offer-test.js remove extra functions
2012-10-19 21:36:05 -07:00
Arthur Britto
3691def75e
UT: Add offer-test.js
2012-10-19 21:32:01 -07:00
Arthur Britto
60635b45e2
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-19 21:17:12 -07:00
Arthur Britto
c3ebbf1f77
Cosmetic.
2012-10-19 21:17:03 -07:00
Arthur Britto
083e78e124
JS: Add offer_cancel.
2012-10-19 21:16:09 -07:00
Arthur Britto
5d9fdae5cf
JS: Fix UInt160 to use config.
2012-10-19 21:15:22 -07:00
Arthur Britto
2ada16e222
Change OfferCancel to succeed if offer not found.
2012-10-19 21:14:23 -07:00
JoelKatz
17437784d6
If these are going to be in the repo, they should be correct.
2012-10-19 16:53:32 -07:00
JoelKatz
90d061529b
Tiny fix.
2012-10-19 16:50:14 -07:00
JoelKatz
a98aa82f3a
Fix some broken logic in the way we detect when other nodes have declared consensus.
2012-10-19 16:49:56 -07:00
JoelKatz
aa4a1b5994
Simplifications.
2012-10-19 16:49:47 -07:00
JoelKatz
81170d7811
Logging improvements.
2012-10-19 16:37:39 -07:00
JoelKatz
7ee9a20f40
Some logging cleanups.
2012-10-19 14:30:09 -07:00
JoelKatz
d3e91345c9
Begin cleaning up the handling of ledger changes during the consensus window.
2012-10-19 14:24:32 -07:00
JoelKatz
887a87081f
Move to new logging.
2012-10-19 12:51:06 -07:00
JoelKatz
bd2b4daae4
If a debug logfile is set, don't suppress INFO/DEBUG logging.
2012-10-19 12:33:11 -07:00
JoelKatz
ec0376533f
Change "logseverity" command to "log_level".
2012-10-19 12:28:12 -07:00
JoelKatz
19efa3bf9b
Make sure we properly handle receiving our own proposals and validations.
2012-10-19 11:51:44 -07:00
Arthur Britto
fd1122c673
JS: Fix request_ripple_balance.
2012-10-18 20:00:36 -07:00
Arthur Britto
81cbbc2642
JS: Lots of fix for Amount parsing.
2012-10-18 20:00:02 -07:00
Arthur Britto
02a361c41a
WS: Fix ledger_entry for ripple_state.
2012-10-18 19:59:22 -07:00
Arthur Britto
93fe922cc5
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-18 18:52:38 -07:00
Arthur Britto
52d45d0b04
JS: Make remote.js more flexible.
2012-10-18 18:51:07 -07:00
Arthur Britto
43f7b2654d
JS: Make Amount more flexible.
2012-10-18 18:50:35 -07:00
Arthur Britto
4be22da6d3
Return terNO_LINE instead of tefEXCEPTION where approriate.
2012-10-18 18:49:55 -07:00
Arthur Britto
7664065cf6
WS: Make ledger_entry more strict.
2012-10-18 18:48:06 -07:00
JoelKatz
3380253bf9
Some cleanups.
2012-10-18 14:27:54 -07:00
JoelKatz
b70e12ee61
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-18 13:40:45 -07:00
JoelKatz
b35646e8ad
Delete dead code.
2012-10-18 13:40:15 -07:00
JoelKatz
bd135b8772
Use the new HTTP request parser
2012-10-18 13:39:36 -07:00
JoelKatz
1ddd55b763
Sane HTTP request parser.
2012-10-18 13:39:16 -07:00
Arthur Britto
10c3bec3df
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-18 12:49:06 -07:00
Arthur Britto
32b70e638e
WS: Change ledger entry to take 'ledger_closed' instead of 'ledger'.
2012-10-18 12:48:49 -07:00
Arthur Britto
86303472bc
JS: Add negate() and parse_issuer() to Amount.
2012-10-18 12:23:17 -07:00
JoelKatz
b43697e3e1
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-18 09:19:15 -07:00
JoelKatz
92409dd3fc
Add 'SHAMap::getPath' function to get a verifiable path through a SHAMap.
2012-10-18 09:18:46 -07:00
Arthur Britto
ceb2aac937
Clean up.
2012-10-18 00:35:50 -07:00
Arthur Britto
9c7e033596
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-18 00:13:00 -07:00
Arthur Britto
04f369886a
JS: Have remote look in the current ledger to get Sequence for new accounts.
2012-10-18 00:12:48 -07:00
JoelKatz
b09318f8d3
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-17 23:39:32 -07:00
JoelKatz
e534f0ba78
Allow log levels to be tweaked at run time.
2012-10-17 23:39:14 -07:00
Arthur Britto
660c7e3b2b
JS: Fix ripple_line_set.
2012-10-17 23:27:57 -07:00
Arthur Britto
4083ca2a8a
JS: Add support for config accounts to UInt160.parseJson().
2012-10-17 23:27:19 -07:00
Arthur Britto
bacfcff48c
Improve remote.js and test starts.
...
- Transactions now emit 'pending' and 'lost'
- Remote now supports once().
- Tests now use 'ledger_closed' to know when to start.
- Fix quick close of remote.
2012-10-17 18:15:04 -07:00
Arthur Britto
d7ccf1f7a6
Cosmetic.
2012-10-17 16:50:41 -07:00
Arthur Britto
2f4867caec
JS: report final transaction status.
2012-10-17 15:41:18 -07:00