Mark Travis
ddf68d464d
Set version to 0.25.2
2014-07-07 12:41:46 -07:00
JoelKatz
b2f19e8dc6
Find 'sabfd' paths
...
This permits USD/GW1 to be bridged to USD/GW2 by BTC/GW3 or
USD/GW1 to be bridged to BTC/GW2 by CNY/GW3. See RIPD-335.
2014-07-07 12:41:46 -07:00
David Schwartz
5714b42975
Impose a local limit on path lengths
2014-07-07 11:42:24 -07:00
David Schwartz
c4e9c49c10
Set version to 0.25.2-rc2
2014-07-07 11:33:26 -07:00
Mark Travis
9210efb051
In JSON, output unprintable currency codes as hex
2014-07-07 11:33:26 -07:00
Tom Ritchford
b9f1b05625
Use swapWith to save CPU; edit comment.
2014-07-07 11:33:26 -07:00
sublimator
828c2e3c71
Restore checkpointed ledger under all paths in PathFind.
2014-07-07 11:33:12 -07:00
David Schwartz
d06092212f
Tighten up some serialization checks
2014-06-30 16:53:38 -07:00
Mark Travis
e70d618aff
Set version to 0.25.2-rc1
2014-06-01 22:51:13 +00:00
Mark Travis
3e4cf426bd
Detect paths with illegal bridging offers
2014-06-01 22:45:55 +00:00
Vinnie Falco
b677cacb8c
Set version to 0.25.1
2014-05-15 11:13:54 -07:00
Nik Bougalis
1d66169ef1
Fix rippled-example.cfg to list 'peers_max'
2014-05-15 11:11:16 -07:00
Vinnie Falco
74653e57e6
Use std::string in lexicalCast
2014-05-15 11:11:15 -07:00
Vinnie Falco
29d1d5f062
Set version to 0.25.0
2014-05-14 09:01:44 -07:00
Vinnie Falco
d8e8693d9a
Update rippled-example.cfg
2014-05-13 20:43:39 -07:00
Miguel Portilla
be737e0047
Enable Snappy compression for NodeStore backends.
...
* Configured via config.cfg
2014-05-13 12:21:01 -07:00
Vinnie Falco
83ef06748d
Add snappy compression integration
2014-05-13 12:16:39 -07:00
Vinnie Falco
5a93f9991a
Merge commit '8b0602a5824199d495f6720ef2447f695179257a' as 'src/snappy/snappy'
2014-05-13 12:16:31 -07:00
Vinnie Falco
8b0602a582
Squashed 'src/snappy/snappy/' content from commit 1ff9be9
...
git-subtree-dir: src/snappy/snappy
git-subtree-split: 1ff9be9b8fafc8528ca9e055646f5932aa5db9c4
2014-05-13 12:16:31 -07:00
Vinnie Falco
eb24ca6def
Update .gitattributes
2014-05-13 12:15:59 -07:00
Nik Bougalis
22af79606a
Fix lexicographical compare during tfRequireAuth processing
2014-05-13 12:10:39 -07:00
Nik Bougalis
bee12fb89d
Autobridging future support:
...
* Refactor and cleanup transactors
* Introduce new direct and bridged transactors
* Rename existing transactor to indicate legacy status
* New direct transactor defaults to being turned off (preserve legacy behavior)
2014-05-13 12:09:47 -07:00
Nik Bougalis
1a9fbab165
CBase58Data Refactoring:
...
* Remove unnecessary functions.
* Load from a base_uint const& - don't use void pointers.
* Free comparison functions.
* Explicitly specify encoding alphabet.
* Miscellaneous cleanups.
2014-05-13 08:48:53 -07:00
David Schwartz
9a4b9aa69f
Remove redundant checkAccept call
2014-05-13 08:48:52 -07:00
David Schwartz
227043e51f
Make I/O latency available through server_info
2014-05-13 08:48:51 -07:00
JoelKatz
db3a387224
Fetch pack cleanups:
...
* Limit backed up fetch pack requests
* Cleanups
* Dispatch fetch packs sooner
2014-05-13 08:48:50 -07:00
David Schwartz
0075f36bbc
At level 64, only leaves are allowed
2014-05-13 08:48:49 -07:00
David Schwartz
52f45669d1
Dispatch incoming TX set data
2014-05-13 08:48:48 -07:00
JoelKatz
294a13d653
Put newly-created nodes in the treeNodeCache
2014-05-13 08:48:48 -07:00
JoelKatz
eed66894db
SHAMap::canonicalize must return a node with the correct ID
2014-05-13 08:48:47 -07:00
Vinnie Falco
1434695c47
Fix vs2013 availability of make_reverse_iterator
2014-05-13 08:38:02 -07:00
Tom Swirly
390ea65e15
Refactor RippleCalc.cpp:
...
* Add comments
* Restrict code to 80 colums
* Remove boost::format
* Remove BOOST_FOREACH
* Make members private
* Add ripple_unordered_set to UnorderedContainers.h
* Replace boost::unordered_set with ripple::unordered_set
2014-05-09 12:03:57 -07:00
David Schwartz
6f2bcc6fb0
Keep SHAMapNodes that fault in handling client requests.
2014-05-09 11:46:24 -07:00
David Schwartz
66a762d504
Rework handling of modified ledger nodes:
...
* Track dirty nodes in a set
* Make flushDirty a member function
* Don't write deleted nodes
* Make sure new nodes are shareable
* Put new nodes in the treeNodeCache
2014-05-09 11:46:15 -07:00
David Schwartz
aaabec0b55
Use last closed ledger for old pathfinding
2014-05-09 11:46:05 -07:00
Nik Bougalis
6339800946
Refactor base_uint<> and STAmount::getText:
...
base_uint<>:
* Remove unnecessary typedefs and derived classes
* Factor out common code and eliminate redundancies
* Add tag support to improve type safety
* base_uint::ToString() -> to_string(base_uint const&)
* base_uint::GetHex() -> to_string(base_uint const&)
STAmount::getText:
* Don't overallocate
* Eliminate unnecessary copying
2014-05-09 11:45:44 -07:00
Nik Bougalis
a3e4a34021
Implement C++14 std::make_reverse_iterator
2014-05-09 11:45:10 -07:00
David Schwartz
6fcf3fedb6
Use Json::StaticString to improve performance:
...
* Move JSON-RPC fields to jsonrpc_fields.h
2014-05-07 13:04:35 -07:00
David Schwartz
34cbb26e47
Improved performance monitoring of NodeStore backends:
...
* Add multi-sample interface to LoadMonitor
* Instrument fetch operations and completions for reporting in server_info
2014-05-05 14:17:23 -07:00
David Schwartz
07d0379edd
Reduce number of async fetches
2014-05-05 14:17:23 -07:00
Tom Swirly
96e8cddfc2
New strConcat concatenates strings in O(n) time.
...
* Accepts std::string and char const*.
* Also accepts numbers, bools and chars.
* New ripple::toString function augments std::to_string to handle
bools and chars.
2014-05-05 14:17:23 -07:00
Tom Swirly
3c5e4e440b
Clean up of TransactionSign and friends.
2014-05-05 14:17:22 -07:00
Tom Swirly
5ffcbb9b65
Add documentation to SHAMap
2014-05-05 14:17:21 -07:00
Nik Bougalis
ec0fe312af
Simplify and improve performance of STAmount::createHumanCurrency
2014-05-05 14:17:21 -07:00
Miguel Portilla
3025d8611b
Rename Feature to Amendment:
...
* Added a README.md describing an Amendment
2014-05-05 13:50:00 -07:00
Miguel Portilla
98612a7cd6
Cleanup nodestore backend classes:
...
* Add README.md
* Add missing std::move calls
* Refactor visitAll in backend
2014-05-05 13:50:00 -07:00
MarkusTeufelberger
6e428054ef
Update RPM spec file to version 0.24.0
2014-05-05 13:49:59 -07:00
Vinnie Falco
3eb1c7bd6f
Set version to 0.24.0
2014-05-05 10:20:46 -07:00
Vinnie Falco
2ed2158309
Set version to 0.24.0-rc2
2014-05-02 13:01:17 -07:00
JoelKatz
112d383698
Pathfinding dispatch improvements
...
* Simplify decision whether to update a path
* Prevent pathfinding threads from blocking each other
2014-05-02 13:01:17 -07:00