We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb6451 commit eb5144cCopy full SHA for eb5144c
1 file changed
core/execution/execution.go
@@ -52,6 +52,7 @@ type Executor interface {
52
// Requirements:
53
// - Must validate state transition against previous state root
54
// - Must handle empty transaction list
55
+ // - Must handle gracefully gibberish transactions
56
// - Must maintain deterministic execution
57
// - Must respect context cancellation/timeout
58
// - The rest of the rules are defined by the specific execution layer
0 commit comments