.codacy.yml
.codebeatignore
.coveragerc
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.snyk
AUTHORS.md
CHANGES.md
LICENSE
MANIFEST.in
README.md
README.pypi
docs-requirements.txt
pytest.ini
requirements.txt
setup.cfg
setup.py
start_qrl.py
test-requirements.txt
versioneer.py
.circleci/config.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
docs/Makefile
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
docs/misc/address.md
docs/proto/index.html
docs/proto/proto.md
examples/.gitkeep
src/__init__.py
src/qrl/__init__.py
src/qrl/_version.py
src/qrl/cli.py
src/qrl/grpcProxy.py
src/qrl/main.py
src/qrl/measure.py
src/qrl.egg-info/PKG-INFO
src/qrl.egg-info/SOURCES.txt
src/qrl.egg-info/dependency_links.txt
src/qrl.egg-info/entry_points.txt
src/qrl.egg-info/not-zip-safe
src/qrl.egg-info/requires.txt
src/qrl.egg-info/top_level.txt
src/qrl/core/AddressState.py
src/qrl/core/Block.py
src/qrl/core/BlockHeader.py
src/qrl/core/BlockMetadata.py
src/qrl/core/ChainManager.py
src/qrl/core/DifficultyTracker.py
src/qrl/core/ESyncState.py
src/qrl/core/GenesisBlock.py
src/qrl/core/Indexer.py
src/qrl/core/LastTransactions.py
src/qrl/core/Message.py
src/qrl/core/MessageRequest.py
src/qrl/core/Miner.py
src/qrl/core/MultiSigAddressState.py
src/qrl/core/OptimizedAddressState.py
src/qrl/core/OutgoingMessage.py
src/qrl/core/PaginatedBitfield.py
src/qrl/core/PaginatedData.py
src/qrl/core/PoWValidator.py
src/qrl/core/ProposalRecord.py
src/qrl/core/Singleton.py
src/qrl/core/State.py
src/qrl/core/StateContainer.py
src/qrl/core/StateMigration.py
src/qrl/core/TokenList.py
src/qrl/core/TokenMetadata.py
src/qrl/core/TransactionInfo.py
src/qrl/core/TransactionMetadata.py
src/qrl/core/TransactionPool.py
src/qrl/core/VoteStats.py
src/qrl/core/Wallet.py
src/qrl/core/__init__.py
src/qrl/core/config.py
src/qrl/core/formulas.py
src/qrl/core/genesis.yml
src/qrl/core/messagereceipt.py
src/qrl/core/node.py
src/qrl/core/qrlnode.py
src/qrl/core/miners/__init__.py
src/qrl/core/miners/qrandomx/QRXMiner.py
src/qrl/core/miners/qrandomx/QRXPoWValidator.py
src/qrl/core/miners/qrandomx/__init__.py
src/qrl/core/miners/qryptonight7/CNv1Miner.py
src/qrl/core/miners/qryptonight7/CNv1PoWValidator.py
src/qrl/core/miners/qryptonight7/__init__.py
src/qrl/core/misc/DependencyChecker.py
src/qrl/core/misc/__init__.py
src/qrl/core/misc/db.py
src/qrl/core/misc/expiring_set.py
src/qrl/core/misc/helper.py
src/qrl/core/misc/logger.py
src/qrl/core/misc/logger_twisted.py
src/qrl/core/misc/ntp.py
src/qrl/core/misc/set_logger.py
src/qrl/core/notification/Observable.py
src/qrl/core/notification/ObservableEvent.py
src/qrl/core/notification/__init__.py
src/qrl/core/p2p/IPMetadata.py
src/qrl/core/p2p/__init__.py
src/qrl/core/p2p/p2pChainManager.py
src/qrl/core/p2p/p2pObservable.py
src/qrl/core/p2p/p2pObserver.py
src/qrl/core/p2p/p2pPeerManager.py
src/qrl/core/p2p/p2pTxManagement.py
src/qrl/core/p2p/p2pfactory.py
src/qrl/core/p2p/p2pprotocol.py
src/qrl/core/processors/TxnProcessor.py
src/qrl/core/processors/__init__.py
src/qrl/core/txs/CoinBase.py
src/qrl/core/txs/LatticeTransaction.py
src/qrl/core/txs/MessageTransaction.py
src/qrl/core/txs/SlaveTransaction.py
src/qrl/core/txs/TokenTransaction.py
src/qrl/core/txs/Transaction.py
src/qrl/core/txs/TransferTokenTransaction.py
src/qrl/core/txs/TransferTransaction.py
src/qrl/core/txs/__init__.py
src/qrl/core/txs/multisig/MultiSigCreate.py
src/qrl/core/txs/multisig/MultiSigSpend.py
src/qrl/core/txs/multisig/MultiSigVote.py
src/qrl/core/txs/multisig/__init__.py
src/qrl/crypto/AESHelper.py
src/qrl/crypto/QRandomX.py
src/qrl/crypto/Qryptonight.py
src/qrl/crypto/Qryptonight7.py
src/qrl/crypto/__init__.py
src/qrl/crypto/doctest_data.py
src/qrl/crypto/misc.py
src/qrl/crypto/xmss.py
src/qrl/daemon/walletd.py
src/qrl/daemon/helper/DaemonHelper.py
src/qrl/daemon/helper/__init__.py
src/qrl/daemon/helper/logger.py
src/qrl/generated/__init__.py
src/qrl/generated/qrl_pb2.py
src/qrl/generated/qrl_pb2_grpc.py
src/qrl/generated/qrlbase_pb2.py
src/qrl/generated/qrlbase_pb2_grpc.py
src/qrl/generated/qrldebug_pb2.py
src/qrl/generated/qrldebug_pb2_grpc.py
src/qrl/generated/qrllegacy_pb2.py
src/qrl/generated/qrllegacy_pb2_grpc.py
src/qrl/generated/qrlmining_pb2.py
src/qrl/generated/qrlmining_pb2_grpc.py
src/qrl/generated/qrlstateinfo_pb2.py
src/qrl/generated/qrlstateinfo_pb2_grpc.py
src/qrl/generated/qrlwallet_pb2.py
src/qrl/generated/qrlwallet_pb2_grpc.py
src/qrl/network/testnet/config.yml
src/qrl/network/testnet/genesis.yml
src/qrl/protos/qrl.proto
src/qrl/protos/qrlbase.proto
src/qrl/protos/qrldebug.proto
src/qrl/protos/qrllegacy.proto
src/qrl/protos/qrlmining.proto
src/qrl/protos/qrlstateinfo.proto
src/qrl/protos/qrlwallet.proto
src/qrl/protos/google/protobuf/timestamp.proto
src/qrl/services/AdminAPIService.py
src/qrl/services/BaseService.py
src/qrl/services/DebugAPIService.py
src/qrl/services/MiningAPIService.py
src/qrl/services/PublicAPIService.py
src/qrl/services/WalletAPIService.py
src/qrl/services/__init__.py
src/qrl/services/grpcHelper.py
src/qrl/services/services.py
src/qrl/tools/EmissionModel.ipynb
src/qrl/tools/README.md
src/qrl/tools/__init__.py
src/qrl/tools/activate_hooks.sh
src/qrl/tools/build_grpc.sh
src/qrl/tools/generate_genesis.py
src/qrl/tools/run_tests.sh
src/qrl/tools/token_migration_json_converter.py
src/qrl/tools/data/token_migration.csv
src/qrl/tools/data/token_migration.json
src/qrl/tools/modeling/__init__.py
src/qrl/tools/modeling/extract_timing.py
tests/__init__.py
tests/conftest.py
tests/blockchain/MockedBlockchain.py
tests/blockchain/__init__.py
tests/blockchain/test_Forking.py
tests/blockchain/test_Normal.py
tests/core/__init__.py
tests/core/test_AddressState.py
tests/core/test_BlockMetadata.py
tests/core/test_ChainManager.py
tests/core/test_DependencyChecker.py
tests/core/test_GenesisBlock.py
tests/core/test_LastTransactions.py
tests/core/test_MessageRequest.py
tests/core/test_Miner.py
tests/core/test_MultiSigAddressState.py
tests/core/test_OptimizedAddressState.py
tests/core/test_PaginatedBitfield.py
tests/core/test_PaginatedData.py
tests/core/test_Qryptominer.py
tests/core/test_State.py
tests/core/test_State_Measurements.py
tests/core/test_TokenList.py
tests/core/test_TokenMetadata.py
tests/core/test_TransactionMetadata.py
tests/core/test_TransactionPool.py
tests/core/test_Version.py
tests/core/test_VoteStats.py
tests/core/test_Wallet.py
tests/core/test_block.py
tests/core/test_blockheader.py
tests/core/test_formulas.py
tests/core/test_messagereceipt.py
tests/core/test_node.py
tests/core/test_ntp.py
tests/core/test_qrlnode.py
tests/core/p2p/test_IPMetadata.py
tests/core/p2p/test_p2pChainManager.py
tests/core/p2p/test_p2pPeerManager.py
tests/core/p2p/test_p2pTxManagement.py
tests/core/p2p/test_p2pfactory.py
tests/core/p2p/test_p2pprotocol.py
tests/core/processors/test_TxnProcessor.py
tests/core/txs/__init__.py
tests/core/txs/test_CoinBase.py
tests/core/txs/test_MessageTransaction.py
tests/core/txs/test_MessageTransactionStateChanges.py
tests/core/txs/test_SimpleTransaction.py
tests/core/txs/test_SlaveTransaction.py
tests/core/txs/test_SlaveTransactionStateChanges.py
tests/core/txs/test_TokenTransaction.py
tests/core/txs/test_TokenTransactionStateChanges.py
tests/core/txs/test_Transaction.py
tests/core/txs/test_TransactionValidateSlave.py
tests/core/txs/test_TransferTokenTransaction.py
tests/core/txs/test_TransferTokenTransactionStateChanges.py
tests/core/txs/testdata.py
tests/core/txs/multisig/__init__.py
tests/core/txs/multisig/test_MultiSigCreate.py
tests/core/txs/multisig/test_MultiSigSpend.py
tests/core/txs/multisig/test_MultiSigVote.py
tests/crypto/__init__.py
tests/crypto/known_values.py
tests/crypto/test_qryptonight.py
tests/crypto/test_xmss.py
tests/daemon/test_walletd.py
tests/data/core/config.yml
tests/data/core/example_block_mining.json
tests/data/core/genesis.yml
tests/data/misc/dummy_requirements.txt
tests/data/no_data/.gitkeep
tests/data/peers/peers.json
tests/data/peers/peers_corrupt.json
tests/data/wallet_secure_ver0/node.md
tests/data/wallet_secure_ver0/wallet.json
tests/data/wallet_secure_ver1/wallet.json
tests/data/wallet_ver0/wallet.json
tests/data/wallet_ver1/wallet.json
tests/misc/__init__.py
tests/misc/helper.py
tests/misc/helper_tests.py
tests/misc/random_number_generator.py
tests/misc/setup_tests.py
tests/misc/MockHelper/__init__.py
tests/misc/MockHelper/mock_function.py
tests/misc/MockHelper/mock_get_tx_metadata.py
tests/services/__init__.py
tests/services/test_BaseService.py
tests/services/test_MiningAPIService.py
tests/services/test_PublicAPIService.py
tests/services/test_PublicAPIService_getStats.py
tests/services/test_PublicAPIService_transfer.py
tests/services/test_WalletAPIService.py
tests/tools/test_cli.py