1
0
Fork 0
forked from lthn/blockchain
blockchain/src/currency_core
2023-10-02 15:54:58 +02:00
..
account.cpp fixed #71 2021-10-16 22:41:37 +02:00
account.h added FORCE_HEADER_ONLY for projects that use header files as external interface 2021-08-17 12:13:13 +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_kv_structs.h extended api for fetching blocks/txs, started work on implementing deferred fetching of global output indexes 2020-06-10 23:56:14 +02: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_block_datetime_service.h actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10:51 +03:00
bc_escrow_service.h wallet: contracts' boost serialization fixed 2020-07-08 18:02:32 +03:00
bc_offers_serialization.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
bc_offers_service.cpp Fixed #293 and refactored arg_descriptor(wanted to do it for such a long time!!!!) 2022-04-21 17:43:50 +02: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 merge from release 2023-10-02 15:54:58 +02:00
blockchain_storage.h improved alias detection in transaction history + added RPC API for alias registration 2022-06-16 17:02:00 +02:00
blockchain_storage_basic.h implemented tracking of htlc in wallet(creation is not implemented yet) 2021-01-24 21:00:43 +01:00
blockchain_storage_boost_serialization.h unit tests fixed 2020-08-21 15:07:16 +03:00
checkpoints.cpp get_checkpoint_before_height() fixed (rare case in gcc when CPs < 3) 2021-11-30 00:20:51 +03:00
checkpoints.h checkpoints: get_checkpoint_before_height() added with unit tests (+ unit tests for is_in_checkpoint_zone()) 2021-11-26 16:06:44 +03:00
checkpoints_create.h new checkpoint at height 2M 2023-04-17 23:12:09 +02:00
connection_context.h wk2 integration for main chain finished 2019-01-11 23:46:37 +03:00
core_runtime_config.h 1) test_chain_unit_enchanced::check_hardfork_active implemented, 2) core runtime config minor improvement 2021-04-28 07:00:32 +03:00
core_tools.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
currency_basic.h extended wallet transfer API to service_entries option 2021-08-17 12:13:13 +02:00
currency_boost_serialization.h implemented tracking of htlc in wallet(creation is not implemented yet) 2021-01-24 21:00:43 +01:00
currency_config.h improved p2p protocol for relaying tx over tor 2022-03-21 16:47:11 +02:00
currency_core.cpp minor fix for a --stop-after-height option (2) 2023-04-18 23:31:26 +02:00
currency_core.h --stop-after-height implemented 2020-07-02 23:16:47 +03:00
currency_format_utils.cpp actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10:51 +03:00
currency_format_utils.h actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10:51 +03:00
currency_format_utils_abstract.h crypto tests: point_is_zero test added 2021-12-31 06:44:26 +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 multiple fixes over atomics 2021-02-15 02:17:59 +01:00
currency_format_utils_transactions.h htlc: fixes here and there 2021-02-03 00:13:44 +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 Fixed #293 and refactored arg_descriptor(wanted to do it for such a long time!!!!) 2022-04-21 17:43:50 +02: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 deeplinks: added click even forwarding on macos 2022-01-05 19:32:48 +01:00
offers_services_helpers.cpp removed other unlinkable in paindroid functions 2020-02-21 01:14:58 +01:00
offers_services_helpers.h fix for a typo 2021-10-08 07:58:42 +03:00
tx_pool.cpp improved p2p protocol for relaying tx over tor 2022-03-21 16:47:11 +02:00
tx_pool.h massive fixes over htlc, sha256/RIPEMD160 basic test(passing) 2021-01-04 22:41:16 +01:00
tx_semantic_validation.cpp atomic: bugfixes 2021-02-06 23:46:53 +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