Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
feat: merge dev into main
  • Loading branch information
seolaoh authored Sep 5, 2024
2 parents 6d687e8 + ef70f38 commit 957e0d5
Show file tree
Hide file tree
Showing 158 changed files with 31,550 additions and 5,197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -60,6 +60,5 @@ jobs:

- name: Run tests
env:
OP_E2E_DISABLE_PARALLEL: true
OP_E2E_USE_CANYON: true
OP_E2E_DISABLE_PARALLEL: false
run: make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test:
go test ./kroma-bindings/...
go test ./kroma-chain-ops/...
go test ./kroma-validator/...
go test ./op-e2e/... -timeout 30m # requires a minimum of 30min in a CI
go test ./op-e2e/... -timeout 30m # a maximum of 30min in a CI
pnpm test
.PHONY: test

Expand Down
5 changes: 5 additions & 0 deletions funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"opRetro": {
"projectId": "0x8c76c13d8d0e63a7de499d47b9da5a4495d1151c0b2003c92379f41f14e404c0"
}
}
3 changes: 3 additions & 0 deletions kroma-bindings/artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"L2OutputOracle",
"L2StandardBridge",
"L2ToL1MessagePasser",
"MintManager",
"ProtocolVault",
"Proxy",
"ProxyAdmin",
Expand All @@ -29,6 +30,8 @@
"SystemConfig",
"TimeLock",
"UpgradeGovernor",
"AssetManager",
"ValidatorManager",
"ValidatorPool",
"ValidatorRewardVault",
"WETH9",
Expand Down
3,071 changes: 3,071 additions & 0 deletions kroma-bindings/bindings/assetmanager.go

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions kroma-bindings/bindings/assetmanager_more.go

Large diffs are not rendered by default.

292 changes: 235 additions & 57 deletions kroma-bindings/bindings/colosseum.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions kroma-bindings/bindings/colosseum_more.go

Large diffs are not rendered by default.

668 changes: 606 additions & 62 deletions kroma-bindings/bindings/governancetoken.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions kroma-bindings/bindings/governancetoken_more.go

Large diffs are not rendered by default.

151 changes: 137 additions & 14 deletions kroma-bindings/bindings/l2outputoracle.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions kroma-bindings/bindings/l2outputoracle_more.go

Large diffs are not rendered by default.

925 changes: 925 additions & 0 deletions kroma-bindings/bindings/mintmanager.go

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions kroma-bindings/bindings/mintmanager_more.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 957e0d5

Please sign in to comment.