grandizzy

Results 349 comments of grandizzy

in this case you need to make a delegatecall to external library ```Solidity contract LibraryTest is Test { function testLibraryAddData() public { address libAddress = deployCode("Library.sol"); ILibrary lib = ILibrary(libAddress);...

@PaulRBerg there is a fix in nightly to provide more details if test run with verbosity / traces, would you mind give it a try and provide feedback? Thank you!

we're going to close this as it's a known and documented limitation, more work could be done post v1.0. thank you!

@ehildenb for `copyStorage` cheatcode is test below OK? thank you! ```Solidity contract Counter { uint256 public a; address public b; function setA(uint256 _a) public { a = _a; } function...

for keeping scope and progress relevant, remaining `expect*Call` cheatcodes to add will be tracked with https://github.com/foundry-rs/foundry/issues/9310

per comment above this should be fixed with #9020 please reopen if still an issue for you. thanks!

@ssadler is this still an issue? If so, could you please provide a detailed example? thank you!

> this would be neat: #4000 yep, indeed! made a PR for it here https://github.com/foundry-rs/foundry/pull/8338

the change was added in https://github.com/foundry-rs/foundry/pull/6352 PR which addressed similar issue https://github.com/foundry-rs/foundry/issues/6329, please reopen if still an issue. thank you!