chore: upstream runtime/v2 (#20320)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Matt Kocubinski
2024-05-14 12:43:28 +00:00
committed by GitHub
co-authored by Julien Robert
parent b4f8815426
commit 7ae23e287a
37 changed files with 5864 additions and 66 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
package appmodule
package context
// ExecMode defines the execution mode which can be set on a Context.
type ExecMode uint8
@@ -14,3 +14,8 @@ const (
ExecModeVerifyVoteExtension
ExecModeFinalize
)
const (
ExecModeKey = iota
CometInfoKey
)