refactor: use new codec interfaces (#1530)

Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
This commit is contained in:
colin
2024-10-22 11:13:12 +08:00
committed by GitHub
parent 41ce22be05
commit 233fff0333
44 changed files with 1129 additions and 1253 deletions

View File

@@ -15,10 +15,11 @@ import (
"scroll-tech/common/testcontainers"
"scroll-tech/common/utils"
"scroll-tech/common/version"
capp "scroll-tech/coordinator/cmd/api/app"
"scroll-tech/database/migrate"
"scroll-tech/integration-test/orm"
capp "scroll-tech/coordinator/cmd/api/app"
bcmd "scroll-tech/rollup/cmd"
)