ThetaSinner

Results 307 comments of ThetaSinner

- Test that starts with a populated source chain, write and get a few entries and capture - flame graph? - tokio metrics? - maybe `perf`? The test could be...

Spikes for: - `query` - `must_get_agent_activity` Looking at sqlite analyze command to look for slow db queries Check flame graph and tokio metrics Spend the time that it takes to...

Want to check if this is normal behaviour, are we seeing problems because of storing blobs, what can we do to up the performance if this is normal behaviour and...

I believe there are three problems to solve: 1. Alice's chain should not unlock just because the session times out. Some action needs to be taken to resolve the failed...

Following a discussion with Arthur, what we'll do for now is: 1. Rename the current "countersigning workflow" to "witness workflow" because that's what it's actually for. It gathers signatures to...

Could combine the recovery logic from c. into b. which simplifies the logic and can just keep retrying until somebody intervenes. Quickest: Could use rpc_multi and hope it goes to...

Should chain unlock be on the app or admin interface? Would HoloFuel put it in their UI as an option?

From a discussion with Joel - How can I UI discover that a session needs to be force unlocked? - don't have an answer for this yet, needs some thought....

This has all been resolved now. We have re-worked the countersigning logic into a proper workflow which does its best to leave the chain in a valid state before unlocking....