| .. |
|
account.cpp
|
account: fixed rare checksum oob issue
|
2024-11-09 19:47:46 +01:00 |
|
account.h
|
implemented custom seed option(experimental)
|
2024-09-14 21:46:52 +04: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
|
Fix #482 suggested by @jeffro256
|
2024-11-26 21:51:23 +04:00 |
|
basic_pow_helpers.h
|
add runtime check for buffer size
|
2024-11-27 15:34:34 +04: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_chain_shortener.cpp
|
fixed compilation for gcc/clang
|
2025-03-20 22:28:10 +03:00 |
|
block_chain_shortener.h
|
fix of currency protocol for long range splits
|
2025-02-28 19:11:37 +04:00 |
|
block_flags.h
|
Moved sources to public repo
|
2018-12-27 18:50:45 +03:00 |
|
blockchain_storage.cpp
|
fixed #483, thanks to @gurglespuge for reporting it and proposing fix
|
2025-07-01 23:37:53 +04:00 |
|
blockchain_storage.h
|
fixed #483, thanks to @gurglespuge for reporting it and proposing fix
|
2025-07-01 23:37:53 +04:00 |
|
blockchain_storage_basic.h
|
fixed a rare race condition in get_coinbase_hash_cached() 3
|
2025-05-22 16:58:34 +03: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
|
non-pruning via special flag (WIP)
|
2025-04-30 05:46:25 +03:00 |
|
core_runtime_config.h
|
minor improvements
|
2025-03-20 20:30:48 +03: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
|
tiny format tweak
|
2025-06-17 17:06:35 +04:00 |
|
currency_basic_backward_comp.inl
|
fixed bugs in ado transition
|
2024-10-21 19:51:31 +04:00 |
|
currency_boost_serialization.h
|
implemented proper versioning in serialization asset_descriptor_* structs + serialization refactoring + boost serialization maps versioning self-vaidation
|
2024-10-18 00:26:30 +04:00 |
|
currency_config.h
|
Merge branch 'release' into develop
|
2025-03-24 20:01:42 +03:00 |
|
currency_core.cpp
|
implemented workaround for rear case when an old node is stuck in an altchain right after the hardfork
|
2025-03-20 20:33:34 +03:00 |
|
currency_core.h
|
pre hardfork tx freeze period implemented (+HF6)
|
2025-02-14 03:17:33 +01:00 |
|
currency_format_utils.cpp
|
minor improvements for wallet/simplewallet (logs, comments, error handling)
|
2025-07-03 16:13:44 +02:00 |
|
currency_format_utils.h
|
rename: encrypt_attachments() -> encrypt_payload_items() + test gen_wallet_decrypted_attachments -> gen_wallet_decrypted_payload_items improved (tx_comment put in extra)
|
2025-06-20 01:30:00 +02:00 |
|
currency_format_utils_abstract.h
|
get_out_pub_key_from_tx_out_v() implemented
|
2025-05-23 05:32:33 +03:00 |
|
currency_format_utils_blocks.cpp
|
implemented warp-mode for zano daemon
|
2025-03-12 19:52:10 +04:00 |
|
currency_format_utils_blocks.h
|
implemented warp-mode for zano daemon
|
2025-03-12 19:52:10 +04:00 |
|
currency_format_utils_transactions.cpp
|
validate_tx_details_against_tx_generation_context implemented
|
2024-06-25 15:46:53 +02:00 |
|
currency_format_utils_transactions.h
|
validate_tx_details_against_tx_generation_context implemented
|
2024-06-25 15:46:53 +02: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
|
fixed gcc 13 compilation + some warnings
|
2025-01-16 04:23:04 +01:00 |
|
genesis.h
|
fixed gcc 13 compilation + some warnings
|
2025-01-16 04:23:04 +01: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
|
2nd iteration on diminishing CPU mining presence in mainnet builds
|
2025-01-24 04:41:55 +01:00 |
|
miner.h
|
2nd iteration on diminishing CPU mining presence in mainnet builds
|
2025-01-24 04:41:55 +01:00 |
|
offers_service_basics.h
|
more compilation fixes
|
2024-04-10 13:49:44 +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
|
code clean-up and logging improvements
|
2024-03-19 18:47:26 +01:00 |
|
pos_mining.h
|
Zarcanum adaptation for confidential assets (WIP)
|
2023-03-20 21:25:08 +01:00 |
|
tx_pool.cpp
|
core: HF4 coinage rule is not checked while adding a tx to the pool, letting it being confirmed later
|
2025-06-09 05:43:39 +02:00 |
|
tx_pool.h
|
core: HF4 coinage rule is not checked while adding a tx to the pool, letting it being confirmed later
|
2025-06-09 05:43:39 +02:00 |
|
tx_semantic_validation.cpp
|
code clean-up and minor improvements
|
2024-05-04 02:21:34 +02: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 |