Conversation
dimxy
pushed a commit
to dimxy/komodo
that referenced
this pull request
Nov 21, 2025
…ependent (jl777#646) * tests, debug: add debug printout for Global Variables * tests: fix fTxIndex set after exit from GMPArithTests.RewardsTest DeckerSU/KomodoOcean#95 (comment) * tests: fix LegacyEventsTests removing temp directory, close komodoevents Windows specifics: The OS more strictly locks files if they are in use, even if their usage has been completed in the code. We should not leave the komodoevents file descriptor open. TODO: The **signedmasks** descriptor is also handled during komodod / komodo-test execution and is never closed (!) * tests: prevent ASSETCHAINS_MAGIC corruption in ParseArgumentsTests * tests: prevent ASSETCHAINS_CCDISABLES corruption in ParseArgumentsTests * tests: move deleteIfUsedBefore to testutils.h * tests: fix TestCoinImport global variables set/unset * debug: add assetchain output stream operator<< * tests: disable GLEEC example, as an old GLEEC chain now require -datadir * tests: fix TestNotary.* tests set, now it's tied to NUM_KMD_SEASONS * tests: fix global fTxIndex state in TestChain * tests: fix TestParseNotarisation.FilePaths test * test: fix consensus params after chainparams_commandline call * tests: fix TestAlerts.AlertNotify test * tests: fix TestParseNotarisation.test_prevMoMheight tests last.MoM could be modified by other tests, so we need a workaround. * tests: fix TestParseNotarisation tests IS_KOMODO_NOTARY changes critical for LegacyEvents tests. * tests: check IS_KOMODO_NOTARY == false condition, for LegacyEventsTests * tests: fix IsInitialBlockDownload() debug output in LegacyEventsTests we want to output value, not address ... * tests: prevent ASSETCHAINS_CC corruption * tests: prevent ASSETCHAINS_COMMISSION corruption * tests: add test_block suite comments * tests: make Mempool tests independent from chainActive state prevent crash in GetMedianTimePast calculation * tests: fix TestEvalNotarisation.test_komodo_notarysinit test * test: fix TestEvalNotarisation.test_komodo_notaries test * tests: temp fix for TestNotary.KomodoNotaries test * tests: fix TestEvalNotarisation.test_komodo_notarysinit static hwmheight can be non-zero after komodo_init(...) after some other tests ... so we should clear it once again. * CC: fix CCShowStructure behavior if nullptr is passed * tests: fix all TestBet.* set (undefined behavior inside komodo_nextheight) * tests: move GTEST_COUT_COLOR to testutils.h * tests: add GetNetworkByIdStr function (id_str -> network) * tests: correct restore old network in Mempool.* and PoW.* tests * tests: fix GMPArithTests.RewardsTest (should use REGTEST) * tests: fix TestParseNotarisation.prevMoMheight test * tests: fix accessing real ~/.komodo directory instead set -datadir because of path caching ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix notary mining latency