mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
5c3ffb4fd334691ace32cee9b57af08860a9839c
Events are meant for managing asynchronous activity. Don't replace normal method calls with events. Look at the implementation for request() in the removed code. We can see that an event is being emitted, but the code catching it could be anywhere in this file or a different file or even in multiple places. Code containing too many events quickly becomes unmaintainable. Events are the most complex tool we have, callbacks are less complex and synchronous calls are the least complex. Use the least complex tool that can solve your problem.
Dependancies: - boost 1.47 - Google protocol buffers 2.4.1 - openssl Sub modules: - websocketpp: https://github.com/zaphoyd/websocketpp - sjcl: https://github.com/bitwiseshiftleft/sjcl - cryptojs: https://github.com/gwjjeff/cryptojs aka http://code.google.com/p/crypto-js/
Description
Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
Readme
2.1 GiB
Languages
C++
99.4%
CMake
0.5%