Skip to content

Commit

Permalink
Bump babylon version (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitferry authored Nov 25, 2024
1 parent 4bd7985 commit 030eda8
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 327 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.6.0
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.7.0
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
install-dependencies-command: 'sudo apt-get install libzmq3-dev'
run-unit-tests: true
run-integration-tests: true
run-lint: true
run-build: true
run-gosec: true
gosec-args: "-no-fail ./..."

docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.8.0
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.10.2
secrets: inherit
with:
publish: false
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.6.0
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.7.0
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
install-dependencies-command: 'sudo apt-get install libzmq3-dev'
run-unit-tests: true
run-integration-tests: true
Expand Down
2 changes: 1 addition & 1 deletion cmd/sid/cli/btc_headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func BtcHeaderInfoList(btcClient btcscanner.Client, fromBlk, toBlk uint64, withH
}

if withHeight {
info.Height = blkHeight
info.Height = uint32(blkHeight)
}

btcHeaders = append(btcHeaders, info)
Expand Down
Loading

0 comments on commit 030eda8

Please sign in to comment.