Eric

Results 34 comments of Eric

Meeting 11/8: Set up discussion to document how to structure the document. 1. Define requirements 2. outline proposals 3. settle on one Can write blog post describing how we're going...

https://hackmd.io/Gu9NSKDHS9Cv-scMseGqyQ?view

Feel free to convert this to an epic and add subtasks as needed.

A good summary of ZK rollups and optimistic rollups: https://limechain.tech/blog/optimistic-rollups-vs-zk-rollups/. Some options (from this document) to explore: 1. [StarkEx](https://starkware.co/product/starkex/) 2. [ZKSync](https://zksync.io/) 3. [Hermez](https://hermez.io/)

> Why do you need Result here? Without going down that rabbit hole of Results vs exceptions (that we've all been down), Results are never absolutely **needed**, but using Results...

Sorry, I kind of glazed over that detail and clearly made a mistake in my very last suggestion. Let's continue this part of discussion in https://github.com/status-im/nim-chronos/issues/570 so as not to...

> Notice as long as there is a nimble file, it is preferred as an entry point. Unfortunately, `nimsuggest` seems to be crashing. Are you launching code sourcing env? `./env.sh...

Which nimsuggest is the plugin using? Is the one from NBS, from my local installation, or the one specified in the VS Code integrated terminal, ie `which nimsuggest`?

What I managed to do was use a [integrated terminal startup script](https://github.com/codex-storage/nim-codex/pull/1096) to use a version of nimble that is compatible with nimlangserver. I also installed nimlangserver on master. The...