Arthur Britto
fe33bdaae8
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-21 21:45:10 -07:00
Arthur Britto
bd0dc68a22
JS: More fixes and tests for Amount.negate().
2012-10-21 21:45:04 -07:00
jed
5e0f4c0102
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-21 21:07:04 -07:00
jed
0d2e1252e1
changes to tx_history
2012-10-21 21:06:46 -07:00
Arthur Britto
e92f2f38c1
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-21 20:34:14 -07:00
Arthur Britto
fff39797c0
UT: Lots of improvements and fixes.
...
- Parse negative amounts.
- Make Amount.negate() return a new value.
- Add Amount.equals().
- Rename Remote.trace() to set_trace().
- Fix request_ripple_balnce.
- Add more tests to send-test.js.
- Add more tests to amount-test.js.
- Add helper functions create_accounts and credit_limits to
testutils.js.
2012-10-21 20:33:11 -07:00
jed
6bb79463d8
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-21 19:21:24 -07:00
jed
7fb75174fc
added tx_history RPC
2012-10-21 19:21:08 -07:00
Arthur Britto
cc3c640322
UT: Share setUp and tearDown code.
2012-10-21 15:30:16 -07:00
Arthur Britto
59a61d7b35
JS: Add support for more types of transactions to remote.js.
2012-10-21 14:44:35 -07:00
Arthur Britto
416f62a3f5
JS: Add Date support to offer_create.
2012-10-20 19:11:30 -07:00
Arthur Britto
704aec5b89
UT: Silence offer-test.js
2012-10-20 17:18:36 -07:00
Arthur Britto
86ec1d9d57
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-20 17:08:23 -07:00
Arthur Britto
27ea314f8d
UT: Rework server.js and clean up test output.
2012-10-20 17:04:33 -07:00
jed
51856f218f
.
2012-10-20 16:51:38 -07:00
jed
366f2ebceb
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-20 16:42:48 -07:00
JoelKatz
4b2b75b367
Fix the bug Andrey reported. A reference into an array can become invalid if
...
the array changes size. This happened in the txn metadata code when we had
to thread while handling a node.
2012-10-20 12:52:25 -07:00
JoelKatz
7b8e445456
Some extra constructors.
2012-10-20 12:52:20 -07:00
JoelKatz
d2005a718c
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-20 12:20:54 -07:00
JoelKatz
cc94abf891
Some cleanups.
2012-10-20 12:20:47 -07:00
jed
544e181bd2
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-10-20 07:01:27 -07:00
jed
8cfb15e741
.
2012-10-20 07:00:36 -07:00
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
jed
4c052851f1
Merge branch 'master' of github.com:jedmccaleb/NewCoin
...
Conflicts:
validators.txt
2012-10-19 21:57:11 -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