zerosnacks
zerosnacks
Ref: https://github.com/foundry-rs/foundry/pull/12835 Looks like foundry still uses `number_prefix` directly: https://github.com/search?q=repo%3Afoundry-rs%2Ffoundry%20number_prefix&type=code, will address
I'll propose a PR in the specs & in Tempo that prefixes all specs with uppercased `TIP`. I think that is sufficient to close this ticket. I'll also look into...
cc'ing @jenpaff for visibility
I'll pick this up after we have migrated the specs & fuzz tests to here Ref: https://github.com/tempoxyz/tempo/pull/1209
No longer blocked
Hi @PaulRBerg we've added gas snapshots over sections here: https://github.com/foundry-rs/foundry/pull/8952, would be great to get your feedback. It handles both external and internal gas usage.
Marking as effectively resolved by https://github.com/foundry-rs/foundry/pull/8952
lgtm! would you mind adding a test case for the text and json variants?
Hey @leovct Good idea! I think a `cast wallet derive` utility would be more appropriate here as what you are doing is deriving from a mnemonic `--list` is really meant...
When running: `forge init counter` (commit) followed by `forge install openzeppelin/openzeppelin-contracts@tag=v4.9.4` the following error is thrown ``` Installing openzeppelin-contracts in /home/zerosnacks/Projects/counter/lib/openzeppelin-contracts (url: Some("https://github.com/openzeppelin/openzeppelin-contracts"), tag: Some("v4.9.4")) Error: The target directory is...