feat(server/v2): add config & start helper (#20505)
Co-authored-by: marbar3778 <marbar3778@yahoo.com> Co-authored-by: Marko <marko@baricevic.me> Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com> Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com> Co-authored-by: unknown unknown <unknown@unknown> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
marbar3778
Marko
Matt Kocubinski
Likhita Polavarapu
unknown unknown
Julien Robert
parent
3c13bc03cd
commit
8ab643dc10
+2
-6
@@ -127,10 +127,6 @@ func (a *App) ExecuteGenesisTx(_ []byte) error {
|
||||
panic("App.ExecuteGenesisTx not supported in runtime/v2")
|
||||
}
|
||||
|
||||
func (a *App) SetAppVersion(context.Context, uint64) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (a *App) AppVersion(context.Context) (uint64, error) {
|
||||
return 0, nil
|
||||
func (a *App) GetAppManager() *appmanager.AppManager[transaction.Tx] {
|
||||
return a.AppManager
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user