JoelKatz
f68a2ed1f5
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-02-04 16:56:37 -08:00
JoelKatz
dd892ae8f4
Rework this code to sanely handle large objects.
2013-02-04 16:56:15 -08:00
Arthur Britto
ef6ef97699
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-02-04 15:40:54 -08:00
Arthur Britto
83e8e7c624
Many fixes for path finding.
2013-02-04 15:40:37 -08:00
Arthur Britto
acff2f45f1
Make hasSeen consider all elements of a path element.
2013-02-04 15:39:53 -08:00
JoelKatz
6504403907
Fix large RPC replies.
2013-02-04 13:52:06 -08:00
JoelKatz
c6aac0f9af
Fix a bug Arthur reported -- if you didn't configure for inbound connections,
...
outbound peer and secure websocket connections wouldn't work.
2013-02-03 23:03:14 -08:00
JoelKatz
b94c91fb9c
Sorry. Syntax errors.
2013-02-03 23:02:53 -08:00
Arthur Britto
87037290d8
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-02-03 17:04:20 -08:00
Arthur Britto
c68b650a36
SConstruct fixes for Ubuntu.
2013-02-03 17:04:00 -08:00
JoelKatz
a17234f4f5
Make DB logging smarter.
2013-02-03 11:38:26 -08:00
JoelKatz
6f50404013
Log unexpected sqlite3 errors.
2013-02-03 11:29:37 -08:00
Arthur Britto
db83d90f05
UT: Add tests for rippling from XRP.
2013-02-02 19:16:16 -08:00
Arthur Britto
f1ffac8757
Comment out unused variables.
2013-02-02 19:11:35 -08:00
Arthur Britto
dc89b3eaf9
Fixes for pathfinding.
2013-02-02 19:11:20 -08:00
Arthur Britto
2c957df3cc
Catch throws in PaymentTransactor.
2013-02-02 19:10:36 -08:00
Arthur Britto
1b27d2bc10
Try to improve consumed and multi-quality handling for ripple calc.
2013-02-02 19:10:01 -08:00
Arthur Britto
c9b954dd7c
Fix order book scaning for path finding.
2013-02-02 19:08:26 -08:00
Arthur Britto
3f4a06df9f
Fix pays vs get for order book base generation.
2013-02-02 19:07:28 -08:00
Arthur Britto
4fa726f2d3
Add no_gateway option to UInt160's to_json().
2013-02-02 13:11:54 -08:00
Stefan Thomas
39ba2613d9
JS: Added ripple.config.load convenience function.
2013-02-02 14:05:49 +01:00
Arthur Britto
4e526c78e6
JS: Pass opts in to_human_full().
2013-02-02 02:46:42 -08:00
Arthur Britto
cec8b12a49
JS: Add to_human_full and support for gateways to addresses.
2013-02-02 01:32:00 -08:00
Arthur Britto
bee86c9b6f
Get rid of extra/broken async_read.
2013-02-01 19:34:06 -08:00
Arthur Britto
4258e15b58
Merge branch 'autoclient'
2013-02-01 19:30:36 -08:00
Arthur Britto
1b9bf68877
Have RPCSub use new callRPC.
2013-02-01 19:25:01 -08:00
Arthur Britto
c25f480cb8
Fixes for https client over AutoSocket.
2013-02-01 19:02:08 -08:00
Arthur Britto
628a1bdd5f
Merge branch 'master' into autoclient
...
Conflicts:
src/cpp/ripple/AutoSocket.h
2013-02-01 19:01:10 -08:00
JoelKatz
b9642f0e9e
One more.
2013-02-01 18:18:57 -08:00
JoelKatz
7e6e164513
Missing scope.
2013-02-01 18:10:58 -08:00
Arthur Britto
c834ce4e06
More work toward http/https client merge.
2013-02-01 18:10:53 -08:00
JoelKatz
1012833991
Additional override.
2013-02-01 18:09:21 -08:00
Arthur Britto
e53e27cfa6
Always provided extended RPC ledger_header info.
2013-02-01 17:06:36 -08:00
JoelKatz
402f7539d4
Rounding, w/ unit test.
2013-02-01 16:47:08 -08:00
JoelKatz
9781c10736
Fix some cases where ledger flags are incorrectly set.
2013-02-01 16:11:32 -08:00
JoelKatz
db7e69164b
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-02-01 15:37:02 -08:00
JoelKatz
6f619835e2
Regular expressions are very Zen.
...
It always matches something, even if that something is nothing. Nothing is a form of something.
2013-02-01 15:36:07 -08:00
Stefan Thomas
6820c6823d
Add transaction signing basics.
...
Most fields aren't supported yet and there aren't any nice external APIs, but my
test script successfully serializes and signs an XRP Payment, so this seems like
a good time to make a commit.
2013-02-01 22:44:04 +01:00
Stefan Thomas
54f4edf5ef
Create abstract UInt class for UInt160, UInt256, ...
2013-02-01 22:44:04 +01:00
Stefan Thomas
eeb9598b12
Add debugging parameter to sign and submit RPC calls.
2013-02-01 22:44:04 +01:00
Stefan Thomas
24dac24d29
Refactor JavaScript library.
...
- Separate classes in separate modules (files)
- Constants should be associated with a class
- Replace exports.config scheme with a config singleton
- Refactor base58 functions as a static class
2013-02-01 22:44:04 +01:00
Stefan Thomas
37cc88ccf2
Move custom SJCL extensions from client over to Ripple library.
2013-02-01 22:44:04 +01:00
Arthur Britto
44a2327fbe
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-02-01 13:34:14 -08:00
Arthur Britto
bfbb7633ec
JS: Make transaction subscription robust.
2013-02-01 13:28:27 -08:00
JoelKatz
bbc9ec1931
Use regexes to parse cluster entries.
2013-02-01 11:52:45 -08:00
JoelKatz
3d3304ff1b
Assign friendly names to trusted nodes.
2013-01-31 16:10:27 -08:00
JoelKatz
7d8df3dddf
Save validations in a form they can actually be used.
2013-01-31 15:40:41 -08:00
Arthur Britto
fb1cd25f28
More work toward http/https client unification.
2013-01-31 13:07:37 -08:00
Arthur Britto
48cf9df7a6
Revised PUBLIC_BYTES_MAX to 33 bytes.
2013-01-31 13:06:20 -08:00
JoelKatz
6d1a3955b4
Some asserts to try to catch a bug where a ledger in the history gets changed.
2013-01-31 00:43:43 -08:00