Skip to content

Commit

Permalink
fix: fix comments to base branch (#315)
Browse files Browse the repository at this point in the history
This PR fixes comments to
#62 and adds
changelog for it
  • Loading branch information
SebastianElvis authored Feb 6, 2025
1 parent 56354ad commit 5a3dee2
Show file tree
Hide file tree
Showing 22 changed files with 157 additions and 3,413 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,16 @@ jobs:
- name: Run e2e BCD tests
run: make test-e2e-bcd

# TODO: disable e2e_op as removing fast sync might introduce nontrivial change
# e2e_op:
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v3
# - name: Set up Go
# uses: actions/setup-go@v4
# with:
# go-version: '1.23'
# - name: Set up the devnet data
# run: make op-e2e-devnet
# - name: Run e2e OP tests
# run: make test-e2e-op
e2e_op:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Run e2e OP tests
run: make test-e2e-op

docker_pipeline:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions
needs: ["lint_test"]
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Improvements

* [#62](https://github.com/babylonlabs-io/finality-provider/pull/62) **Consumer chain support.**
This PR contains a series of PRs on BTC staking integration, with support for OP stack chains and
Cosmos chains.
* [#314](https://github.com/babylonlabs-io/finality-provider/pull/314) nit: Dockerfile AS casing

## v0.15.0
Expand Down
Loading

0 comments on commit 5a3dee2

Please sign in to comment.