| .. |
|
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
|
(hopefully) a proper fix for the template hell in get_first_service_attachment_by_id
|
2024-02-19 09:50:22 +01: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
|
crypto serialization code re-arranged, bpp_signature_serialized introduced
|
2022-05-10 21:10:33 +02: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
|
calculate_asset_id refactored into get_or_calculate_asset_id (2)
|
2024-02-19 23:18:22 +01:00 |
|
blockchain_storage.h
|
fixed very dumb bug with cheching minimum coinage condition + fixed test for auditable wallet against the hardfork 4
|
2024-01-28 19:30:36 +01:00 |
|
blockchain_storage_basic.h
|
PoS mining, construct_block_template, and chaingen infrastructure adapted for fee burning after HF4
|
2024-02-07 18:48:18 +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
|
checkpoint postponed
|
2024-02-15 16:03:17 +04:00 |
|
connection_context.h
|
wk2 integration for main chain finished
|
2019-01-11 23:46:37 +03:00 |
|
core_runtime_config.h
|
CURRENCY_HF4_MANDATORY_DECOY_SET_SIZE implemented as configurable(for coretest we would need to have 0 mixins due to old tests)
|
2024-01-16 21:32:10 +01:00 |
|
core_tools.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
crypto_config.h
|
Implemented deterministic one time tx keys
|
2023-07-18 20:57:30 +02:00 |
|
currency_basic.h
|
signing prefix with ado
|
2024-02-14 02:10:29 +04:00 |
|
currency_basic_backward_comp.inl
|
useful warnings and other logging improvements
|
2023-06-03 04:05:12 +02:00 |
|
currency_boost_serialization.h
|
tx_out_zarcanum serialization fixed + fixed compilation for MSVC 2022
|
2023-05-25 21:15:42 +02:00 |
|
currency_config.h
|
HF4 height set to 2555000
|
2024-02-20 15:29:13 +01:00 |
|
currency_core.cpp
|
more options for checkpoints
|
2024-02-18 21:05:22 +04:00 |
|
currency_core.h
|
merge with zarcanum
|
2022-05-14 20:12:44 +02:00 |
|
currency_format_utils.cpp
|
minor fixes for auditable wallet
|
2024-02-23 18:39:59 +04:00 |
|
currency_format_utils.h
|
Merge branch 'develop' into merge_develop_mobile
|
2024-02-21 18:25:34 +04:00 |
|
currency_format_utils_abstract.h
|
code slightly adapted to C++17
|
2023-07-14 02:10:18 +02: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
|
knowing a DL for transaction pub key is now being checked along with the balance proof (double Schnorr proof, share Fiat-Shamir challenge)
|
2024-02-08 17:43:01 +01:00 |
|
currency_format_utils_transactions.h
|
knowing a DL for transaction pub key is now being checked along with the balance proof (double Schnorr proof, share Fiat-Shamir challenge)
|
2024-02-08 17:43:01 +01:00 |
|
currency_stat_info.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
difficulty.cpp
|
DIFFICULTY_STARTER was split into DIFFICULTY_POW_STARTER and DIFFICULTY_POS_STARTER
|
2022-11-23 03:05:59 +01:00 |
|
difficulty.h
|
DIFFICULTY_STARTER was split into DIFFICULTY_POW_STARTER and DIFFICULTY_POS_STARTER
|
2022-11-23 03:05:59 +01:00 |
|
dispatch_core_events.h
|
added put/pop asset info to core
|
2022-09-29 23:44:00 +02: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
|
1) construct_miner_tx now supports post-HF4 PoW 2) new HF4 core rules: at least 2 outputs for each tx; tx.version > 1
|
2022-09-27 03:06:10 +02:00 |
|
miner_common.h
|
Inital integration of progpow
|
2019-03-25 01:30:20 +01:00 |
|
offers_service_basics.h
|
warnings suppress
|
2022-10-11 20:53:36 +02:00 |
|
offers_services_helpers.cpp
|
disabled boost locale for ios
|
2021-11-04 11:42:11 +01:00 |
|
offers_services_helpers.h
|
disabled boost locale for ios
|
2021-11-04 11:42:11 +01:00 |
|
pos_mining.cpp
|
Zarcanum adaptation for confidential assets (WIP)
|
2023-03-20 21:25:08 +01:00 |
|
pos_mining.h
|
Zarcanum adaptation for confidential assets (WIP)
|
2023-03-20 21:25:08 +01:00 |
|
tx_pool.cpp
|
added tx semantics test in tx_pool
|
2024-01-14 19:00:24 +01:00 |
|
tx_pool.h
|
Bunch of improvements over the wallet
|
2024-01-02 21:57:43 +01:00 |
|
tx_semantic_validation.cpp
|
validate_tx_semantic() fixed for post-HF4
|
2023-02-27 21:26:30 +01:00 |
|
tx_semantic_validation.h
|
ca: validate_tx_semantic() refactored, bare balance check made explicit
|
2023-02-21 01:35:03 +01:00 |
|
verification_context.h
|
transaction pool optimisation: basic implemntation
|
2019-11-16 01:06:21 +01:00 |