CrustChain Synthetic Transactional Dataset for Performance Evaluation
收藏资源简介:
This dataset contains 500 synthetic blockchain transactions generated to replicate the input workload used in the CrustChain performance study. Each record represents a single transaction with the following fields: transaction_id: Unique identifier (tx1000, tx1001, …) timestamp: UTC datetime of transaction submission (YYYY‑MM‑DD HH:MM:SS) sender_address: Dummy Ethereum‑style public key of the sender receiver_address: Dummy Ethereum‑style public key of the receiver amount: Transaction value drawn from an exponential distribution (float) shard_id: Shard assignment (0–3) payload_size_bytes: Size of payload in bytes (integer) gas_used: Gas consumption estimate (integer) status: Outcome of execution (SUCCESS or FAILURE) All addresses are randomly generated and contain no real user data. The dataset is intended to allow full replication of throughput, latency, and chain‑quality analyses presented in the CrustChain paper.



