Elle Mouton
fde86d3136
accounts+mid: support for error handlers in accounts
...
We also want to be able to see via the trace logs if a request has
errored. So first we need to update the framework to be ready for this.
2024-06-06 12:43:56 -04:00
Oliver Gugger
4fd0ed525e
rpcmiddleware+accounts: add checkers
...
This commit adds the checkers component that is responsible for making
sure all incoming RPC requests and outgoing responses are tracked and
their effects on an account are updated accordingly.
2022-12-02 10:06:50 +01:00
Oliver Gugger
fb875356c7
rpcmiddleware: add context to request and response handlers
...
With this commit we add a context to the handlers so we can use that to
transport values as well as cancel a request/response if necessary.
2022-10-15 09:04:59 +02:00
Elle Mouton
3f291a8a8d
multi: use the ability to intercept requests and errors
2022-09-22 15:59:05 +02:00
Oliver Gugger
0d416a5168
config+log+rpcmiddleware: add RPC middleware package
2022-09-22 15:59:05 +02:00