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 consensus, eips, genesis ### Describe the feature you would like the c-kzg API is locked down to c-kzg types, using the c-kzg types in rpc is not ideal...

enhancement

### Component consensus, eips, genesis ### Describe the feature you would like As per https://github.com/paradigmxyz/reth/issues/7238, our current `Receipt` structure in Alloy: https://github.com/alloy-rs/alloy/blob/main/crates/consensus/src/receipt/receipts.rs is not complete regarding what we have in...

enhancement

we need to write down somewhere that 1559 is somewhat privileged by the library in ways that other tx types and HF features are not. I.e. we generally assume that...

### Component transports ### What version of Alloy are you on? _No response_ ### Operating System None ### Describe the bug Should be a Connect struct there

bug

### Component consensus, eips, genesis ### Describe the feature you would like The traits in the consensus traits are intended as an abstraction for consensus objects: * Transactions * Receipts...

enhancement

### Component network, json-rpc, providers, pubsub ### Describe the feature you would like #190 replaced the provider with a network-parameterized provider, but block responses are still just Ethereum headers and...

enhancement
debt

### Component provider, pubsub ### What version of Alloy are you on? _No response_ ### Operating System None ### Describe the bug Allowing configuring `confirmations > 1` for `watch_pending_transaction` doesn't...

bug

### Component provider, pubsub ### Describe the feature you would like Currently we require `RpcClient` to be imported, it would be ideal to have the `on_http` method available on the...

enhancement

### Component provider, pubsub ### Describe the feature you would like A user-facing API that unifies polling and subscription stream usage, allowing alloy to silently upgrade to subscription when available...

enhancement

### Component provider, pubsub ### Describe the feature you would like ### Motivation Currently, the `watch_blocks` methods only returns block hashes and `subscribe_blocks` returns complete blocks but not with transaction...

enhancement