lotus/chain/consensus
Steven Allen 141c020b4e fix: remove pointless panic
Technically, the block validator caught this panic. But it's pointless
because we have a _real_ mechanism to return the validation reason,
which we should have been using.

In general, panicing like this is a very bad idea because it's
non-obvious and, in this case, completely undocumented.
2023-04-18 15:44:56 -07:00
..
filcns feat: vm: switch to the new exec trace format (#10372) 2023-03-01 16:02:18 -08:00
common.go Merge branch 'release/v1.20.0' into asr/merge-release-into-master 2023-01-16 10:51:22 -05:00
compute_state.go revert dead code 2023-03-30 18:11:44 +03:00
iface.go fix: remove pointless panic 2023-04-18 15:44:56 -07:00
signatures.go Merge branch 'release/v1.20.0' into asr/merge-release-into-master 2023-02-03 09:27:04 -05:00
utils.go chore: fix imports 2022-06-14 17:00:51 +02:00