zerosnacks
                                            zerosnacks
                                        
                                    bump, would be great to get feedback on https://book.getfoundry.sh/forge/fuzz-testing#fuzz-test-fixtures
It would also be recommended to use the 2-step ownership model to prevent any mistakes during transfer: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable2Step.sol or if you want to cut down on gas https://github.com/Vectorized/solady/blob/main/src/auth/Ownable.sol
A tip if you are looking to start with a highly optimized ERC1155 base contract: https://github.com/Vectorized/solady/blob/main/src/tokens/ERC1155.sol
We've since added the option to run tests in isolation: https://book.getfoundry.sh/reference/cli/forge/test?highlight=isolate#forge-test, this greatly improves the accuracy of tracking gas. `--gas-report` now also uses this flag. Other improvements like those developed...
Hi @kuzdogan, Generally supportive of the idea but given the amount of time it usually takes to verify these contracts I think it is unreasonable to enable multi-vendor verification by...
ping @0xdapper, are you still experiencing issues around this?
Hi all, having a cloneable minimal reproduction repo would be greatly appreciated to help narrow this down. I'm unable to reproduce it with this setup: https://github.com/zerosnacks/foundry-bug-6572-repro I created based on...
Compiling with `forge build --via-ir --extra-output ir` or `forge build --via-ir --extra-output irOptimized` does yield Yul
Hi @0xGuybrush, sorry for the delay. Would be great to have a minimal reproduction of this! @emo-eth are you still experiencing issues with this since https://github.com/foundry-rs/foundry/issues/7111 + https://github.com/foundry-rs/foundry/pull/7058?
> Hope this helps, let me know if I can give more details Awesome! This helps a ton