[refactor] Migrate from warp to axum/actix #3776
Labels
dependencies
Pull requests that update a dependency file
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
research
Feature request
Replace
warp
crate to a more batteries included kind of web framework, main candidates beingaxum
oractix
. Do some researching/benchmark to determine what's better, if possible.Motivation
Currently the
warp
crate is used throughout thecli
andversion
parts of the codebase, but it's been known as a pain point for a while with unwieldy filter type signatures occupying the whole screen and awkward proc macro metaprogramming to reach our goals.Who can help?
@appetrosyan
The text was updated successfully, but these errors were encountered: