]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 5 Nov 2020 23:03:47 +0000 (00:03 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 5 Nov 2020 23:03:47 +0000 (00:03 +0100)
commit0072999fbd0ea82ee7d4a2e2934ab2f8cf67efc8
tree392f9856d2f1ca0c590cab1ace7bed796584153e
parent9bec7dd3882bafac85b6897e1ab39ba91c77f185
Continued:
- introduced abstract classes BaseCruncherProducer and BaseMinerProducer as the
  cruncher won't have a miner registry key ready.
- added missing namespaces
- imported missing classes/interfaces

Signed-off-by: Roland Häder <roland@mxchange.org>
49 files changed:
application/hub/class_ApplicationHelper.php
application/hub/classes/compressor/decorator/class_NetworkPackageCompressorDecorator.php
application/hub/classes/cruncher/class_BaseHubCruncher.php
application/hub/classes/cruncher/mcrypt/.htaccess [deleted file]
application/hub/classes/cruncher/mcrypt/class_HubMcryptCruncher.php [deleted file]
application/hub/classes/cruncher/openssl/.htaccess [new file with mode: 0644]
application/hub/classes/cruncher/openssl/class_HubOpenSslCruncher.php [new file with mode: 0644]
application/hub/classes/database/frontend/cruncher/class_CruncherUnitDatabaseWrapper.php
application/hub/classes/discovery/recipient/class_BaseRecipientDiscovery.php
application/hub/classes/factories/source/units/class_UnitSourceFactory.php
application/hub/classes/factories/states/cruncher/class_CruncherStateFactory.php
application/hub/classes/filter/bootstrap/cruncher/class_CruncherBootstrapBufferQueueInitializerFilter.php
application/hub/classes/filter/bootstrap/cruncher/class_CruncherBootstrapExtraBootstrappingFilter.php
application/hub/classes/filter/bootstrap/cruncher/class_CruncherBootstrapGenericActivationFilter.php
application/hub/classes/filter/cruncher/class_CruncherInitializationFilter.php
application/hub/classes/filter/cruncher/class_CruncherPhpRequirementsFilter.php
application/hub/classes/filter/cruncher/class_CruncherWelcomeTeaserFilter.php
application/hub/classes/filter/shutdown/cruncher/class_CruncherShutdownFilter.php
application/hub/classes/filter/task/cruncher/class_CruncherTaskHandlerInitializerFilter.php
application/hub/classes/handler/data/answer-status/class_BaseAnswerStatusHandler.php
application/hub/classes/helper/messages/crypto/class_CryptoRandomUnitMessageHelper.php
application/hub/classes/helper/work_units/cruncher/class_CruncherTestUnitHelper.php
application/hub/classes/iterator/producer/keys/class_TestUnitKeyProducerIterator.php
application/hub/classes/miner/chash/class_HubCoinMiner.php
application/hub/classes/producer/class_BaseProducer.php
application/hub/classes/producer/cruncher/class_BaseCruncherProducer.php [new file with mode: 0644]
application/hub/classes/producer/cruncher/class_BaseKeyProducer.php [deleted file]
application/hub/classes/producer/cruncher/class_BaseUnitProducer.php [deleted file]
application/hub/classes/producer/cruncher/keys/class_BaseKeyProducer.php [new file with mode: 0644]
application/hub/classes/producer/cruncher/keys/class_CruncherKeyProducer.php [deleted file]
application/hub/classes/producer/cruncher/keys/cruncher/.htaccess [new file with mode: 0644]
application/hub/classes/producer/cruncher/keys/cruncher/class_CruncherKeyProducer.php [new file with mode: 0644]
application/hub/classes/producer/cruncher/work_units/class_BaseUnitProducer.php [new file with mode: 0644]
application/hub/classes/producer/cruncher/work_units/class_CruncherTestUnitProducer.php [deleted file]
application/hub/classes/producer/cruncher/work_units/cruncher/.htaccess [new file with mode: 0644]
application/hub/classes/producer/cruncher/work_units/cruncher/class_CruncherTestUnitProducer.php [new file with mode: 0644]
application/hub/classes/producer/miner/blocks/class_BaseBlockProducer.php [new file with mode: 0644]
application/hub/classes/producer/miner/blocks/class_MinerRealGenesisBlockProducer.php [deleted file]
application/hub/classes/producer/miner/blocks/class_MinerTestGenesisBlockProducer.php [deleted file]
application/hub/classes/producer/miner/blocks/miner/.htaccess [new file with mode: 0644]
application/hub/classes/producer/miner/blocks/miner/class_MinerRealGenesisBlockProducer.php [new file with mode: 0644]
application/hub/classes/producer/miner/blocks/miner/class_MinerTestGenesisBlockProducer.php [new file with mode: 0644]
application/hub/classes/producer/miner/class_BaseBlockProducer.php [deleted file]
application/hub/classes/producer/miner/class_BaseMinerProducer.php [new file with mode: 0644]
application/hub/classes/states/cruncher/init/class_CruncherInitState.php
application/hub/classes/states/cruncher/virgin/class_CruncherVirginState.php
application/hub/config.php
application/hub/interfaces/producer/keys/class_KeyProducer.php
application/hub/interfaces/producer/work_units/class_UnitProducer.php