Add integration test and dynamic txn unit test.

This commit is contained in:
Arijit Das
2022-01-20 18:52:01 +05:30
parent 93e3dba443
commit 80bcb2580f
22 changed files with 28263 additions and 23 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ func stateValidator() {
}
trail := viper.GetUint64("validate.trail")
srvc := validator.NewService(cfg.DB, height, trail)
// TODO: add chain config logic here.
srvc := validator.NewService(cfg.DB, height, trail, nil)
_, err = srvc.Start(context.Background())
if err != nil {