enhancement(arbiter-core): allow for error bubble up Environment::run
#718
Labels
✨ enhancement
new feature, upgrade, or change in modularity
🔧 error handling
errors and controlling their flow
https://github.com/primitivefinance/arbiter/blob/a321af174c2e7ef7520f3c3fcf05dc66bfe97831/arbiter-core/src/environment/mod.rs#L249
I triggered the above while loop to exit, with no message or information, by triggering the following code in middleware's
send_transaction
method:https://github.com/primitivefinance/arbiter/blob/a321af174c2e7ef7520f3c3fcf05dc66bfe97831/arbiter-core/src/middleware/mod.rs#L406
Expected behavior is to have these errors propagated. In my case the while loop ended silently.
The text was updated successfully, but these errors were encountered: