We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6892d18 commit 0db423eCopy full SHA for 0db423e
core/execution/execution.go
@@ -8,6 +8,8 @@ import (
8
// Executor defines the interface that execution clients must implement to be compatible with Rollkit.
9
// This interface enables the separation between consensus and execution layers, allowing for modular
10
// and pluggable execution environments.
11
+//
12
+// Note: if you are modifying this interface, ensure that all implementations are compatible (evm, abci, protobuf/grpc, etc..
13
type Executor interface {
14
// InitChain initializes a new blockchain instance with genesis parameters.
15
// Requirements:
0 commit comments