Closed MatrixStorage closed 2 years ago
What do you mean by This causes the block height at the current time to go back in time
, what’s this
?
the log shown doesn’t seems like to be in default lotus so gonna transfer this to discussion.
Also, the error message seems clear to me on why the deal cannot be found.
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
Error:
Add a block height log to chain/events/events_called.go # 122 to print the block height to be applied: 2021-11-02T17:16:00.919Z INFO events events/events_called.go:123 启动events callled apply,from 1252231 to 1252232 2021-11-02T17:16:00.920Z INFO events events/events_called.go:161 启动events callled revert,from 1252232 to 1252231 2021-11-02T17:16:00.920Z INFO events events/events_called.go:123 启动events callled apply,from 1252231 to 1252232 2021-11-02T17:16:30.637Z INFO events events/events_called.go:123 启动events callled apply,from 1252232 to 1252233 2021-11-02T17:16:30.637Z INFO events events/events_called.go:161 启动events callled revert,from 1252233 to 1252232 2021-11-02T17:16:30.637Z INFO events events/events_called.go:123 启动events callled apply,from 1252232 to 1252233 2021-11-02T17:16:30.637Z INFO events events/events_called.go:161 启动events callled revert,from 1252233 to 1252232 2021-11-02T17:16:30.637Z INFO events events/events_called.go:123 启动events callled apply,from 1252232 to 1252233 2021-11-03T01:32:21.950Z INFO events events/events_called.go:123 启动events callled apply,from 1252231 to 1252232 2021-11-03T01:32:21.950Z INFO events events/events_called.go:161 启动events callled revert,from 1252232 to 1252231 2021-11-03T01:32:36.738Z INFO events events/events_called.go:123 启动events callled apply,from 1252231 to 1252232 2021-11-03T01:32:51.569Z INFO events events/events_called.go:123 启动events callled apply,from 1252232 to 1252233 2021-11-03T01:32:51.569Z INFO events events/events_called.go:161 启动events callled revert,from 1252233 to 1252232 2021-11-03T01:33:06.098Z INFO events events/events_called.go:123 启动events callled apply,from 1252232 to 1252233 2021-11-03T01:33:06.098Z INFO events events/events_called.go:161 启动events callled revert,from 1252233 to 1252232 2021-11-03T01:33:20.606Z INFO events events/events_called.go:123 启动events callled apply,from 1252232 to 1252233
This causes the block height at the current time to go back in time, and when Lotus Client checks whether the deal is consistent, it uses the block height of the past to query the deal, and the deal cannot be found
Logging Information
Repo Steps