Commit Graph

2323 Commits

Author SHA1 Message Date
Vinnie Falco
36cf2e634e Replace a macro 2013-07-10 09:51:25 -07:00
Vinnie Falco
b426d62075 Refactor TxFormats and LedgerEntryFormat to use a common template. 2013-07-10 09:51:25 -07:00
JoelKatz
6df8ba5247 Mark where the code goes 2013-07-09 12:16:15 -07:00
JoelKatz
8a25017b81 Don't publish to clients transactions that didn't apply. 2013-07-09 11:34:03 -07:00
JoelKatz
52fda3f559 If we encounter missing metadata, rebuild it. 2013-07-09 09:42:52 -07:00
JoelKatz
c288c4cd25 Fix a bug that can destroy metadata. If we find destroyed
metadata, fix it.
2013-07-09 09:38:50 -07:00
JoelKatz
e0e12febce Mark some FIXMEs 2013-07-08 18:48:58 -07:00
JoelKatz
dcdb15bb11 Merge branch 'develop' of github.com:ripple/rippled into develop 2013-07-08 13:48:14 -07:00
JoelKatz
3c1bbe0755 Don't sign a transaction for non-admin when under load. 2013-07-08 13:46:06 -07:00
Vinnie Falco
2d277dc307 Allow optional port number in rpc_ip command 2013-07-07 19:42:37 -07:00
Vinnie Falco
fa56c018da Remove extraneous command line help text 2013-07-07 19:07:16 -07:00
Vinnie Falco
c8750f1d9a Fix spelling in rpc override help text 2013-07-07 18:49:19 -07:00
JoelKatz
ec0481a42d Don't assert if a payment chains two offers from the same offeror. 2013-07-07 17:43:02 -07:00
JoelKatz
6864f9f383 Merge branch 'feature-cleanup' of github.com:vinniefalco/rippled into develop
Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj.filters
2013-07-07 15:29:16 -07:00
JoelKatz
37fe9a6098 Merge branch 'master' into develop
Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj
	modules/ripple_app/ripple_app.cpp
	modules/ripple_websocket/ripple_websocket.cpp
	src/cpp/ripple/NetworkOPs.cpp
	src/cpp/ripple/ripple_Application.cpp
	src/cpp/ripple/ripple_Peer.cpp
2013-07-07 15:28:18 -07:00
JoelKatz
fca9a4abe4 Fix some possible cases where a node could be marked as full below when it shouldn't be. 2013-07-07 15:11:34 -07:00
JoelKatz
dc08a9061e Fix some possible cases where a node could be marked as full below when it shouldn't be. 2013-07-06 12:35:18 -07:00
Vinnie Falco
437f10b247 Add rpc_ip and rpc_port command line overrides 2013-07-05 07:09:56 -07:00
JoelKatz
3ecc6c8745 This looks like the right fix. 2013-07-05 06:18:16 -07:00
JoelKatz
6f90ed259b This looks like the right fix. 2013-07-05 06:17:32 -07:00
JoelKatz
be68458aff Some cleanups. 2013-07-05 03:34:24 -07:00
JoelKatz
1fb4106f2f Hotfix: Reverse assumes forward expires offers. Forward doesn't. 2013-07-05 02:17:56 -07:00
JoelKatz
89ea36fa07 Merge branch 'feature-cleanup' of github.com:vinniefalco/rippled into develop 2013-07-03 18:36:17 -07:00
JoelKatz
d303e7dba8 Shed load if the ledger publication engine is falling behind. 2013-07-03 13:20:27 -07:00
JoelKatz
bc5781e05d Load manager fixes. 2013-07-03 12:36:37 -07:00
JoelKatz
da9cd1dcfe Missing return in previous commit. 2013-07-03 11:36:18 -07:00
JoelKatz
699ac3d256 Raise default hold time. 2013-07-03 11:23:58 -07:00
JoelKatz
c9b8009e3a Avoid relaying very old transactions 2013-07-03 11:16:14 -07:00
Vinnie Falco
47ceb0440d Streamline ILoadManager interface 2013-07-03 10:05:38 -07:00
JoelKatz
dd431b47f5 Typo 2013-07-03 09:46:52 -07:00
JoelKatz
537b0f1088 Temporary workaround. 2013-07-03 09:43:21 -07:00
Vinnie Falco
8497597d91 Break ripple_app module into 8 pieces (from 4)
Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj
	modules/ripple_app/ripple_app.cpp
2013-07-03 09:41:45 -07:00
Vinnie Falco
f903df5a1a Fix out-of-date bug by recreating VS2012 project 2013-07-03 09:41:44 -07:00
JoelKatz
a732f397cb Limit transaction queue size. 2013-07-03 09:38:22 -07:00
JoelKatz
ab12bae17f Temporarily disable relaying when not in full sync. 2013-07-03 09:24:18 -07:00
JoelKatz
b2943d0b53 More logging 2013-07-03 09:20:53 -07:00
JoelKatz
5b6e9f9f9b Log display name for transactions. 2013-07-03 08:36:07 -07:00
JoelKatz
fffdcfe4bf Fix a bug parsing source currencies. 2013-07-03 08:35:39 -07:00
JoelKatz
db3d589d68 Fix a bug parsing source currencies. 2013-07-03 08:35:16 -07:00
JoelKatz
bdf160455c Identify log messages from running the queued transactions 2013-07-03 07:53:32 -07:00
JoelKatz
c46a89e7ad Don't sign/submit when network is not stable. 2013-07-03 07:50:01 -07:00
JoelKatz
86196a6e46 More logging. 2013-07-03 07:14:47 -07:00
JoelKatz
907d3d59ba Temporarily disable SF_RETRY logic until it can be rethought. 2013-07-03 06:57:52 -07:00
JoelKatz
69d38d8844 Fetch pack micro-optimizations. 2013-07-03 00:42:29 -07:00
JoelKatz
89f6e7b4a5 Don't check for what can never happen. 2013-07-02 23:49:10 -07:00
JoelKatz
70ddbd7b91 More path fixes. 2013-07-02 23:18:58 -07:00
JoelKatz
d8033012ac Phase one of the pathfinding fix. 2013-07-02 22:14:36 -07:00
JoelKatz
c091e80e11 Some work towards clean shudown 2013-07-02 21:28:15 -07:00
JoelKatz
582c2758b0 Get a lock acquire out of a critical fast path. 2013-07-02 19:22:28 -07:00
JoelKatz
0183e4d177 If a tree consists only of a matching leaf, don't include that leaf in the fetch pack. 2013-07-02 13:31:43 -07:00