Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Ahmedabad HF related configs and block number for mainnet network #1330

Merged
merged 3 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Test
run: make test

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: unitTest-coverage
path: cover.out
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: test-integration
run: make test-integration

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: integrationTest-coverage
path: cover.out
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:

- name: Upload logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs_${{ github.run_id }}
path: |
Expand All @@ -277,7 +277,7 @@ jobs:

- name: Upload code and chain data
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code_${{ github.run_id }}
path: code.tar.gz
2 changes: 1 addition & 1 deletion .github/workflows/govuln.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-on-vuln: true

- name: Upload govulncheck report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: raw-report
path: raw-report.json
15 changes: 15 additions & 0 deletions builder/files/genesis-mainnet-v1.json

Large diffs are not rendered by default.

24 changes: 21 additions & 3 deletions internal/cli/server/chains/mainnet.go

Large diffs are not rendered by default.

24 changes: 21 additions & 3 deletions params/config.go

Large diffs are not rendered by default.

Loading