Files¶
- dir ProofSystem
- dir ProofSystem/include
- dir ProofSystem/include/ProofSystem
- file ProofSystem/include/ProofSystem/AESEncryption.hpp
AES256 Encryption class file. - file ProofSystem/include/ProofSystem/BitcoinKeyGenerator.hpp
Bitcoin address generator header file. - file ProofSystem/include/ProofSystem/BitcoinKeyPairParams.hpp
Bitcoin types header file. - file ProofSystem/include/ProofSystem/Crypto3Util.hpp
Crypto3 utilities module. - file ProofSystem/include/ProofSystem/ECDHEncryption.hpp
Elliptic-curve Diffie-Hellman Encryption header file. - file ProofSystem/include/ProofSystem/ECDSAPublicKey.hpp
ECDSA public key base class. - file ProofSystem/include/ProofSystem/ECDSATypes.hpp
Common types and definitions of ECDSA. - file ProofSystem/include/ProofSystem/ECElGamalKeyGenerator.hpp
Header file of EC ElGamal module. - file ProofSystem/include/ProofSystem/ECElGamalTypes.hpp
- file ProofSystem/include/ProofSystem/ElGamalKeyGenerator.hpp
- file ProofSystem/include/ProofSystem/ElGamalTypes.hpp
Header file of El Gamal types. - file ProofSystem/include/ProofSystem/Encryption.hpp
Interface class header for encryption. - file ProofSystem/include/ProofSystem/EthereumKeyGenerator.hpp
Ethereum address generator header file. - file ProofSystem/include/ProofSystem/EthereumKeyPairParams.hpp
Ethereum types header file. - file ProofSystem/include/ProofSystem/KDFGenerator.hpp
Key Derivation Function Generator. - file ProofSystem/include/ProofSystem/PrimeNumbers.hpp
Handles prime number generation/checking. - file ProofSystem/include/ProofSystem/ext_private_key.hpp
Extented private key class header file. - file ProofSystem/include/ProofSystem/util.hpp
Utilities functions header file.
- file ProofSystem/include/ProofSystem/AESEncryption.hpp
- dir ProofSystem/include/ProofSystem
- dir ProofSystem/src
- file ProofSystem/src/BitcoinKeyGenerator.cpp
Bitcoin address generator source file. - file ProofSystem/src/ElGamalKeyGenerator.cpp
Source file of El Gamal Key Generator module. - file ProofSystem/src/EthereumKeyGenerator.cpp
- file ProofSystem/src/PrimeNumbers.cpp
- file ProofSystem/src/BitcoinKeyGenerator.cpp
- dir ProofSystem/include
- file README.md
- dir SGProcessingManager
- dir SGProcessingManager/include
- dir SGProcessingManager/include/datasplitter
- dir SGProcessingManager/include/outcome
- dir SGProcessingManager/include/processingbase
- dir SGProcessingManager/include/processors
- file SGProcessingManager/include/processors/processing_processor.hpp
- file SGProcessingManager/include/processors/processing_processor_mnn_audio.hpp
- file SGProcessingManager/include/processors/processing_processor_mnn_image.hpp
- file SGProcessingManager/include/processors/processing_processor_mnn_ml.hpp
- dir SGProcessingManager/include/util
- dir SGProcessingManager/src
- dir SGProcessingManager/include
- dir app
- file app/SuperGeniusDemoApp.cpp
SuperGenius demo source file. - file app/SuperGeniusDemoApp.hpp
SuperGenius App demo header file. - dir app/integration
- file app/integration/ApiServiceFactory.hpp
- file app/integration/AppConfigurationFactory.hpp
Factory to create AppConfiguration derived classes. - file app/integration/AppStateManagerFactory.hpp
Factory to create AppStateManager derived classes. - file app/integration/AuthorApiFactory.hpp
- file app/integration/AuthorityManagerFactory.hpp
- file app/integration/AuthorityUpdateObserverFactory.hpp
- file app/integration/BlockBuilderManager.hpp
- file app/integration/BlockExecutorFactory.hpp
- file app/integration/BlockHeaderRepositoryFactory.hpp
- file app/integration/BlockStorageFactory.hpp
- file app/integration/BlockTreeFactory.hpp
- file app/integration/BlockValidatorFactory.hpp
- file app/integration/BufferStorageFactory.hpp
- file app/integration/ChainApiFactory.hpp
- file app/integration/ConfigurationStorageFactory.hpp
- file app/integration/ED25519KeyPairFactory.hpp
- file app/integration/ED25519ProviderFactory.hpp
- file app/integration/EnvironmentFactory.hpp
- file app/integration/EpochStorageFactory.hpp
- file app/integration/ExtrinsicGossiperFactory.hpp
- file app/integration/ExtrinsicObserverFactory.hpp
- file app/integration/FinalityFactory.hpp
- file app/integration/HasherFactory.hpp
- file app/integration/JRpcProcessorFactory.hpp
- file app/integration/JRpcServerFactory.hpp
- file app/integration/KeyStorageFactory.hpp
- file app/integration/ListenerFactory.hpp
- file app/integration/OwnPeerInfoFactory.hpp
- file app/integration/PoolModeratorFactory.hpp
- file app/integration/ProductionConfigurationFactory.hpp
- file app/integration/ProductionFactory.hpp
- file app/integration/ProductionLotteryFactory.hpp
- file app/integration/ProductionSynchronizerFactory.hpp
- file app/integration/ProposerFactory.hpp
- file app/integration/RouterFactory.hpp
- file app/integration/RpcContextFactory.hpp
- file app/integration/RpcThreadPoolFactory.hpp
- file app/integration/SR25519KeypairFactory.hpp
- file app/integration/SR25519ProviderFactory.hpp
- file app/integration/StateApiFactory.hpp
- file app/integration/SteadyClockFactory.hpp
- file app/integration/StorageChangesTrackerFactory.hpp
- file app/integration/SyncProtocolObserverFactory.hpp
- file app/integration/SystemApiFactory.hpp
- file app/integration/SystemClockFactory.hpp
- file app/integration/TranscationPoolFactory.hpp
- file app/integration/TrieSerializerFactory.hpp
- file app/integration/TrieStorageBackendFactory.hpp
- file app/integration/TrieStorageFactory.hpp
- file app/integration/VRFProviderFactory.hpp
- file app/runner.cpp
- file app/SuperGeniusDemoApp.cpp
- dir node
- file node/app_delegate.cpp
- file node/app_delegate.hpp
- file node/cli.cpp
- file node/cli.hpp
- file node/common.cpp
- file node/common.hpp
- file node/daemonconfig.cpp
- file node/daemonconfig.hpp
- file node/entry.cpp
- file node/ipfs_lite_store.cpp
Implementation of ipfs_lite_store class ruymaster. - file node/ipfs_lite_store.h
- file node/ipfs_lite_store.hpp
Header file for storing block into ipfs-lite. - file node/logging.cpp
- file node/logging.hpp
- file node/network.cpp
- file node/network.hpp
- file node/node.cpp
- file node/node.hpp
- file node/node_config.cpp
- file node/node_config.hpp
- file node/node_rpc_config.cpp
- file node/node_rpc_config.hpp
- file node/wallet.cpp
- file node/wallet.hpp
- dir src
- dir src/account
- file src/account/AccountMessenger.cpp
- file src/account/AccountMessenger.hpp
Header file of the account messenger class. - file src/account/EscrowReleaseTransaction.cpp
Implementation of the EscrowReleaseTransaction class. - file src/account/EscrowReleaseTransaction.hpp
Declaration of the EscrowReleaseTransaction class. - file src/account/EscrowTransaction.cpp
- file src/account/EscrowTransaction.hpp
- file src/account/GeniusAccount.cpp
- file src/account/GeniusAccount.hpp
Header file of the Genius account class. - file src/account/GeniusNode.cpp
- file src/account/GeniusNode.hpp
- file src/account/GeniusUTXO.hpp
- file src/account/IGeniusTransactions.cpp
- file src/account/IGeniusTransactions.hpp
Transaction interface class. - file src/account/IMigrationStep.hpp
Versioned migration manager and migration step interface. - file src/account/Migration0_2_0To1_0_0.cpp
Implementation of MigrationManager and migration steps. - file src/account/Migration0_2_0To1_0_0.hpp
Versioned migration manager and migration step interface. - file src/account/Migration1_0_0To3_4_0.cpp
- file src/account/Migration1_0_0To3_4_0.hpp
Header file for Migration1_0_0To3_4_0 class. - file src/account/Migration3_4_0To3_5_0.cpp
- file src/account/Migration3_4_0To3_5_0.hpp
- file src/account/Migration3_5_0To3_5_1.cpp
- file src/account/Migration3_5_0To3_5_1.hpp
- file src/account/Migration3_5_1To3_6_0.cpp
- file src/account/Migration3_5_1To3_6_0.hpp
- file src/account/MigrationManager.cpp
Implementation of MigrationManager and migration steps. - file src/account/MigrationManager.hpp
Versioned migration manager. - file src/account/MintTransaction.cpp
- file src/account/MintTransaction.hpp
- file src/account/ProcessingTransaction.cpp
- file src/account/ProcessingTransaction.hpp
Transaction of processing data. - file src/account/TokenAmount.cpp
Implementation of TokenAmount arithmetic helpers. - file src/account/TokenAmount.hpp
Fixed-precision (6 decimals) token amount type with arithmetic helpers. - file src/account/TokenID.hpp
- file src/account/TransactionManager.cpp
- file src/account/TransactionManager.hpp
- file src/account/TransferTransaction.cpp
- file src/account/TransferTransaction.hpp
Transaction of currency transfer. - file src/account/UTXOManager.cpp
- file src/account/UTXOManager.hpp
- file src/account/UTXOStructs.cpp
- file src/account/UTXOStructs.hpp
- dir src/api
- dir src/api/grpc
- dir src/api/service
- dir src/api/transport
- file src/api/transport/error.cpp
- file src/api/transport/error.hpp
- file src/api/transport/listener.hpp
- file src/api/transport/rpc_io_context.hpp
- file src/api/transport/rpc_thread_pool.cpp
- file src/api/transport/rpc_thread_pool.hpp
- file src/api/transport/session.hpp
- dir src/api/transport/impl
- dir src/application
- file src/application/app_config.hpp
- file src/application/app_state_manager.hpp
- file src/application/configuration_storage.hpp
- file src/application/genesis_raw_config.hpp
- file src/application/key_storage.hpp
- file src/application/sgns_application.hpp
- dir src/application/impl
- file src/application/impl/app_config_impl.cpp
- file src/application/impl/app_config_impl.hpp
- file src/application/impl/app_state_manager_impl.cpp
- file src/application/impl/app_state_manager_impl.hpp
- file src/application/impl/block_producing_node_application.cpp
- file src/application/impl/block_producing_node_application.hpp
- file src/application/impl/bridging_node_application.cpp
- file src/application/impl/bridging_node_application.hpp
- file src/application/impl/configuration_storage_impl.cpp
- file src/application/impl/configuration_storage_impl.hpp
- file src/application/impl/local_key_storage.cpp
- file src/application/impl/local_key_storage.hpp
- dir src/application/impl/config_reader
- file src/application/impl/syncing_node_application.cpp
- file src/application/impl/syncing_node_application.hpp
- file src/application/impl/validating_node_application.cpp
- file src/application/impl/validating_node_application.hpp
- dir src/base
- file src/base/ScaledInteger.cpp
Fixed-point arithmetic utilities (Implementation file). - file src/base/ScaledInteger.hpp
Utilities for decimal arithmetic using scaled integers. - file src/base/blob.cpp
- file src/base/blob.hpp
- file src/base/buffer.cpp
- file src/base/buffer.hpp
- file src/base/buffer_back_insert_iterator.hpp
- file src/base/endian.h
- file src/base/hexutil.cpp
- file src/base/hexutil.hpp
- file src/base/logger.cpp
- file src/base/logger.hpp
- file src/base/mp_utils.cpp
- file src/base/mp_utils.hpp
- file src/base/outcome_throw.hpp
- file src/base/sgns_version.cpp
Implementation of version retrieval functions for SuperGenius. - file src/base/sgns_version.hpp
- file src/base/type_traits.hpp
- file src/base/unused.hpp
- file src/base/util.hpp
Utilities functions header file. - file src/base/visitor.hpp
- file src/base/wrapper.hpp
- file src/base/ScaledInteger.cpp
- dir src/blockchain
- file src/blockchain/Blockchain.hpp
Header file for the Blockchain class, which provides an interface for block storage operations. - file src/blockchain/ValidatorRegistry.cpp
Validator registry and quorum logic for governance. - file src/blockchain/ValidatorRegistry.hpp
Validator registry and quorum logic for governance. - file src/blockchain/block_header_repository.hpp
- file src/blockchain/block_storage.hpp
- file src/blockchain/block_tree.hpp
- file src/blockchain/block_tree_error.hpp
- dir src/blockchain/impl
- file src/blockchain/impl/Blockchain.cpp
Header file for the Blockchain class, which provides an interface for block storage operations. - file src/blockchain/impl/block_header_repository.cpp
- file src/blockchain/impl/block_tree_error.cpp
- file src/blockchain/impl/block_tree_impl.cpp
- file src/blockchain/impl/block_tree_impl.hpp
- file src/blockchain/impl/common.hpp
- file src/blockchain/impl/key_value_block_header_repository.cpp
- file src/blockchain/impl/key_value_block_header_repository.hpp
- file src/blockchain/impl/key_value_block_storage.cpp
- file src/blockchain/impl/key_value_block_storage.hpp
- file src/blockchain/impl/storage_util.cpp
- file src/blockchain/impl/storage_util.hpp
- file src/blockchain/impl/types.cpp
- file src/blockchain/impl/Blockchain.cpp
- file src/blockchain/Blockchain.hpp
- dir src/coinprices
- dir src/crdt
- file src/crdt/atomic_transaction.hpp
- file src/crdt/broadcaster.hpp
- file src/crdt/crdt_callback_manager.hpp
CRDT callback manager header for when an element gets added/removed. - file src/crdt/crdt_data_filter.hpp
Header file of the CRDT Filter class. - file src/crdt/crdt_datastore.hpp
CRDT datastore class source file. - file src/crdt/crdt_heads.hpp
- file src/crdt/crdt_options.hpp
- file src/crdt/crdt_set.hpp
- file src/crdt/dagsyncer.hpp
- file src/crdt/graphsync_dagsyncer.hpp
- file src/crdt/hierarchical_key.hpp
- dir src/crdt/globaldb
- file src/crdt/globaldb/globaldb.cpp
- file src/crdt/globaldb/globaldb.hpp
- file src/crdt/globaldb/keypair_file_storage.cpp
- file src/crdt/globaldb/keypair_file_storage.hpp
- file src/crdt/globaldb/pubsub_broadcaster.cpp
- file src/crdt/globaldb/pubsub_broadcaster.hpp
- file src/crdt/globaldb/pubsub_broadcaster_ext.cpp
- file src/crdt/globaldb/pubsub_broadcaster_ext.hpp
- dir src/crdt/impl
- file src/crdt/impl/atomic_transaction.cpp
- file src/crdt/impl/crdt_callback_manager.cpp
CRDT callback manager header for when an element gets added/removed. - file src/crdt/impl/crdt_data_filter.cpp
Source file of the CRDT Filter class. - file src/crdt/impl/crdt_datastore.cpp
- file src/crdt/impl/crdt_heads.cpp
- file src/crdt/impl/crdt_set.cpp
- file src/crdt/impl/graphsync_dagsyncer.cpp
- file src/crdt/impl/hierarchical_key.cpp
- dir src/crypto
- file src/crypto/crypto_store.hpp
- file src/crypto/ed25519_provider.hpp
- file src/crypto/ed25519_types.cpp
- file src/crypto/ed25519_types.hpp
- file src/crypto/hasher.hpp
- file src/crypto/random_generator.hpp
- file src/crypto/secp256k1_provider.hpp
- file src/crypto/secp256k1_types.hpp
- file src/crypto/sr25519_provider.hpp
- file src/crypto/sr25519_types.cpp
- file src/crypto/sr25519_types.hpp
- dir src/crypto/bip39
- file src/crypto/bip39/bip39_provider.hpp
- file src/crypto/bip39/bip39_types.hpp
- file src/crypto/bip39/dictionary.cpp
- file src/crypto/bip39/dictionary.hpp
- file src/crypto/bip39/entropy_accumulator.cpp
- file src/crypto/bip39/entropy_accumulator.hpp
- file src/crypto/bip39/mnemonic.cpp
- file src/crypto/bip39/mnemonic.hpp
- dir src/crypto/bip39/impl
- dir src/crypto/bip39/wordlist
- dir src/crypto/crypto_store
- dir src/crypto/ed25519
- dir src/crypto/hasher
- dir src/crypto/keccak
- dir src/crypto/pbkdf2
- dir src/crypto/random_generator
- dir src/crypto/secp256k1
- dir src/crypto/sha
- dir src/crypto/sr25519
- dir src/crypto/twox
- dir src/crypto/vrf
- file src/crypto/vrf_provider.hpp
- dir src/local_secure_storage
- file src/local_secure_storage/ISecureStorage.hpp
Secure Storage Interface class. - file src/local_secure_storage/SecureStorage.hpp
- dir src/local_secure_storage/impl
- file src/local_secure_storage/impl/Android.cpp
- file src/local_secure_storage/impl/Android.hpp
- file src/local_secure_storage/impl/Apple.cpp
- file src/local_secure_storage/impl/Apple.hpp
- file src/local_secure_storage/impl/JSONBackend.cpp
- file src/local_secure_storage/impl/JSONBackend.hpp
- file src/local_secure_storage/impl/KeyStoreHelper.java
- file src/local_secure_storage/impl/Linux.cpp
- file src/local_secure_storage/impl/Linux.hpp
- file src/local_secure_storage/impl/Windows.cpp
- file src/local_secure_storage/impl/Windows.hpp
- dir src/local_secure_storage/impl/json
- file src/local_secure_storage/ISecureStorage.hpp
- dir src/macro
- dir src/outcome
- dir src/primitives
- file src/primitives/apply_result.hpp
- file src/primitives/author_api_primitives.hpp
- file src/primitives/authority.hpp
- file src/primitives/block.hpp
- file src/primitives/block_data.hpp
- file src/primitives/block_header.hpp
- file src/primitives/block_id.hpp
- file src/primitives/check_inherents_result.hpp
- file src/primitives/common.hpp
- file src/primitives/compact_integer.hpp
- file src/primitives/digest.hpp
- file src/primitives/extrinsic.hpp
- file src/primitives/inherent_data.cpp
- file src/primitives/inherent_data.hpp
- file src/primitives/justification.hpp
- file src/primitives/opaque_metadata.hpp
- file src/primitives/parachain_host.hpp
- file src/primitives/production_configuration.hpp
- file src/primitives/scheduled_change.hpp
- file src/primitives/session_key.hpp
- file src/primitives/transaction.hpp
- file src/primitives/transaction_validity.cpp
- file src/primitives/transaction_validity.hpp
- file src/primitives/version.hpp
- dir src/processing
- file src/processing/processing_core.hpp
- file src/processing/processing_engine.cpp
- file src/processing/processing_engine.hpp
- file src/processing/processing_node.cpp
- file src/processing/processing_node.hpp
- file src/processing/processing_service.cpp
- file src/processing/processing_service.hpp
- file src/processing/processing_subtask_enqueuer.hpp
- file src/processing/processing_subtask_enqueuer_impl.cpp
- file src/processing/processing_subtask_enqueuer_impl.hpp
- file src/processing/processing_subtask_queue.cpp
- file src/processing/processing_subtask_queue.hpp
- file src/processing/processing_subtask_queue_accessor.hpp
- file src/processing/processing_subtask_queue_accessor_impl.cpp
- file src/processing/processing_subtask_queue_accessor_impl.hpp
- file src/processing/processing_subtask_queue_channel.hpp
- file src/processing/processing_subtask_queue_channel_pubsub.cpp
- file src/processing/processing_subtask_queue_channel_pubsub.hpp
- file src/processing/processing_subtask_queue_manager.cpp
- file src/processing/processing_subtask_queue_manager.hpp
- file src/processing/processing_subtask_result_storage.hpp
- file src/processing/processing_task_queue.hpp
- file src/processing/processing_tasksplit.cpp
- file src/processing/processing_tasksplit.hpp
- file src/processing/processing_validation_core.cpp
Source file of core implementation of processing task results validation. - file src/processing/processing_validation_core.hpp
Header file of core implementation of processing task results validation. - dir src/processing/impl
- file src/processing/impl/processing_core_impl.cpp
- file src/processing/impl/processing_core_impl.hpp
- file src/processing/impl/processing_subtask_result_storage_impl.cpp
- file src/processing/impl/processing_subtask_result_storage_impl.hpp
- file src/processing/impl/processing_task_queue_impl.cpp
- file src/processing/impl/processing_task_queue_impl.hpp
- dir src/proof
- file src/proof/GeniusAssigner.cpp
Source file of the assigner from bytecode to circuit. - file src/proof/GeniusAssigner.hpp
Header file of the assigner from bytecode to circuit. - file src/proof/GeniusProver.cpp
Source file of the prover from circuit to zkproof. - file src/proof/GeniusProver.hpp
Header file of the prover from circuit to zkproof. - file src/proof/IBasicProof.cpp
- file src/proof/IBasicProof.hpp
Base proof class header file. - file src/proof/NilFileHelper.hpp
- file src/proof/ProcessingProof.cpp
- file src/proof/ProcessingProof.hpp
Derived class for generating and verifying processing proofs. - file src/proof/RecursiveTransferProof.cpp
Source file of the Recursive Transfer Proof. - file src/proof/RecursiveTransferProof.hpp
Header file of the RecursiveTransferProof. - file src/proof/TransferProof.cpp
- file src/proof/TransferProof.hpp
Derived class for generating and verifying transfer proofs. - dir src/proof/circuits
- file src/proof/circuits/RecursiveTransactionCircuit.hpp
The circuit bytecode in string form. - file src/proof/circuits/TransactionVerifierCircuit.hpp
- file src/proof/circuits/RecursiveTransactionCircuit.hpp
- file src/proof/GeniusAssigner.cpp
- dir src/runtime
- file src/runtime/block_builder.hpp
- file src/runtime/core.hpp
- file src/runtime/core_factory.hpp
- file src/runtime/finality_api.hpp
- file src/runtime/metadata.hpp
- file src/runtime/offchain_worker.hpp
- file src/runtime/parachain_host.hpp
- file src/runtime/production_api.hpp
- dir src/runtime/binaryen
- file src/runtime/binaryen/runtime_environment.cpp
- file src/runtime/binaryen/runtime_environment.hpp
- file src/runtime/binaryen/runtime_external_interface.cpp
- file src/runtime/binaryen/runtime_external_interface.hpp
- file src/runtime/binaryen/runtime_manager.cpp
- file src/runtime/binaryen/runtime_manager.hpp
- dir src/runtime/binaryen/module
- file src/runtime/binaryen/module/wasm_module.hpp
- file src/runtime/binaryen/module/wasm_module_factory.hpp
- file src/runtime/binaryen/module/wasm_module_factory_impl.cpp
- file src/runtime/binaryen/module/wasm_module_factory_impl.hpp
- file src/runtime/binaryen/module/wasm_module_impl.cpp
- file src/runtime/binaryen/module/wasm_module_impl.hpp
- file src/runtime/binaryen/module/wasm_module_instance.hpp
- file src/runtime/binaryen/module/wasm_module_instance_impl.cpp
- file src/runtime/binaryen/module/wasm_module_instance_impl.hpp
- dir src/runtime/binaryen/runtime_api
- file src/runtime/binaryen/runtime_api/block_builder_impl.cpp
- file src/runtime/binaryen/runtime_api/block_builder_impl.hpp
- file src/runtime/binaryen/runtime_api/core_factory_impl.cpp
- file src/runtime/binaryen/runtime_api/core_factory_impl.hpp
- file src/runtime/binaryen/runtime_api/core_impl.cpp
- file src/runtime/binaryen/runtime_api/core_impl.hpp
- file src/runtime/binaryen/runtime_api/finality_api_impl.cpp
- file src/runtime/binaryen/runtime_api/finality_api_impl.hpp
- file src/runtime/binaryen/runtime_api/metadata_impl.cpp
- file src/runtime/binaryen/runtime_api/metadata_impl.hpp
- file src/runtime/binaryen/runtime_api/offchain_worker_impl.cpp
- file src/runtime/binaryen/runtime_api/offchain_worker_impl.hpp
- file src/runtime/binaryen/runtime_api/parachain_host_impl.cpp
- file src/runtime/binaryen/runtime_api/parachain_host_impl.hpp
- file src/runtime/binaryen/runtime_api/production_api_impl.cpp
- file src/runtime/binaryen/runtime_api/production_api_impl.hpp
- file src/runtime/binaryen/runtime_api/runtime_api.hpp
- file src/runtime/binaryen/runtime_api/tagged_transaction_queue_impl.cpp
- file src/runtime/binaryen/runtime_api/tagged_transaction_queue_impl.hpp
- file src/runtime/binaryen/wasm_executor.cpp
- file src/runtime/binaryen/wasm_executor.hpp
- file src/runtime/binaryen/wasm_memory_impl.cpp
- file src/runtime/binaryen/wasm_memory_impl.hpp
- dir src/runtime/common
- file src/runtime/common/const_wasm_provider.cpp
- file src/runtime/common/const_wasm_provider.hpp
- file src/runtime/common/storage_wasm_provider.cpp
- file src/runtime/common/storage_wasm_provider.hpp
- file src/runtime/common/trie_storage_provider_impl.cpp
- file src/runtime/common/trie_storage_provider_impl.hpp
- dir src/runtime/dummy
- file src/runtime/tagged_transaction_queue.hpp
- file src/runtime/trie_storage_provider.hpp
- file src/runtime/types.hpp
- file src/runtime/wasm_memory.hpp
- file src/runtime/wasm_provider.hpp
- file src/runtime/wasm_result.hpp
- dir src/scale
- dir src/singleton
- file src/singleton/CComponentFactory.cpp
- file src/singleton/CComponentFactory.hpp
- file src/singleton/IComponent.hpp
Component interface class. - file src/singleton/IComponentFactory.hpp
- file src/singleton/Singleton.hpp
- dir src/storage
- file src/storage/buffer_map_types.hpp
- file src/storage/database_error.cpp
- file src/storage/database_error.hpp
- file src/storage/predefined_keys.hpp
- dir src/storage/changes_trie
- dir src/storage/face
- file src/storage/face/batchable.hpp
- file src/storage/face/generic_iterator.hpp
- file src/storage/face/generic_list.hpp
- file src/storage/face/generic_maps.hpp
- file src/storage/face/generic_storage.hpp
- file src/storage/face/iterable.hpp
- file src/storage/face/map_cursor.hpp
- file src/storage/face/readable.hpp
- file src/storage/face/write_batch.hpp
- file src/storage/face/writeable.hpp
- dir src/storage/in_memory
- dir src/storage/rocksdb
- dir src/storage/trie
- file src/storage/trie/codec.hpp
- file src/storage/trie/node.hpp
- dir src/storage/trie/impl
- file src/storage/trie/impl/ephemeral_trie_batch_impl.cpp
- file src/storage/trie/impl/ephemeral_trie_batch_impl.hpp
- file src/storage/trie/impl/persistent_trie_batch_impl.cpp
- file src/storage/trie/impl/persistent_trie_batch_impl.hpp
- file src/storage/trie/impl/topper_trie_batch_impl.cpp
- file src/storage/trie/impl/topper_trie_batch_impl.hpp
- file src/storage/trie/impl/trie_storage_backend_batch.cpp
- file src/storage/trie/impl/trie_storage_backend_batch.hpp
- file src/storage/trie/impl/trie_storage_backend_impl.cpp
- file src/storage/trie/impl/trie_storage_backend_impl.hpp
- file src/storage/trie/impl/trie_storage_impl.cpp
- file src/storage/trie/impl/trie_storage_impl.hpp
- dir src/storage/trie/serialization
- file src/storage/trie/serialization/buffer_stream.hpp
- file src/storage/trie/serialization/ordered_trie_hash.hpp
- file src/storage/trie/serialization/supergenius_codec.cpp
- file src/storage/trie/serialization/supergenius_codec.hpp
- file src/storage/trie/serialization/trie_serializer.hpp
- file src/storage/trie/serialization/trie_serializer_impl.cpp
- file src/storage/trie/serialization/trie_serializer_impl.hpp
- dir src/storage/trie/supergenius_trie
- file src/storage/trie/supergenius_trie/supergenius_node.cpp
- file src/storage/trie/supergenius_trie/supergenius_node.hpp
- file src/storage/trie/supergenius_trie/supergenius_trie.hpp
- file src/storage/trie/supergenius_trie/supergenius_trie_cursor.cpp
- file src/storage/trie/supergenius_trie/supergenius_trie_cursor.hpp
- file src/storage/trie/supergenius_trie/supergenius_trie_factory.hpp
- file src/storage/trie/supergenius_trie/supergenius_trie_factory_impl.cpp
- file src/storage/trie/supergenius_trie/supergenius_trie_factory_impl.hpp
- file src/storage/trie/supergenius_trie/supergenius_trie_impl.cpp
- file src/storage/trie/supergenius_trie/supergenius_trie_impl.hpp
- file src/storage/trie/supergenius_trie/trie_error.cpp
- file src/storage/trie/supergenius_trie/trie_error.hpp
- file src/storage/trie/trie_batches.hpp
- file src/storage/trie/trie_storage.hpp
- file src/storage/trie/trie_storage_backend.hpp
- dir src/subscription
- dir src/watcher
- dir src/account
Updated on 2026-03-04 at 13:10:45 -0800