HuangLab-SYSU / block-emulator

MIT License
229 stars 60 forks source link

交易数据全是0 #26

Closed UIZorrot closed 6 months ago

UIZorrot commented 6 months ago

我按照指示下载了最新的数据集,并且使用了20-29的csv,运行之后所有的结果都是0:

Supervisor看起来是正常运行的

Supervisor: 2024/04/24 23:29:50 committee_relay.go:128: received from shard 1 in epoch 0. Supervisor: 2024/04/24 23:29:50 committee_relay.go:128: received from shard 0 in epoch 0. Supervisor: 2024/04/24 23:29:55 committee_relay.go:128: received from shard 1 in epoch 0. Supervisor: 2024/04/24 23:29:55 committee_relay.go:128: received from shard 0 in epoch 0. Supervisor: 2024/04/24 23:29:56 supervisor.go:130: Supervisor: now sending cstop message to all nodes Supervisor: 2024/04/24 23:29:56 supervisor.go:136: Supervisor: now Closing Supervisor: 2024/04/24 23:29:56 supervisor.go:224: Closing... Supervisor: 2024/04/24 23:29:56 supervisor.go:226: Average_TPS Supervisor: 2024/04/24 23:29:56 supervisor.go:227: [] -0 Supervisor: 2024/04/24 23:29:56 supervisor.go:226: Transaction_Confirm_Latency Supervisor: 2024/04/24 23:29:56 supervisor.go:227: [] NaN Supervisor: 2024/04/24 23:29:56 supervisor.go:226: CrossTransaction_ratio Supervisor: 2024/04/24 23:29:56 supervisor.go:227: [0 0] NaN Supervisor: 2024/04/24 23:29:56 supervisor.go:226: Tx_number Supervisor: 2024/04/24 23:29:56 supervisor.go:227: [] 0 Supervisor: 2024/04/24 23:29:56 supervisor.go:231: Trying to input .csv Supervisor: 2024/04/24 23:29:56 supervisor.go:275: [] -0 Supervisor: 2024/04/24 23:29:56 supervisor.go:275: [] NaN Supervisor: 2024/04/24 23:29:56 supervisor.go:275: [0 0] NaN Supervisor: 2024/04/24 23:29:56 supervisor.go:275: [] 0

您们知道这个问题是什么原因造成的吗?

UIZorrot commented 6 months ago

我删除了log,result和record,似乎没有效果 我在windows上直接运行的bat

UIZorrot commented 6 months ago

我知道原因了,因为下载的数据必须选择2,就是blocktransaction,这可能是一个坑,因为说明文档里没讲这个问题