proto-kit / framework

Apache License 2.0
28 stars 10 forks source link

State access in Block hooks not working #215

Open rpanic opened 4 weeks ago

rpanic commented 4 weeks ago

State access in block hooks is theoretically built into the circuits, but the API is not built out properly. Typing is wrong, tracing doesn't account for it, etc.

It makes sense to fix this as part of #193