Krishang Shah
Krishang Shah
@mattsse leave your review when you're free. ref https://github.com/foundry-rs/foundry/pull/7696#discussion_r1569968048. Thanks!
I think the problem here is the path definition. When English is selected as a language the path to any svg i.e. is `https://ethereum.org/assets/svgs/eth-diamond-glyph.svg` while if any other language is...
Hey @ZeroEkkusu! There exists a `promptUint` cheatcode, maybe that can help you? ``` /// Prompts the user for uint256 in the terminal. #[cheatcode(group = Filesystem)] function promptUint(string calldata promptText) external...
hey @mattsse! I would like to try this and have done the setup, but I need help with how to get the solc version if I have the root or...
> @kamuik16 Just to clarify, this feature is already built in, just not exposed as a command. So ideally you'd just find where this happens in the code. > >...
> @yash-atreya could you please bring this over the line, I think this is almost done hey! I got it here https://github.com/foundry-rs/foundry/pull/7598!
> ref [foundry-rs/foundry#5985](https://github.com/foundry-rs/foundry/issues/5985) > > ## TODO > * add additional working example > * make existing example work in the same block by manually setting the nonce > *...
Hey @anorth @rjan90 I can work on this if you guys have decided to remove the field. Lmk.
> ### Describe the feature > we now have alloy-signer as dependency, and the `EthSigner` trait: > > https://github.com/paradigmxyz/reth/blob/b89af430e2f45f8a6e53776a6e5150c1b21458c6/crates/rpc/rpc/src/eth/signer.rs#L19-L19 > > can now be replaced with alloy signer traits (NetworkSigner)...
> As demoed in the readme. Hey @ZeroEkkusu! I tried to implement this! So, the main tweak I made was adding this `inotifywait` loop to the shell script. This bit...