JoelKatz 1a1952ea7b You can now create a LedgerEntrySet without a TransactionEngine. You can
call all the various entry* functions on it directly. You can throw it out
when you're done. The constructor is:

    LedgerEntrySet(Ledger::ref ledger)

All the normal checkpointing, caching, and swapping will work. Of course,
you cannot commit the results. The TransactionEngine::entry* functions now
just directly call the corresponding functions on the LedgerEntrySet. You
can call them in code that will only be used in the context of a
transaction.
2012-09-08 00:48:26 -07:00
.
2011-10-26 16:10:43 -07:00
2012-06-22 17:24:00 -07:00
2012-05-15 16:16:44 -07:00
2012-06-14 11:50:26 -07:00
2012-04-09 21:50:43 -07:00
2012-06-14 11:50:26 -07:00
2012-06-24 20:06:28 -07:00
2012-06-22 17:24:00 -07:00
2012-06-19 12:45:01 -07:00
2012-09-07 14:04:02 -07:00
2012-09-07 14:04:02 -07:00
2012-08-05 03:56:17 -07:00
2012-06-22 15:21:11 -07:00
2012-07-14 12:52:19 -07:00
.
2012-06-21 06:36:32 -07:00

Dependancies:
- boost 1.47
- Google protocol buffers 2.4.1
- openssl
- mysql
- websocketpp
Description
Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
Readme 2.1 GiB
Languages
C++ 99.4%
CMake 0.5%