You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fixed evm-reader `Run`. It was not respecting
CARTESI_BLOCKCHAIN_SUBSCRIPTION_TIMEOUT and
CARTESI_BLOCKCHAIN_HTTP_MAX_RETRIES options.
- make the context and cancel functions mandatory for service. This
simplifies the logic inside service.Create.
- route the same context and cancelation in the node to all services
such that any individual service is able to stop the application.
- renamed ctx and cancel on the commands to initCTX and initCancel to
make it clear this is only used for initialization. Other operations
will inherit the `context.WithTimeout` maybe unnoticed incurring in
bugs.
- fixed the type of CARTESI_BLOCKCHAIN_SUBSCRIPTION_TIMEOUT to Duration.
0 commit comments