Skip to content

Commit

Permalink
feat: switching to axum, adding swagger UI (#84)
Browse files Browse the repository at this point in the history
* feat: switching to axum, adding swagger UI

* feat: operation queue (#85)

* feat: operation queue

* refactor and beginning test

* progress

* balls deep in redis debugging

* no more deadlock but proof verification fails

* test passes if we don't derive tree, but is tree state fucked then?

* yanking out derive_tree

* renaming Signable trait and method names
  • Loading branch information
distractedm1nd committed Jul 20, 2024
1 parent 9d71b25 commit 573c9e2
Show file tree
Hide file tree
Showing 9 changed files with 660 additions and 544 deletions.
240 changes: 238 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ key_transparency = []
ci = []

[dependencies]
axum = "0.6"
tower-http = { version = "0.4", features = ["cors"] }
utoipa = { version = "3.3", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "3.1", features = ["axum"] }
crypto-hash = "0.3.4"
async-trait = "0.1.68"
serde = { version = "1.0.151", features = ["derive"] }
Expand Down
Loading

0 comments on commit 573c9e2

Please sign in to comment.