e2e: add contexts and e2e generator tests (#9426)

This commit is contained in:
Callum Waters
2022-11-10 12:29:59 +01:00
committed by GitHub
parent 4f3e87b2e4
commit f8e453a245
14 changed files with 196 additions and 89 deletions
-1
View File
@@ -23,7 +23,6 @@ type Config struct {
PrivValServer string `toml:"privval_server"`
PrivValKey string `toml:"privval_key"`
PrivValState string `toml:"privval_state"`
Misbehaviors map[string]string `toml:"misbehaviors"`
KeyType string `toml:"key_type"`
}