feat: add tokamak-deployer CLI binary for L1 contract deployment#393
Merged
Conversation
…x-arm64 build - Add pnpm/action-setup@v4 and actions/setup-node@v4 before contract build step to fix 'pnpm: command not found' error on ubuntu-latest runner - Remove linux/arm64 ignore from goreleaser config so CI produces tokamak-deployer-linux-arm64, which trh-sdk deployer_binary.go expects Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cmd/tokamak-deployer: L1 컨트랙트 배포 및 genesis 생성을 위한 독립 Go CLI 바이너리 추가deploy-contracts: L1 RPC + private key + chain ID로 컨트랙트 배포 →deploy-output.jsongenerate-genesis: deploy output + rollup config →genesis.json/rollup.json.github/workflows/release-deployer.yml:v*태그 push 시 goreleaser로 자동 릴리즈.goreleaser.yml: linux-amd64 / linux-arm64 / darwin-amd64 / darwin-arm64 빌드Related
deployer_binary.go가 이 릴리즈에서 바이너리를 다운로드하여 사용Test plan
v*태그 push 시 CI 워크플로우(release-deployer.yml) 정상 실행 확인🤖 Generated with Claude Code