JoelKatz
|
4e579ff3fc
|
Make sure the LevelDB is cleanly shutdown.
|
2013-04-25 18:25:15 -07:00 |
|
Arthur Britto
|
3c35a1e8b7
|
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-25 17:58:26 -07:00 |
|
JoelKatz
|
a5337451d3
|
Remove negative cache with ldb.
|
2013-04-25 17:56:54 -07:00 |
|
Arthur Britto
|
618d57e667
|
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-25 17:56:52 -07:00 |
|
Arthur Britto
|
653a0f97cf
|
Add leveldb as a submodule.
|
2013-04-25 17:56:33 -07:00 |
|
JoelKatz
|
2fa2a75d09
|
Typo.
|
2013-04-25 17:42:02 -07:00 |
|
JoelKatz
|
7f912cd171
|
Might as well change the format now.
|
2013-04-25 17:40:23 -07:00 |
|
JoelKatz
|
8f28e013b6
|
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-25 17:37:51 -07:00 |
|
JoelKatz
|
f47454f263
|
Finish it.
|
2013-04-25 17:37:40 -07:00 |
|
JoelKatz
|
35ad8d4c6f
|
Add LevelDB support for hash nodes. We really need to cut over, the reduction in
I/O and CPU use is dramatic.
|
2013-04-25 17:32:12 -07:00 |
|
Arthur Britto
|
1a5ce96584
|
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-25 15:24:04 -07:00 |
|
Arthur Britto
|
78c867d714
|
Add tfSell support for OfferCreate.
|
2013-04-25 15:23:53 -07:00 |
|
JoelKatz
|
380ab0d3fd
|
Fix two small bugs.
|
2013-04-25 13:49:41 -07:00 |
|
JoelKatz
|
c785bb3673
|
More fetch fixes.
|
2013-04-25 13:28:55 -07:00 |
|
JoelKatz
|
cc9268ac79
|
Reduce logging.
|
2013-04-25 11:11:27 -07:00 |
|
JoelKatz
|
494202fbcf
|
Ledger acquire improvements and I/O reductions.
|
2013-04-25 11:09:57 -07:00 |
|
JoelKatz
|
d2a541d615
|
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-25 09:10:32 -07:00 |
|
JoelKatz
|
99e9bc0863
|
Fix 'getStr' to not crash on a non-existent column.
|
2013-04-25 09:09:04 -07:00 |
|
Arthur Britto
|
3eacab99ba
|
Add support for DisallowXRP.
|
2013-04-24 21:07:01 -07:00 |
|
Arthur Britto
|
59f97ff3b5
|
Change temDST_TAG_NEEDED to tefDST_TAG_NEEDED.
|
2013-04-24 20:02:21 -07:00 |
|
Arthur Britto
|
b2fc11ed98
|
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-24 14:05:14 -07:00 |
|
Arthur Britto
|
46a5b64055
|
Fix TrustSet setting quality out.
|
2013-04-24 14:05:03 -07:00 |
|
JoelKatz
|
93c4e5aa5f
|
We log the wrong ledger hash
|
2013-04-24 09:40:34 -07:00 |
|
JoelKatz
|
a9a3d742e2
|
Change default fee vote to 50/12.5
|
2013-04-24 08:50:45 -07:00 |
|
Arthur Britto
|
c360609eff
|
Add a facility in TrustSet to clear a RippleState to self.
|
2013-04-23 18:42:35 -07:00 |
|
Arthur Britto
|
9f9cd13740
|
Do not have offer taking when ripple credit offer owner when paying self.
|
2013-04-23 16:21:18 -07:00 |
|
Arthur Britto
|
3e7504d9d7
|
Disallow rippling to self.
|
2013-04-23 16:18:24 -07:00 |
|
JoelKatz
|
b906cebf12
|
Fee change bugfixes.
|
2013-04-23 11:48:51 -07:00 |
|
JoelKatz
|
8b15cb8773
|
Fee space was wrong.
|
2013-04-23 11:40:00 -07:00 |
|
JoelKatz
|
9c9fb267d9
|
Finish fee change logic.
|
2013-04-23 09:57:08 -07:00 |
|
JoelKatz
|
23acc3efef
|
All reserve votees in validations.
|
2013-04-23 08:36:35 -07:00 |
|
JoelKatz
|
4f70506094
|
Include more information in fetch packs.
|
2013-04-23 06:49:58 -07:00 |
|
JoelKatz
|
84087e62cb
|
Smarter peer selection for acquires.
|
2013-04-23 06:48:42 -07:00 |
|
JoelKatz
|
554ba4f71d
|
Mark something we need to fix in the websocketpp code.
|
2013-04-23 06:07:21 -07:00 |
|
JoelKatz
|
98669bc073
|
Fix for c++03
|
2013-04-22 20:40:25 -07:00 |
|
JoelKatz
|
e466651c6c
|
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-22 19:51:43 -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
|
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
|
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 |
|