alloy icon indicating copy to clipboard operation
alloy copied to clipboard

Transports, Middleware, and Networks for the Alloy project

Results 156 alloy issues
Sort by recently updated
recently updated
newest added

### Component network, json-rpc ### Describe the feature you would like https://github.com/foundry-rs/foundry/blob/a6d6a3a8f0442adb0162082fdd8e5aaa69287c80/crates/common/src/provider/tower.rs#L22-L22 extract from foundry and add to provider crate ### Additional context _No response_

enhancement

### Component network, json-rpc, provider, pubsub ### What version of Alloy are you on? main ### Operating System None ### Describe the bug the `WithOtherFields` contains two `serde(flatten)` with one...

bug

### Component network, json-rpc, provider, pubsub ### Describe the feature you would like ref https://github.com/foundry-rs/foundry/pull/7106/files#diff-122addc5d51c48daa1cf5a210987b086bc26fba01e8912d137afd24f6101e060R101 ## TODO add an extension trait for this, similar to: https://github.com/alloy-rs/alloy/blob/5f74d4e7a417662489e4165236c1251fee8e6078/crates/provider/src/admin.rs#L11-L11 ### Additional context _No...

enhancement

### Component consensus, eips, genesis ### Describe the feature you would like ## Motivation Ref https://github.com/alloy-rs/alloy/pull/472#discussion_r1556009874 ## Solution Add a `signed_by: OnceLock` field in `Signed` tx ### Additional context _No...

enhancement

### Component rpc ### Describe the feature you would like Correct me if I am wrong as I am a novice in rust, but whilst trying to rewrite a ts...

enhancement

### Component provider, pubsub ### Describe the feature you would like Considering users are more familiar with `Provider` than `ProviderBuilder` I would propose to add a `builder` method on the...

enhancement

### Component consensus, eips, genesis, network, json-rpc ### What version of Alloy are you on? _No response_ ### Operating System None ### Describe the bug continuation of #399 - [...

enhancement
debt

### Component consensus, eips, genesis ### Describe the feature you would like blocked by #433 add standard conversions to transaction types - [ ] modify `Network` - [ ] add...

enhancement
good first issue
debt

### Component contract ### Describe the feature you would like Similar to ethers-rs, it would be great to port over multicall to alloy. https://github.com/gakonst/ethers-rs/tree/master/ethers-contract/src/multicall ### Additional context _No response_

enhancement

### Component network, json-rpc, provider, pubsub ### Describe the feature you would like Add tests to `AnyNetwork` data types to deserialize receipts etc from common networks like Arbitrum, Optimism, etc...

enhancement
good first issue