Arthur Britto
ca57b3ffe1
JS: Add automatic support to subscribe to transactions.
2013-04-26 08:59:48 +02:00
Arthur Britto
ddd9407170
JS: Don't require leading zeros on float styles.
2013-04-26 08:59:48 +02:00
Stefan Thomas
957b8eb1a8
Split Transaction class off into separate file.
2013-04-26 08:59:48 +02:00
Stefan Thomas
7bb87a7225
Fix logic error in Amount.add which caused results to always be positive.
2013-04-26 08:59:48 +02:00
Stefan Thomas
5fdb70f7d6
Expose SJCL so the client doesn't have to include a second copy.
2013-04-26 08:59:48 +02:00
Stefan Thomas
01e98005bc
Update SJCL.
2013-04-26 08:59:48 +02:00
Stefan Thomas
88032c6717
Load WebSocket module later.
...
This one change allows us to load the IE polyfills after the Ripple library.
Otherwise we would have to split up our dependencies into two groups, which
would add a bunch of complexity to the build system that I'd rather avoid.
2013-04-26 08:59:48 +02:00
Stefan Thomas
88c2062c89
Give more useful console output in IE9.
2013-04-26 08:59:48 +02:00
Stefan Thomas
9ca44e7e6f
Update names of states the client considers "online".
2013-04-26 08:59:48 +02:00
Stefan Thomas
81483f47e5
JS: Add account_info RPC method.
2013-04-26 08:59:48 +02:00
Arthur Britto
d76e85bf78
JS: Forward account and transaction publishes.
2013-04-26 08:59:48 +02:00
Stefan Thomas
89305e941c
Amount.product_human and Amount.ratio_human need to canonicalize.
2013-04-26 08:59:48 +02:00
jed
c94bc66a1b
windows
2013-04-26 08:59:48 +02:00
Arthur Britto
385cae7ca3
UT: More work on detecting standalone server exit.
2013-04-26 08:59:48 +02:00
Arthur Britto
e15c739977
JS Add support for SourceTag and Destination tag.
2013-04-26 08:59:48 +02:00
Arthur Britto
c3a3bc82b5
Work toward subscribe accounts by ledger index.
2013-04-26 08:59:48 +02:00
Arthur Britto
cd87582d19
JS: Fix saving fee info.
2013-04-26 08:59:48 +02:00
Stefan Thomas
e41bd874c6
Fix typo. Uint vs UInt always trips me up. :/
2013-04-26 08:59:48 +02:00
Stefan Thomas
d1cbd51601
Update upstream SJCL. This version contains our SHA512 contribution.
...
Preparing to get rid of the client having it's own separate copy of SJCL which
is not all that cool. :/
2013-04-26 08:59:48 +02:00
Stefan Thomas
0f2a69bb6a
More robust input type handling for Uint160.from_json().
2013-04-26 08:59:47 +02:00
Arthur Britto
d38fd1847d
Merge tepPARTIAL into tecCLAIMED.
2013-04-26 08:59:47 +02:00
Arthur Britto
e5c6acde7d
JS: Restrict UInt160 parse_json to wire format.
2013-04-26 08:59:47 +02:00
Arthur Britto
88a92e6205
JS: Add support for client knowing about connecting to testnet server.
2013-04-26 08:59:47 +02:00
Arthur Britto
bbd3c80ee9
JS: Add some place holders for the fee stuff.
2013-04-26 08:59:47 +02:00
Stefan Thomas
8905449153
New build system for SJCL.
2013-04-26 08:59:47 +02:00
Arthur Britto
c7258c36bb
Clean up - Ledger breaking changes.
2013-04-26 08:59:47 +02:00
Arthur Britto
1733685c80
JS: Add tipple alphabet.
2013-04-26 08:59:47 +02:00
Jcar
3ee4d8cf73
Got it to work in XCode :-) Including:
...
-Replicate Scons in Xcode configuration by importing various libraries
-That's the end of the list
2013-04-26 08:59:47 +02:00
Arthur Britto
81882bd1fa
JS: Fix amount parsing to accept negative exponents.
2013-04-26 08:59:47 +02:00
Stefan Thomas
2baccc4800
Add more precision options to to_human().
2013-04-26 08:59:47 +02:00
Arthur Britto
96c93247e6
UT: Test offer counts.
2013-04-26 08:59:47 +02:00
Arthur Britto
8196a1e15a
Fix network state reporting in server and client.
2013-04-26 08:59:47 +02:00
JoelKatz
54ed214fcf
Allow larger amounts in normal notation.
2013-04-26 08:59:47 +02:00
JoelKatz
51ff4565c4
Sync to C++ code logic. One test fails, I'm tracking it down now.
2013-04-26 08:59:47 +02:00
Stefan Thomas
aff2b5583e
Fix infinite loop when using a zero amount in a multiplication.
2013-04-26 08:59:47 +02:00
Arthur Britto
c56b7662df
Move from account create fee to reserve XRP.
2013-04-26 08:59:47 +02:00
Stefan Thomas
baf5799aa3
"Fix" multiply by disabling rounding - doesn't seem to produce correct results.
2013-04-26 08:59:47 +02:00
Stefan Thomas
9ba83813bd
Fix semantic errors in Amount#multiply.
2013-04-26 08:59:47 +02:00
Stefan Thomas
6b1bf2bc4d
Add product_human, fix ratio_human.
2013-04-26 08:59:46 +02:00
Arthur Britto
5e5cef8f23
Embed our own private copy of websocketpp.
2013-04-26 08:59:46 +02:00
Stefan Thomas
3c4f215017
Add ratio_human.
2013-04-26 08:59:46 +02:00
Arthur Britto
a67a686e43
JS: Do not retry as much to connect.
2013-04-26 08:59:46 +02:00
JoelKatz
5a688a4a54
Fix this to match.
2013-04-26 08:59:46 +02:00
Arthur Britto
854904c51d
UT: Fix payment test.
2013-04-26 08:59:46 +02:00
JoelKatz
9276c60403
Restore [(10X+3)(10Y+3)]/100 rounding.
2013-04-26 08:59:46 +02:00
JoelKatz
4aceb7cec5
Start of fix.
2013-04-26 08:59:46 +02:00
JoelKatz
c3542afb45
Simplify multiplication.
2013-04-26 08:59:46 +02:00
JoelKatz
61e5b549ed
Don't set offsets to 'undefined' anymore.
2013-04-26 08:59:46 +02:00
Arthur Britto
c2286dc059
JS: Fix non-XRP add and canonicalize.
2013-04-26 08:59:46 +02:00
Arthur Britto
ea02e7e2d3
JS: Better but still broken divide and friends again.
2013-04-26 08:59:46 +02:00