wltsmrz
1c02166662
Fix server url formatting
2014-05-30 00:50:06 -07:00
wltsmrz
9a349a3d55
Begin work on offline vault client tests
2014-05-29 14:33:53 -07:00
wltsmrz
61bc01ae12
Cleanup
2014-05-29 06:46:54 -07:00
wltsmrz
c3568de8b3
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-05-28 18:23:11 -07:00
wltsmrz
eca5ac7611
Cleanup
2014-05-28 18:22:54 -07:00
Ewald Moitzi
3964e4522e
[FIX] remote.getPendingTransactions sets _clientID now correctly
...
- added testcase for it
2014-05-27 12:27:28 +02:00
wltsmrz
bdb299e085
Merge branch 'multi-server' into develop
2014-05-23 12:27:09 -07:00
wltsmrz
349ca81cc9
Merge pull request #80 from geertweening/amount-regex
...
Amount regex
2014-05-21 10:57:46 -07:00
Geert Weening
8be08b5e73
[DOC] regex breakdown for human parseble amount
2014-05-21 09:40:40 -07:00
Geert Weening
b53b05496d
[CHORE] remove non-capturing group (?:)
...
it doesn't affect the matching, seems superfluous
2014-05-21 09:39:40 -07:00
Matthew Fettig
396d7b07d8
[DOC] blob comments
2014-05-20 15:56:07 -07:00
Matthew Fettig
55184162d1
[DOC] crypt comments
2014-05-20 15:40:27 -07:00
Matthew Fettig
beffd0864a
[FEATURE] register blob
2014-05-20 15:10:16 -07:00
Matthew Fettig
5ba7c31e4c
[DOC] vault client comments
2014-05-20 13:40:05 -07:00
Matthew Fettig
b26129db72
[FEATURE] vault, blob, and crypt module
2014-05-20 13:01:51 -07:00
Matthew Fettig
1693a57845
[CHORE] update comments
2014-05-19 16:50:02 -07:00
Matthew Fettig
7ea1ba168d
[FEATURE] authinfo module
2014-05-19 16:38:51 -07:00
Matthew Fettig
7fe530e82c
[FEATURE] ripple.txt client
2014-05-19 16:00:53 -07:00
wltsmrz
cc6f683590
Fix merge conflicts
2014-05-19 12:07:24 -07:00
wltsmrz
b342cf1edf
Rank servers in real-time (first pass), add JSDOc to Remote, cleanup
2014-05-18 08:39:47 -07:00
Nicholas Dudfield
80bdce970a
Add binary <--> json encoding integration tests
...
* Add full json ledger dumps of ledgers 38129 and 40000 to test/fixtures
* Use `Ledger` to calculate account and transaction hashes and verify
against dumps
2014-05-18 17:33:47 +07:00
wltsmrz
8979a3cf02
Merge branch account-ids
2014-05-15 07:25:16 -07:00
wltsmrz
9025119f8d
Typo, check that request callback is only called once
2014-05-15 07:00:04 -07:00
wltsmrz
9e825e927c
Use Gulp build system
2014-05-15 02:59:06 -07:00
wltsmrz
5b0dd33fa8
Lint
2014-05-15 00:58:09 -07:00
wltsmrz
5203a1e868
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-05-14 01:29:38 -07:00
Stefan Thomas
27645c234a
[CHORE] Currency: JavaScript has Math.exp for e^x, so we should use it.
2014-05-11 01:54:15 -07:00
Nicholas Dudfield
5280d994a2
Fix *U*Int64 parsing, add hardcore mode to ledger verifier.
2014-05-06 14:54:22 +07:00
Nicholas Dudfield
12f43a5334
Remove all traces of (now) unused tag_segment
2014-05-06 14:16:53 +07:00
Nicholas Dudfield
ea11d34254
Less slicing and dicing of tag_segment/indexes
2014-05-06 13:47:37 +07:00
Nicholas Dudfield
a222f2be98
Updates to allow verify_ledger_json.js to calculate account_state hash
2014-05-06 13:34:01 +07:00
wltsmrz
a48a25e236
Optional account_tx binary parsing
2014-05-05 15:05:02 -07:00
Stefan Thomas
41ea820ae0
[FEATURE] Transaction: Allow canonical signing to be disabled via config.
2014-05-02 14:06:53 -07:00
wltsmrz
0558ad689a
Async transaction sign
2014-05-02 12:45:26 -07:00
wltsmrz
3199aa438a
Allow remote signing - broken options
2014-05-02 12:41:52 -07:00
Stefan Thomas
c3f630c27f
Merge pull request #72 from emschwartz/message-signing
...
[FEATURE] New Message class for sigs on arbitrary data
2014-05-02 10:59:25 -07:00
Evan Schwartz
cf3a21a712
[CHORE] Merged PubKeyValidator into Account class
2014-05-01 20:28:55 -07:00
Evan Schwartz
d8504a3001
[CHORE] Changed variable name to make Stefan happier
2014-05-01 19:37:59 -07:00
Evan Schwartz
a2b07d5edd
[FIX] Handling public key validation for unfunded accounts
2014-05-01 17:22:20 -07:00
Evan Schwartz
e19be192bd
[FIX] Point coordinates should be converted to psuedo mersenne primes
2014-05-01 13:14:55 -07:00
Evan Schwartz
c32216c9e5
[CHORE] Added account param to signing functions
2014-05-01 12:08:14 -07:00
Evan Schwartz
904082a86c
[FEATURE] New Message class for sigs on arbitrary data
...
This includes supporting files that can sign arbitrary data
with a signature that enables public key recovery. It also
includes the PublicKeyValidator class that can verify whether
a given public key is active for an account by looking in its
AccountRoot.
2014-04-30 18:41:18 -07:00
Evan Schwartz
f56a20d697
[FIX] Replaced Account.is_valid() with Account.isValid()
2014-04-30 18:41:18 -07:00
Evan Schwartz
8275e036c9
[CHORE] Modified functions not to overwrite entire prototype
2014-04-30 18:38:36 -07:00
wltsmrz
903e480130
Fix for missing transaction.remote
2014-04-25 01:38:01 -07:00
wltsmrz
30fd0e7bff
Finalize before setting final transaction state
2014-04-25 00:08:26 -07:00
Stefan Thomas
fbdef6eea0
[BUG] UInt#parse_number should support zero. Add tests.
2014-04-24 09:01:18 -07:00
wltsmrz
5a04ce9629
Use binary sequence increment
2014-04-23 14:42:29 -07:00
wltsmrz
693e2aaae7
Decrement transaction sequence if transaction.complete fails
2014-04-23 14:39:30 -07:00
wltsmrz
43deeaf5fb
Remove logging
2014-04-23 14:20:41 -07:00