ci: liveness test (#498)

* ci: liveness test

* rm key

* makefile

* chmod

* update docs
This commit is contained in:
Federico Kunze Küllmer
2021-08-26 15:21:43 +00:00
committed by GitHub
parent 556fca1524
commit b5288399d3
9 changed files with 142 additions and 209 deletions
-4
View File
@@ -31,8 +31,6 @@ const (
prefixLogs
prefixCode
prefixStorage
prefixBlockGasUsed
prefixBaseFee
)
// prefix bytes for the EVM transient store
@@ -54,8 +52,6 @@ var (
KeyPrefixLogs = []byte{prefixLogs}
KeyPrefixCode = []byte{prefixCode}
KeyPrefixStorage = []byte{prefixStorage}
KeyPrefixBlockGasUsed = []byte{prefixBlockGasUsed}
KeyPrefixBaseFee = []byte{prefixBaseFee}
)
// Transient Store key prefixes