Skip to content

Commit

Permalink
Switch away from rouille to axum in telemetry and REST servers (#…
Browse files Browse the repository at this point in the history
…3200)

* Switch telemetry crate from `rouille` to `axum`

* Switch rust-server crate from `rouille` to `axum`

* Re-enable mock tests

* No need for TLS support in tests

* Refactor and add `--no-health-check` parameter

* Update guide template

* Add changelog entry

* Remove `--no-health-check` parameter

Will implement this in a follow-up PR

* Fix workspace Cargo.toml
  • Loading branch information
romac authored Apr 4, 2023
1 parent 0972640 commit 02e45a7
Show file tree
Hide file tree
Showing 22 changed files with 271 additions and 482 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/1658-drop-rouille.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Switch away from `rouille` to `axum` in telemetry and REST servers
([\#1658](https://github.com/informalsystems/hermes/issues/1658))
Loading

0 comments on commit 02e45a7

Please sign in to comment.