Skip to content

Commit eb5144c

Browse files
committed
add disclaimer
1 parent cbb6451 commit eb5144c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/execution/execution.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ type Executor interface {
5252
// Requirements:
5353
// - Must validate state transition against previous state root
5454
// - Must handle empty transaction list
55+
// - Must handle gracefully gibberish transactions
5556
// - Must maintain deterministic execution
5657
// - Must respect context cancellation/timeout
5758
// - The rest of the rules are defined by the specific execution layer

0 commit comments

Comments
 (0)