Conor Schaefer

Results 203 comments of Conor Schaefer

Was bitten by this as well, and have already had to pass on the advice to set legacy boot mode via oral tradition. Do consider documenting the hard dependency on...

Also unable to access sshfs-mounted files in vlc. Would be a nice improvement.

> This is more likely to cause support problems than solve problems. Bingo. Definitely interested in supporting FDE one day, but it's not exactly common on bare metal servers. Would...

Voila: https://gist.github.com/conorsch/79a799270fb8d5e27c0dc57034adc950

We see several ABCI events emitted in the logs, matching the db contents above: ``` ❯ rg 'event\{[^\}]+\}' val-logs.txt -o --no-line-number | sort | uniq -c 2 event{kind="penumbra.core.component.dex.v1.EventArbExecution"} 2 event{kind="penumbra.core.component.sct.v1.EventAnchor"}...

Zooming out from specifically block 64883, I do see `EventPositionClose` events: ``` 2024-03-12T04:26:10.563034Z INFO abci:DeliverTx{txid="6724c368a0c9d8f27b31aa1590f73fe834981f43b7481b2961ca90df837e582c"}:event{kind="penumbra.core.component.dex.v1.EventPositionClose"}: penumbra_app::server::consensus: k="positionId" v="{\"inner\":\"wOmDD81ZwOdIx/7QmUzZ7FOzT9YX3V0GdqhXTET1m7Q=\"}" 2024-03-12T04:26:10.565676Z INFO abci:DeliverTx{txid="6724c368a0c9d8f27b31aa1590f73fe834981f43b7481b2961ca90df837e582c"}:event{kind="penumbra.core.component.dex.v1.EventPositionClose"}: penumbra_app::server::consensus: k="positionId" v="{\"inner\":\"wOmDD81ZwOdIx/7QmUzZ7FOzT9YX3V0GdqhXTET1m7Q=\"}" ``` So we know those events...

Ah, right, my mistake. Searching for `EventPositionExecution` shows zero results over the past week. Will need to tinker on a local devnet to try to coax an event out.

After merge of #4016, I'm able to observe `EventPositionExecution` on preview: ``` ❯ psql "$DATABASE_URL" -c 'SELECT e.* FROM events e JOIN blocks b ON e.block_id = b.rowid ;' |...

TIL about https://github.com/penumbra-zone/penumbra/pull/3906. We haven't shipped that for 68 yet, but probably should. Regardless, this docs PR should be updated to use that new functionality, because that's the current state...

This grew a bit but is now an accurate and rather comprehensive description of how we're interacting with the IBC functionality to evaluate behavior. Not included is mention of Noble...