Zero Ekkusu
Zero Ekkusu
System: Ubuntu 20.04 ## Description Frame's window pops up on startup. ## Request Make Frame start minimized on startup, similar to how Discord has the `--start-minimized` flag.
#### Required changes - [ ] Make `makeAddr` and `makeAddrAndKey` `virtual`. - [ ] Relicense **(decided)** - https://github.com/foundry-rs/forge-std/issues/132 #### Proposed changes *See source for description* - [x] Modularize Forge Std...
## Issue I've found tests to be less reliable when modifying code after a long time, because some functions are not covered enough. This requires manual checking to make sure...
See [`Reentrancy.sol`](https://github.com/ZeroEkkusu/re-golf-course/blob/main/samples/Reentrancy.sol).
See https://github.com/foundry-rs/forge-std/pull/138 Note that there are already some references to `stdJson` and JSON std-cheats in the [`parseJson` docs](https://book.getfoundry.sh/cheatcodes/parse-json). Also, the list of Forge-Std contracts/libraries needs to be updated to include...
# Forge Standard Library v1.0.0 Forge-Std is now modular, enabling composability, and paving the way for new libraries for testing in Solidity. ## Features - #126 - `createCompute2Address` - Improve...
We need to revisit #126 to recap the ideas and standards we came up with. I think those are the best features of V1! For example, users can now have...
Keeping track of miscellaneous optimizations. Some more useful than others: - [ ] function ordering #2 - [ ] `(a, b) = (b, a);` - [x] [`payable` functions 24 gas...
Gm, sers, I've added a tip about ordering functions by Method ID! If more contributions are welcome, I'll add new tips as I discover them. 🌸
Hi, @scambier, I've discovered the plug-in in Obsidian's [2023 Gems](https://obsidian.md/blog/2023-goty-winners/) and prefer it over the core plug-in. I have a few small UX suggestions. **Is your feature request related to...