Arthur Britto
ccbe46ba8d
Improvements to rlint.js.
2013-04-22 20:28:59 -07:00
JoelKatz
e466651c6c
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
2013-04-22 19:51:43 -07:00
JoelKatz
38d54dcdc6
Make this work on C++03 as well.
2013-04-22 19:51:31 -07:00
JoelKatz
4b569c383a
Make this work on C++03 as well.
2013-04-22 19:51:18 -07:00
Arthur Britto
85afed47de
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
2013-04-22 19:33:27 -07:00
Arthur Britto
3d128c2852
Have RPC account_info recognize bitcoin addresses.
2013-04-22 19:32:02 -07:00
JoelKatz
df32873321
Cleanups.
2013-04-22 15:17:23 -07:00
JoelKatz
12d86c6a47
Bugfix.
2013-04-22 14:49:45 -07:00
JoelKatz
455595891b
Merge code to advertise and generate fetch packs.
2013-04-22 14:18:45 -07:00
JoelKatz
a6ce832ed3
Make it compile.
2013-04-22 12:58:50 -07:00
JoelKatz
4c480419e9
Basic stuff needed to start merging.
2013-04-22 12:54:17 -07:00
JoelKatz
eb6cc06c35
Remove bogus seq.
2013-04-22 12:47:44 -07:00
JoelKatz
d5535dbdfd
More fetch pack work.
2013-04-22 12:45:37 -07:00
JoelKatz
905bc84c94
Small fix.
2013-04-22 11:15:07 -07:00
JoelKatz
aeccecb578
ech pack stuff.
2013-04-22 11:09:07 -07:00
JoelKatz
94838b0db7
Fetch pack bugfixes.
2013-04-22 10:29:54 -07:00
JoelKatz
0a9f26975d
Protocol version check was busted.
2013-04-22 07:35:43 -07:00
JoelKatz
965f33e222
Remove log.
2013-04-22 07:35:25 -07:00
JoelKatz
d339e1c789
Protocol version check was busted.
2013-04-22 07:34:30 -07:00
JoelKatz
c33fb84b7a
Put version back.
2013-04-22 07:34:22 -07:00
JoelKatz
8a368204c1
Last part of the fetch pack code.
2013-04-22 06:56:11 -07:00
JoelKatz
b3bd10c078
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
2013-04-21 20:38:11 -07:00
JoelKatz
0c7066944e
Fetch pack scheme. Phase two.
2013-04-21 20:37:46 -07:00
Arthur Britto
e2cef06756
Add hack lint.js.
2013-04-21 20:09:29 -07:00
Arthur Britto
00456e9879
Offer rounding improvements.
2013-04-21 18:21:42 -07:00
JoelKatz
9c0a156c13
Off by one in hasNode
2013-04-21 17:21:23 -07:00
JoelKatz
6bbef15e4d
Don't crash on shutdown.
2013-04-21 17:19:41 -07:00
JoelKatz
f5425bbfeb
Bug fixes to hasNode/getFetchPack.
2013-04-21 17:08:02 -07:00
JoelKatz
06741fd2a7
Fix a bug that can cause us to fail to realize we're in sync.
2013-04-21 16:34:30 -07:00
JoelKatz
f07e6d82f6
Fix a bug that can cause us to fail to realize we're in sync.
2013-04-21 16:34:10 -07:00
JoelKatz
4b04f74289
This makes more sense. Fetch pack, phase one.
2013-04-21 16:22:13 -07:00
JoelKatz
632a4882ea
Finish removing dead code.
2013-04-21 14:48:05 -07:00
JoelKatz
a9cab289dd
Remove broken logic from previous commit. I'll find a better way.
2013-04-21 14:26:04 -07:00
JoelKatz
d17afbf9da
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
2013-04-21 12:55:34 -07:00
JoelKatz
b573b1915b
Map sync bugfix - wrong hash caused 'fullBelow' optimization to fail.
2013-04-21 12:49:27 -07:00
JoelKatz
79ec8e6070
First part of fetch acceleration changes. Includes a bugfix that I'll push to master.
2013-04-21 12:44:21 -07:00
Arthur Britto
a0dc6184e3
Augment book_offers with quality.
2013-04-21 11:06:57 -07:00
Arthur Britto
16a19ed523
ripple-lib version 0.7.6
2013-04-20 16:45:06 -07:00
Arthur Britto
8747b0a5d2
JS: Fix request_ripple_balance() setting issuer.
2013-04-20 15:43:27 -07:00
Arthur Britto
fc637f50ed
JS: Fixes and improvements for Amount.
...
- Add from_quality()
- Add parse_quality()
- Improve add.
- Better peformance for copyTo().
- Fix parse_issuer(), set_issuer(), & set_currency() not to modify sub
object.
- Correctly set currency and issuer of XRP in parse_json().
- Make not_equals_why more explicit.
2013-04-20 15:42:13 -07:00
JoelKatz
bad215d607
Cache the hashes of nodes known to be full below.
...
Remove the TNByID entries for those nodes in state trees.
This reduces the memory and I/O neded during ledger fetching and prevents
ledger fetching from crushing other caches.
2013-04-19 15:00:36 -07:00
JoelKatz
b993c6ee32
Cache the hashes of nodes known to be full below.
...
Remove the TNByID entries for those nodes in state trees.
This reduces the memory and I/O neded during ledger fetching and prevents
ledger fetching from crushing other caches.
2013-04-19 14:22:52 -07:00
JoelKatz
0ff8190ea8
Sorry, I broke the unit tests.
2013-04-19 02:04:38 -07:00
JoelKatz
38e3ab2b97
Release the master lock sooner and don't reacquire it unless we have to.
2013-04-19 02:04:19 -07:00
JoelKatz
510dd048ba
Sorry, I broke the unit tests.
2013-04-19 01:57:40 -07:00
JoelKatz
257e4bfb06
Prevent spurious log entries.
2013-04-19 01:28:03 -07:00
JoelKatz
43d6a0ad86
Complete the log rotate even if we can't rename the existing log file.
2013-04-19 00:39:10 -07:00
JoelKatz
67021f5db9
Fix a rare race condition.
2013-04-19 00:17:39 -07:00
JoelKatz
36a3b84dba
Fix a rare race condition.
2013-04-19 00:15:25 -07:00
JoelKatz
8d0f0e31f8
Fix bogus error reporting.
2013-04-18 20:21:43 -07:00