carrot_impl: file reorganization

This commit is contained in:
jeffro256
2025-05-09 11:03:41 -05:00
committed by akildemir
parent 266c41aeab
commit 02e8fea2fe
23 changed files with 257 additions and 186 deletions

View File

@@ -30,10 +30,10 @@
#include "carrot_core/output_set_finalization.h"
#include "carrot_core/payment_proposal.h"
#include "carrot_impl/carrot_tx_builder_inputs.h"
#include "carrot_impl/carrot_tx_builder_utils.h"
#include "carrot_impl/carrot_tx_format_utils.h"
#include "carrot_impl/format_utils.h"
#include "carrot_impl/input_selection.h"
#include "carrot_impl/tx_builder_inputs.h"
#include "carrot_impl/tx_proposal_utils.h"
#include "carrot_mock_helpers.h"
#include "common/container_helpers.h"
#include "crypto/generators.h"

View File

@@ -33,8 +33,9 @@
#include "carrot_core/exceptions.h"
#include "carrot_core/output_set_finalization.h"
#include "carrot_core/payment_proposal.h"
#include "carrot_impl/carrot_tx_builder_utils.h"
#include "carrot_impl/carrot_tx_format_utils.h"
#include "carrot_impl/format_utils.h"
#include "carrot_impl/tx_builder_outputs.h"
#include "carrot_impl/tx_proposal_utils.h"
#include "carrot_impl/input_selection.h"
#include "carrot_mock_helpers.h"
#include "common/container_helpers.h"

View File

@@ -29,7 +29,7 @@
#include "gtest/gtest.h"
#include "carrot_impl/address_device_ram_borrowed.h"
#include "carrot_impl/carrot_tx_builder_inputs.h"
#include "carrot_impl/tx_builder_inputs.h"
#include "carrot_mock_helpers.h"
using namespace carrot;

View File

@@ -32,8 +32,9 @@
//local headers
#include "carrot_core/device_ram_borrowed.h"
#include "carrot_core/output_set_finalization.h"
#include "carrot_impl/carrot_tx_builder_utils.h"
#include "carrot_impl/carrot_tx_format_utils.h"
#include "carrot_impl/format_utils.h"
#include "carrot_impl/tx_builder_outputs.h"
#include "carrot_impl/tx_proposal_utils.h"
#include "crypto/generators.h"
#include "wallet/scanning_tools.h"

View File

@@ -29,7 +29,8 @@
#pragma once
//local headers
#include "carrot_impl/carrot_tx_builder_types.h"
#include "carrot_core/payment_proposal.h"
#include "carrot_impl/tx_proposal.h"
#include "cryptonote_core/cryptonote_tx_utils.h"
//third party headers

View File

@@ -29,7 +29,6 @@
#include "gtest/gtest.h"
#include "carrot_impl/address_device_ram_borrowed.h"
#include "carrot_impl/carrot_tx_builder_inputs.h"
#include "carrot_mock_helpers.h"
#include "cryptonote_basic/cryptonote_basic_impl.h"
#include "fake_pruned_blockchain.h"