Geert Weening
39b7e27aa6
[TASK] bump version to 0.8.1-rc3
v0.8.1-rc3
2014-09-12 14:26:25 -07:00
Geert Weening
b1876b4f77
[DOC] update release notes
2014-09-12 14:26:02 -07:00
wltsmrz
db3b41d1ba
Merge pull request #167 from ximinez/ripd-549
...
[BUG] Fix Amount.to_human_full()
2014-09-12 12:16:03 -07:00
Edward Hennis
02b5d14d0f
[BUG] Fix Amount.to_human_full()
...
* Amount.is_native is a function, but was referenced as a bool.
* Duplicate to_text_full tests to test to_human_full.
2014-09-12 10:52:46 -04:00
wltsmrz
0120044c96
Fix undefined fee states when connecting to a rippled that is syncing
2014-09-11 23:44:21 -07:00
wltsmrz
ad6304e857
Merge pull request #166 from geertweening/develop
...
[DOC] update README install instructions
2014-09-10 18:54:45 -07:00
Geert Weening
7cba84b8cf
[DOC] update README install instructions
2014-09-10 18:51:59 -07:00
Geert Weening
5a9a4be163
[TASK] bump version to 0.8.1-rc2
v0.8.1-rc2
2014-09-10 17:54:11 -07:00
Geert Weening
4d1a31d3c9
Revert "[FOLD] Add postinstall step to build the sjcl.js"
...
This reverts commit 42c853dbf4 .
2014-09-10 17:53:29 -07:00
Geert Weening
6e3ceec4e5
[TASK] update publish scripts
2014-09-10 17:33:52 -07:00
Geert Weening
bc7d3c0af8
[TASK] add release candidate publish script
2014-09-10 17:32:03 -07:00
Geert Weening
519ddee092
[TASK] bump version to 0.8.1-rc1
v0.8.1-rc1
2014-09-10 17:28:34 -07:00
Geert Weening
3e0fcc5b8b
[DOC] update release notes
2014-09-10 17:28:00 -07:00
wltsmrz
b1972985c4
Merge pull request #164 from geertweening/develop
...
[FIX] return null for _getServer if there's no connected server
2014-09-08 12:04:22 -07:00
Geert Weening
51c42e9257
[FIX] return null for _getServer if there's no connected server
2014-09-08 11:54:48 -07:00
Geert Weening
86dcbcc671
[TASK] add exit_on_error calls to publish script
2014-09-08 11:54:47 -07:00
wltsmrz
3b7cd9d84f
Merge pull request #163 from stevenzeiler/wallet
...
[TASK] Update package.json for ripple-wallet-generator patch.
2014-09-06 02:18:08 -07:00
Steven Zeiler
1073ec6214
[TASK] Update package.json for ripple-wallet-generator patch.
...
Removed node_modules from git repo of ripple-wallet-generator
2014-09-05 21:19:09 -07:00
wltsmrz
14a5e42a63
Merge pull request #162 from sublimator/develop
...
Fix #160 , Seed.parse_json of hex
2014-09-05 20:56:53 -07:00
Nicholas Dudfield
b4564a86b4
Fix #160 , Seed.parse_json of hex
2014-09-06 10:45:26 +07:00
wltsmrz
03386a61e9
Merge pull request #161 from stevenzeiler/wallet
...
[FEATURE] Add Wallet class that generates wallets.
2014-09-05 18:22:55 -07:00
Steven Zeiler
8bb2623360
[FEATURE] Add Wallet class that generates wallets.
...
[DOC] Comment out logged wallet.
[FIX] Use var instead of const.
2014-09-05 18:20:46 -07:00
wltsmrz
ab0e4188b3
Merge pull request #159 from ximinez/ripd-549
...
Clean up
2014-09-05 13:03:48 -07:00
Edward Hennis
42c853dbf4
[FOLD] Add postinstall step to build the sjcl.js
2014-09-05 14:50:29 -04:00
Geert Weening
ce48a1793b
Merge branch 'release' into develop
2014-09-05 10:24:05 -07:00
Geert Weening
6177543d98
[TASK] add publish script
2014-09-05 10:23:59 -07:00
Geert Weening
9697bfa817
[TASK] add publish to bower script
2014-09-05 10:23:59 -07:00
Geert Weening
70425ab5c8
[TASK] bump version to 0.8.0
v0.8.0
2014-09-05 10:19:58 -07:00
wltsmrz
7cccb451d2
Show field name in serialization failure
2014-09-04 20:13:04 -07:00
wltsmrz
a39fb9d551
Minor cleanup
2014-09-04 19:53:16 -07:00
wltsmrz
8f7cdc6e4f
Prevent setting LastLedgerSequence of NaN. Fixes a potential ambiguous serialization error
2014-09-04 19:50:56 -07:00
wltsmrz
8f7e365b03
Wait until remote is connected before emitting ledger_closed events
2014-09-04 18:51:00 -07:00
Edward Hennis
64735e523f
Clean up
...
* Make npm test runnable in Windows.
* Fix paths in README.md
* Ignore all build output files
2014-09-04 20:05:04 -04:00
Geert Weening
f126610219
[TASK] add publish to bower script
2014-09-04 16:11:59 -07:00
Geert Weening
2caef539ce
[TASK] bump version to 0.8.0-rc3
v0.8.0-rc3
2014-09-04 15:43:01 -07:00
Geert Weening
468fb87749
[DOC] update release notes
2014-09-04 15:42:36 -07:00
Geert Weening
4f4808ff15
Merge pull request #158 from justmoon/amount_constants
...
Amount: Constants should be static fields on the class, not a separate export.
2014-09-04 15:30:12 -07:00
Stefan Thomas
e6bbca7df1
[TASK] Amount: Constants should be static fields on the class, not a separate export.
2014-09-04 15:12:14 -07:00
Geert Weening
e7d1095be2
Merge pull request #157 from geertweening/release
...
Prepare 0.8.0-rc2 release
v0.8.0-rc2
2014-09-04 10:16:14 -07:00
Geert Weening
a08d5ce6e5
[TASK] bump version to 0.8.0-rc2
2014-09-04 10:15:47 -07:00
Geert Weening
fec2f5578d
[DOC] update release notes
2014-09-04 10:14:45 -07:00
Geert Weening
4869e30914
Merge branch 'release' into develop
2014-09-04 10:10:42 -07:00
Geert Weening
e1f31765e7
Merge pull request #156 from justmoon/max_value
...
Add a constant for the maximum number representable as a Ripple value
2014-09-04 09:45:38 -07:00
Stefan Thomas
a3668defa8
[TASK] Add a constant for the maximum number representable as a Ripple value.
2014-09-04 09:27:36 -07:00
wltsmrz
765ff9fa32
Merge pull request #155 from ripple/develop
...
Update documentation, fix owner_funds not updated in orderbook
2014-08-27 13:49:27 -07:00
wltsmrz
dd04177f83
Update owner_funds
2014-08-27 13:05:54 -07:00
wltsmrz
2e2ab6bffc
Update docs
2014-08-26 13:41:27 -07:00
wltsmrz
934cacfc1b
Merge pull request #154 from justmoon/new_seed_test
...
Improve Seed#get_key test cases.
2014-08-25 15:49:58 -07:00
Stefan Thomas
9800fd8f11
[TEST] Previous test cases were using the functionality being tested.
...
The previous version of these tests was using `get_address` just like the code being tested. It's better to check if the code in question has actually been able to correctly find the public key (which means it also found the correct private key.)
2014-08-25 15:25:07 -07:00
wltsmrz
3e84996788
Merge pull request #153 from ripple/develop
...
Unfunded orderbook update, add option for disallowing partial server history
2014-08-25 13:27:30 -07:00