Skip to content

Commit

Permalink
Bringing back /main /deployss /sigs events to sidecars SSE server. Fo…
Browse files Browse the repository at this point in the history
…r now it provides 2.x SSE events.
  • Loading branch information
Jakub Zajkowski committed Apr 22, 2024
1 parent 016a0f2 commit 651ff9f
Show file tree
Hide file tree
Showing 13 changed files with 660 additions and 723 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-casper-event-sidecar-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
- name: audit
# Hope to get to here:
# run: cargo audit --deny warnings
# RUSTSEC-2022-0093 - that is an issue that comes form casper-types, need to update that depenency as soon as a new release is made
# RUSTSEC-2023-0071 - there is a transitive audit issue via sqlx. There is no fix for that yet, we should update dependencies once a fix is presented
run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071
run: cargo audit --ignore RUSTSEC-2023-0071

- name: test
run: cargo test
Expand Down
Loading

0 comments on commit 651ff9f

Please sign in to comment.