MOZGIII
MOZGIII
We need to clear out old nonces to prevent the state from growing indefinitely. To do this, we can pass the hash of the current best-block with the `authenticate` request...
Switch back to `clear` from `remove_all` at `humanode_session`'s `update_current_session_identities`
`::clear` is bugged, and using it caused our Testnet 3 chain to stall. We have temporarily switched to `::remove_all(None);` there, but we should be able to switch back once the...
This is a bad design, and we have other options now.
We didn't properly think about the gas cost of the bioauth precompile due to lack of time. This has to be addressed in a sensible way. Probably we should bench...