JoelKatz
42e3453073
Our new rounding actually does nothing. So let's not round.
2012-12-11 00:17:11 -08:00
JoelKatz
f2ff4b3773
Simplify multiplication.
2012-12-11 00:15:06 -08:00
JoelKatz
d705bde28a
Cleanup.
2012-12-11 00:09:33 -08:00
JoelKatz
1bb3db9a7d
Don't set offsets to 'undefined' anymore.
2012-12-11 00:08:52 -08:00
Arthur Britto
0ebdac4f91
JS: Fix non-XRP add and canonicalize.
2012-12-10 23:47:14 -08:00
Arthur Britto
fe9610af70
JS: Better but still broken divide and friends again.
2012-12-10 23:16:07 -08:00
Arthur Britto
0f8ab00b11
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-10 22:33:46 -08:00
Arthur Britto
2537e47fc0
JS: Better but still broken divide and friends.
2012-12-10 22:33:33 -08:00
JoelKatz
21a611f8e6
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-10 22:05:42 -08:00
JoelKatz
ddcf87cdb6
Tiny optimization.
2012-12-10 22:05:23 -08:00
Stefan Thomas
13dc3ac1d7
Added some test cases for Amount.add().
2012-12-10 20:36:51 -08:00
JoelKatz
b520a15ce6
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-10 17:40:01 -08:00
JoelKatz
8f0089fc01
Bugfix.
2012-12-10 17:39:48 -08:00
JoelKatz
dd00d886a0
Use less funky rounding. Tiny optimization.
2012-12-10 17:36:48 -08:00
Stefan Thomas
10935c1773
Fix is_negative for new unified neg. number handling.
2012-12-10 17:02:01 -08:00
Stefan Thomas
2ce23c45b2
Add support for mixed operands to divide().
2012-12-10 16:44:34 -08:00
Vahe Hovhannisyan
0436928249
expose Seed
2012-12-10 16:05:20 -08:00
Arthur Britto
e6e2ecd80c
JS: Export Seed.
2012-12-10 14:47:54 -08:00
Arthur Britto
88904e3345
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-10 14:42:37 -08:00
Arthur Britto
9fc885e1ea
JS: Add Seed support and big fix for Amount.
2012-12-10 14:42:32 -08:00
JoelKatz
16c8bebf44
Workaround websocketpp's bad exception logic.
2012-12-10 14:27:43 -08:00
Stefan Thomas
52fc3af69b
Fix segfault on start.
2012-12-10 13:47:42 -08:00
jed
eea2739f53
add seq to offer json
2012-12-10 12:05:50 -08:00
JoelKatz
35ec825d8c
Tie the peer code into the new load management code.
2012-12-10 06:27:52 -08:00
JoelKatz
5cbc8f0018
Put this code in the repository for discussion. The goal is to make a simple
...
way to create a tree of parameters that can have compile-time defaults,
configuration file overrides, command line overrides, and run-time get/set
functionality without having to write any additional code for each
parameter.
2012-12-09 21:41:16 -08:00
JoelKatz
b1dd6c2523
Load types.
2012-12-09 20:37:57 -08:00
JoelKatz
92ffca7f42
Get rid of this, merging with LoadManager.
2012-12-09 20:28:08 -08:00
Arthur Britto
6e6cbe19af
JS: Fix for divide.
2012-12-09 00:15:31 -08:00
Arthur Britto
50aa2df4aa
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-09 00:11:22 -08:00
Arthur Britto
ea42fbce26
JS: Amount add multiply and divide.
2012-12-09 00:10:21 -08:00
Arthur Britto
afabfc8eac
JS: Reorder Amount functions alphabetically.
2012-12-08 23:27:46 -08:00
JoelKatz
4ed1b4f267
Dispatch all websocket commands to our pool. This should fix the deadlocks.
2012-12-08 19:54:32 -08:00
JoelKatz
66021ab284
Don't lose the thread head when a threaded node (like an offer or contract) is deleted.
2012-12-08 19:12:29 -08:00
JoelKatz
c9fb25e869
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-08 19:00:10 -08:00
JoelKatz
62611771ac
Remove redunant check.
2012-12-08 18:59:56 -08:00
Arthur Britto
e955bc5bb9
JS: Fixes for add and subtract.
2012-12-08 18:15:37 -08:00
Arthur Britto
f8587c36c3
JS: Add is_zero and compareTo to Amount.
2012-12-08 17:55:37 -08:00
Arthur Britto
4126d149cc
JS: Add abs, add, and subtract to Amount.
2012-12-08 17:38:08 -08:00
Arthur Britto
8801a95409
JS: Rework NaN testing for Amount.
2012-12-08 17:08:15 -08:00
Stefan Thomas
a67f9b9a21
Add link to ripple.txt wiki page.
2012-12-08 16:08:36 -08:00
Stefan Thomas
08602614e8
Added CORS requirement for ripple.txt.
2012-12-08 16:08:36 -08:00
JoelKatz
cbeacc5a30
Stray space.
2012-12-08 11:21:07 -08:00
JoelKatz
bdfa1d03f8
Fix a metadata corrupting bug. You can't use std::sort on a boost ptr_vector.
2012-12-08 11:15:37 -08:00
JoelKatz
78f6294832
Don't create a new context for each connection.
2012-12-08 10:42:25 -08:00
JoelKatz
502df2f1dd
Close the file.
2012-12-08 10:39:48 -08:00
Arthur Britto
dda0769c5e
JS: Add is_native() to Currency.
2012-12-07 22:24:50 -08:00
Arthur Britto
e03ed39fca
Some pathfinding fixes.
2012-12-07 17:47:29 -08:00
Arthur Britto
bfce6b4ec1
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-07 15:22:34 -08:00
Arthur Britto
2701f25052
Be more strict with payment build_path flag.
2012-12-07 15:22:24 -08:00
JoelKatz
ef6ff76656
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-07 14:31:53 -08:00