1
0
Fork 0
forked from lthn/blockchain
blockchain/src/currency_core
2020-05-23 12:13:34 +02:00
..
account.cpp account_keys improvements 2020-04-22 23:30:03 +03:00
account.h fixed wallet bugs related to new sync protocol 2020-05-04 17:11:25 +02:00
account_boost_serialization.h account_keys improvements 2020-04-22 23:30:03 +03:00
alias_helper.h renamed api response codes to more general way, fixed loggin 2020-05-07 23:26:41 +02:00
basic_api_response_codes.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
basic_pow_helpers.cpp ethash: implement custom logging, add log message on allocation error 2019-08-30 03:53:20 +03:00
basic_pow_helpers.h added more debug info to pow verification 2019-04-14 23:41:24 +02:00
bc_attachments_helpers.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
bc_attachments_helpers_basic.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
bc_attachments_service_manager.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
bc_attachments_service_manager.h removed unused code 2019-10-25 22:59:45 +02:00
bc_escrow_service.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
bc_offers_serialization.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
bc_offers_service.cpp exceptions handling in bc_offers_service::~bc_offers_service() 2019-11-26 12:13:14 +03:00
bc_offers_service.h compilation fixup 2019-03-04 03:48:31 +03:00
bc_offers_service_basic.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
bc_payments_id_service.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
block_flags.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
blockchain_storage.cpp fixed bug in get_est_height_from_date 2020-05-23 12:13:34 +02:00
blockchain_storage.h Merge branch 'develop' into predevelop 2020-05-22 17:03:25 +03:00
blockchain_storage_basic.h changed currency_protocol_handler for onboard transactions 2019-11-16 21:25:48 +01:00
blockchain_storage_boost_serialization.h address/account refactoring in progress 2020-04-22 22:02:37 +03:00
checkpoints.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
checkpoints.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
checkpoints_create.h added checkpoint for height 525000 (mainnet) and height 350000 (testnet) 2020-05-14 19:00:13 +03:00
connection_context.h wk2 integration for main chain finished 2019-01-11 23:46:37 +03:00
core_runtime_config.h hardfork-related code minor refactoring 2020-04-22 18:47:16 +03:00
core_tools.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
currency_basic.h fixed wallet bugs related to new sync protocol 2020-05-04 17:11:25 +02:00
currency_boost_serialization.h account_public_address spend_public_key/view_public_key changes 2020-04-22 22:30:29 +03:00
currency_config.h Merge branch 'develop' into predevelop 2020-05-22 17:03:25 +03:00
currency_core.cpp db_backend_selector is used only locally to make things simplier 2020-03-16 17:48:02 +03:00
currency_core.h db_backend_selector is used only locally to make things simplier 2020-03-16 17:48:02 +03:00
currency_format_utils.cpp account_keys improvements 2020-04-22 23:30:03 +03:00
currency_format_utils.h genesis_config_json_struct restored 2020-04-23 17:42:22 +03:00
currency_format_utils_abstract.h handle_2_alternative_types_in_variant_container 2020-04-25 17:22:34 +03:00
currency_format_utils_blocks.cpp fixed compilation issues 2019-07-24 00:37:24 +02:00
currency_format_utils_blocks.h added more logs, changed structure of furmat_utils 2019-02-14 02:00:40 +01:00
currency_format_utils_transactions.cpp account_keys improvements 2020-04-22 23:30:03 +03:00
currency_format_utils_transactions.h added explicit transactions to blocktemplate 2019-11-28 05:28:36 +01:00
currency_stat_info.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
difficulty.cpp diff switched to more portable ver 2020-01-27 22:42:18 +01:00
difficulty.h changed difficulty adjustment 2019-07-19 18:39:00 +02:00
dispatch_core_events.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
etc_custom_serialization.cpp Moved sources to public repo 2018-12-27 18:50:45 +03:00
etc_custom_serialization.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
genesis.cpp reset testnet 2019-08-15 16:12:51 +02:00
genesis.h generated genesis for testnet, added missed lib to boost 2019-05-24 18:37:27 +02:00
genesis_acc.cpp generated genesis for testnet, added missed lib to boost 2019-05-24 18:37:27 +02:00
genesis_acc.h generated genesis for testnet, added missed lib to boost 2019-05-24 18:37:27 +02:00
miner.cpp minor fix (uninitialized member variable) 2019-11-22 16:18:03 +03:00
miner.h added explicit transactions to blocktemplate 2019-11-28 05:28:36 +01:00
miner_common.h Inital integration of progpow 2019-03-25 01:30:20 +01:00
offers_service_basics.h marketplace documentation and rpc methods renamed 2019-10-05 23:23:44 +02:00
offers_services_helpers.cpp removed other unlinkable in paindroid functions 2020-02-21 01:14:58 +01:00
offers_services_helpers.h disabled unlinked utf8 functions for android, chaged libs to static 2020-02-21 01:05:39 +01:00
tx_pool.cpp db_backend_selector is used only locally to make things simplier 2020-03-16 17:48:02 +03:00
tx_pool.h db_backend_selector is used only locally to make things simplier 2020-03-16 17:48:02 +03:00
tx_semantic_validation.cpp changed currency_protocol_handler for onboard transactions 2019-11-16 21:25:48 +01:00
tx_semantic_validation.h moved tx semantics validation to separate funtion, added to pool validation and to core validation 2019-11-15 23:58:09 +01:00
verification_context.h transaction pool optimisation: basic implemntation 2019-11-16 01:06:21 +01:00