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
meaning that the result always evaluates to false, so the loop continues without actually taking any action. Will add some more logging for visibility.
Steps to reproduce
check out main branch
run: RUST_LOG=osiris=trace cargo run --release -- serve --node https://grpc.testnet-preview.penumbra.zone BTC ATOM USD
observe that no transaction events are logged, program is stuck
The text was updated successfully, but these errors were encountered:
Trying to debug #18, wanted more logging data. This PR adds a bunch more
logging messages, with more still to come. I also ran `cargo clippy` and
`cargo fmt`, so the diff is a bit larger than it strictly needs to be. I
was careful to avoid changing functionality aside from logging.
Trying to debug #18, wanted more logging data. This PR adds a bunch more
logging messages, with more still to come. I also ran `cargo clippy` and
`cargo fmt`, so the diff is a bit larger than it strictly needs to be. I
was careful to avoid changing functionality aside from logging.
Our preview deployment of Osiris has been stuck for a few hours:
I'd expect to see it slinging transactions around. Discovered this while following up on #13. I believe the code is getting stuck on this line:
osiris/src/trader.rs
Line 136 in 0a7ed0e
meaning that the result always evaluates to false, so the loop continues without actually taking any action. Will add some more logging for visibility.
Steps to reproduce
RUST_LOG=osiris=trace cargo run --release -- serve --node https://grpc.testnet-preview.penumbra.zone BTC ATOM USD
The text was updated successfully, but these errors were encountered: