Closed fvictorio closed 5 years ago
Ugh, I don't know why I ended up with two commits with the same message, sorry about that. I tried to rebase & squash, but I get the same merge conflicts I got before and I don't want to take that risk.
@fvictorio can you solve the conflicts please? Thank you
Closed in favor of #338.
Depends on #328.
This PR adds two new middlewares: one for requests that involve the relayer and another for web3 related stuff. The idea is to start moving logic from thunks to these middlewares, since they are more testable and (hopefully) make things more maintainable.
A lot of things to improve here, of course, but the point is to have something set up and start using it.