Nick Hynes
Nick Hynes
guess I was too late
> I suggest you split stuff related to the Rust client into a separate PR and we merge the macros first. Sounds good. This is mostly just the "Nick gets...
> can you explain what the use case is? I load a database before a batch, and sync the db after a batch. It's not feasible to create the database...
Shall I add another lifecycle hook roughly named `before_handlers/after_handlers`? I needed to add the same begin/end_batch invocation to the queries handler, too, for the same reason.
Me personally? I'm not using randomness. I don't know if other people need more entropy, but reseeding using the random beacon every epoch would get closer to not needing oracular...
Great analysis and suggestions. For context, the debugging scenario mentioned in the issue description happens after a runtime upgrade and gateways may straggle. The version does not necessarily need to...
to get CI to pass, you'll want to update the toolchain installed in `.circleci/config.yml` to `unstable`
If the developer gateway is being used as a proxy for the dev's contracts, then the client doesn't need to specify conflicts. Otherwise (in direct ekiden client mode), the client...
idk I'd say it's a solid 1. we'd need CI to deploy the tutorial and update the text