MOZGIII

Results 154 issues of 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...

robonode
substrate
audit

`::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...

bug
substrate

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...