Skip to content

Commit 0db423e

Browse files
author
tac0turtle
committed
add note
1 parent 6892d18 commit 0db423e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/execution/execution.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import (
88
// Executor defines the interface that execution clients must implement to be compatible with Rollkit.
99
// This interface enables the separation between consensus and execution layers, allowing for modular
1010
// and pluggable execution environments.
11+
//
12+
// Note: if you are modifying this interface, ensure that all implementations are compatible (evm, abci, protobuf/grpc, etc..
1113
type Executor interface {
1214
// InitChain initializes a new blockchain instance with genesis parameters.
1315
// Requirements:

0 commit comments

Comments
 (0)