t11s
t11s
https://github.com/smartcontracts/chugsplash/blob/develop/packages/contracts/contracts/libraries/Create2.sol
https://github.com/0xsequence/sstore2/blob/master/contracts/SSTORE2Map.sol
``` function _batchMint( address to, uint256 amount, uint256 lastMintedId, bytes memory data ) internal returns (uint256) { // Allocate arrays before entering the loop. uint256[] memory ids = new uint256[](amount);...
What we should do is separate the VRGDA logic into a lib, and then call that from the abstract classes.
Compiling the [Example ERC20](https://github.com/vyperlang/vyper/blob/master/examples/tokens/ERC20.vy) works just fine via the cli, but when I save in the vscode it fails with this message: ``` [{ "resource": "/Users/t11s/Desktop/vyper/test.vy", "owner": "Vyper Compiler", "severity":...
### Component Anvil ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? anvil...
## Abstract The ability to cast `bool`s to `uint256` or `uint8`. ## Motivation Branchless optimizations are becoming more and more common to see lately, but often they require dropping down...