mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 15:40:26 +00:00
1a1952ea7b3c8fe813fa92a505aad655c435ac66
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.
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
450 MiB
Languages
C++
98.7%
CMake
0.5%
Python
0.4%
Shell
0.2%
Mako
0.1%