mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
wallet: add wallet2_basic library types
The `wallet2_basic` library is a minimalistic library for loading / storing historic `wallet2` files. It has several design goals: * Enable future migration away from monolithic `wallet2` codebase without losing funds * Simplify FCMP++/Carrot integration * Speed-up compile-time for current codebase, but especially the FCMP++/Carrot integration, which is split over several translation units Co-authored-by: j-berman <justinberman@protonmail.com> Co-authored-by: selsta <selsta@sent.at>
This commit is contained in:
@@ -93,6 +93,8 @@ using namespace epee;
|
||||
#include "device/device_cold.hpp"
|
||||
#include "device_trezor/device_trezor.hpp"
|
||||
#include "net/socks_connect.h"
|
||||
#include "wallet2_basic/wallet2_boost_serialization.h"
|
||||
#include "wallet2_basic/wallet2_serialization.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user