-
We need an educational/informational page created for Optimistic Rollups. It should be placed under https://docs.ethhub.io/ethereum-roadmap/layer-2-scaling/ as a new page called 'optimistic-rollups'.
…
-
Our builds recently started failing because we run about 80 Less builds in parallel during our project's build process and the new version of Less.js uses so much memory that Node crashes. We traced t…
-
With a few bull market, there are likely to be thousands more tokens. And we may delist some old tokens and list new tokens.
The current 1024 token support will be a real limitation to us. Therefo…
-
clean up the types and export them
https://github.com/nteract/semiotic/issues/316
-
We can make fast withdrawals trustless by:
- added a "fastWithdraw" function to the FastWithdrawalAgent. The method is only callable by the current exchange operator with a "WithdrawalReceipt param…
-
Presumably because I incorrectly added sass support which is required for material design - https://github.com/hperrin/svelte-material-ui
Any ideas what could be amiss? It is the hmr section which …
-
We need an educational/informational page created for ZK Rollups. It should be placed under https://docs.ethhub.io/ethereum-roadmap/layer-2-scaling/ as a new page called 'zk-rollups'.
This page sho…
-
Welcome to the BIG Gitcoin Grants CLR Round 6 Product Feedback Thread!
Grants is one of our core products alongside [Gitcoin Hackathons](https://gitcoin.co/hackathon-list). We improve grants on an …
-
- https://medium.com/plasma-group/ethereum-smart-contracts-in-l2-optimistic-rollup-2c1cef2ec537
- https://vitalik.ca/general/2019/08/28/hybrid_layer_2.html
I'm not the biggest fan of this approach…
-
One key component to optimistic rollup is the state transition verifier. In it’s simplest form this component simply verifies the following:
```
verifyStateTransition(prestate, transaction, poststate…