abci: Remove SetOption #5447 #9091 (#9266)

* Remove set option for abci
This commit is contained in:
samricotta
2022-08-16 22:58:04 +02:00
committed by GitHub
parent 670abbc330
commit 9993514893
21 changed files with 285 additions and 1181 deletions
@@ -62,10 +62,6 @@ func (app *PersistentKVStoreApplication) Info(req types.RequestInfo) types.Respo
return res
}
func (app *PersistentKVStoreApplication) SetOption(req types.RequestSetOption) types.ResponseSetOption {
return app.app.SetOption(req)
}
// tx is either "val:pubkey!power" or "key=value" or just arbitrary bytes
func (app *PersistentKVStoreApplication) DeliverTx(req types.RequestDeliverTx) types.ResponseDeliverTx {
// if it starts with "val:", update the validator set