zerosnacks

Results 52 issues of zerosnacks
trafficstars

### Component provider, pubsub, rpc ### Describe the feature you would like Rather than adding `eth_callMany` as an RPC method it should be integrated into the `EthCall` builder. A previous...

enhancement

Because Etherscan sometimes returns `default evmVersion` we automatically derive from the compiler version and make a best-guess assumption. This sometimes leads to issues. Related: https://github.com/foundry-rs/foundry/pull/8369/files This would resolve by documenting...

### Sections cast abi-encode cast abi-decode ### Describe the bug Document how to correctly pass arguments to `cast abi-encode` when it has multiple parameters in a nested struct with one...

T-enhancement
good first issue
A-cast

Related PR: https://github.com/foundry-rs/foundry/pull/8755

S-blocked

## Motivation To unify the shell implementation for improved consistency. ## Solution - Implements a common global shell for all output, correctly rendering to `stdout` on logs (`sh_println!`) and `stderr`...

### Component Forge ### Describe the feature you would like In a basic scenario I was able to selectively compile with `--via-ir` as follows using the `--skip` flag: ``` $...

T-question
T-feature
Cmd-forge-test
C-forge
Cmd-forge-build
A-compiler

Issues ## Flags - [ ] Many flags are incompatible with each other but not marked as such resulting in a hard crash or unexpected output ## `--json` - [x]...

T-meta

### Component Forge ### Describe the feature you would like Follow up of https://github.com/foundry-rs/foundry/pull/9063 Ref: https://github.com/foundry-rs/foundry/pull/9063#issuecomment-2411355213 >the emitted json data loses the contract path completely, which is unfortunate as in...

T-feature
C-forge
A-gas-snapshots

### Request `0.8.28` introduced the `transient` keyword in Solidity: https://soliditylang.org/blog/2024/10/09/solidity-0.8.28-release-announcement/ ### Context Foundry uses Solang's parser for its formatter, see https://github.com/foundry-rs/foundry/issues/9088

Weiroll is really neat but https://github.com/weiroll/weiroll is unmaintained and outdated I think it would be great if Solady would ship with a (custom) version of Weiroll or a new novel...