-
**What is a Draft Project Idea?**
A Draft Project Idea is a concept for a project within the Optimism ecosystem that is generally considered valuable but has not yet been fleshed out into a clearly…
-
-
I get the following warning when running compilation:
`(node:30287) V8: :3 Invalid asm.js: Invalid member of stdlib`
It does not prevent the compilation from completing successfully and seems to b…
-
# Hard to differentiate between main and sub menu on My Pepes page
The main menu items (`All pepes`, `For sale`, `Wants to hop`) carry the same visual weight as the sub menu items / page filter…
pesla updated
6 years ago
-
To compute storage cost of an operation some constants must be known and may be specific to a network.
To avoid these constants to be hardcoded and to easily support changes when they are not the sam…
-
The following C# code is generated:
```c#
public Task StoreDocumentAsyncCall(byte[] key, string name, string description) {
var function = GetFunctionStoreDocument();
return function.CallAsy…
StefH updated
6 years ago
-
## User Story
Now that we have figured out saving artifacts for built versions and deploying and serving built dApp from any relative paths, it should be feasible to have each tagged/released version…
-
It would be ideal to have some form of code coverage for the solidity code that is reliable. Foundry does have code coverage, but we hit stack too deep issues when compiling for it (because it tur…
-
**Title of Meeting**
Review of design docs #144, #145, #148
**Date, Time and Duration**
- Date: 4th Nov 2024
- Time: 15:00 GMT+1 (https://www.worldtimebuddy.com/)
- Duration: 1 hour (considerin…
-
### Component
Forge
### Describe the feature you would like
Would be great to have support for configurable timeouts in fuzz/invariant testing. General goal here is to be able to run these types of…