Commit Graph

4352 Commits

Author SHA1 Message Date
Stefan Thomas
6398d58ccf The command "grunt" now builds everything.
Switched webpack build over to grunt.
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
Arthur Britto
0e21a045f6 Banish local validators.txt. 2013-04-26 08:59:47 +02:00
Arthur Britto
6483cd0b11 Banish .DS_Store files. 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
790ee6ebef Improve documentation for config-example.js 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
6f66cf734c UT: Fix intermitent timeouts. 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
702d328e89 UT: Fixes for reserves. 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
ef23babf8b Add tests for Amount#multiply. 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
Arthur Britto
44ff7d2609 JS: Better but still broken divide and friends. 2013-04-26 08:59:46 +02:00
Stefan Thomas
eefaea7a74 Added some test cases for Amount.add(). 2013-04-26 08:59:46 +02:00
Stefan Thomas
5347d19503 Fix is_negative for new unified neg. number handling. 2013-04-26 08:59:46 +02:00
Stefan Thomas
d8076d5f9b Add support for mixed operands to divide(). 2013-04-26 08:59:46 +02:00
Vahe Hovhannisyan
2d824a8bd4 expose Seed 2013-04-26 08:59:46 +02:00
Arthur Britto
03039dc399 JS: Export Seed. 2013-04-26 08:59:46 +02:00
Arthur Britto
128a533aed JS: Add Seed support and big fix for Amount. 2013-04-26 08:59:46 +02:00
Arthur Britto
7813c4da4f JS: Fix for divide. 2013-04-26 08:59:46 +02:00
Arthur Britto
728a8c02db JS: Amount add multiply and divide. 2013-04-26 08:59:46 +02:00
Arthur Britto
6a0c173168 JS: Reorder Amount functions alphabetically. 2013-04-26 08:59:46 +02:00
Arthur Britto
9d18fadf8d JS: Fixes for add and subtract. 2013-04-26 08:59:46 +02:00
Arthur Britto
1d65d5434d JS: Add is_zero and compareTo to Amount. 2013-04-26 08:59:46 +02:00
Arthur Britto
d49d83d69d JS: Add abs, add, and subtract to Amount. 2013-04-26 08:59:46 +02:00
Arthur Britto
dbc80c043b JS: Rework NaN testing for Amount. 2013-04-26 08:59:46 +02:00
Arthur Britto
dfcd04b320 JS: Add is_native() to Currency. 2013-04-26 08:59:46 +02:00
Stefan Thomas
d24271a740 Add WebSocket Secure (SSL) support to client library. 2013-04-26 08:59:46 +02:00
Stefan Thomas
a50661752c Only consider a server connection with server_status == 'ok' as being 'online'. 2013-04-26 08:59:46 +02:00