alloy
alloy copied to clipboard
Transports, Middleware, and Networks for the Alloy project
### Component rpc ### What version of Alloy are you on? v0.3.6 ### Operating System macOS (Apple Silicon) ### Describe the bug This is preventing the run of `udeps` to...
## Motivation I want to able to mock the `Provider` for `Subscription` in an easier way like so ```rust ... #[derive(Clone)] pub struct MockProvider { inner: Arc, from_block: u64, to_block:...
### Component consensus, eips, genesis ### What version of Alloy are you on? ├── alloy v0.3.6 │ ├── alloy-consensus v0.3.6 │ │ ├── alloy-eips v0.3.6 │ │ │ ├── alloy-eip2930...
### Component provider, pubsub ### What version of Alloy are you on? 0.3.6 ### Operating System Linux ### Describe the bug I noticed my RPC provider getting spammed with `eth_blockNumber`...
## Motivation The bytecode of the system contract in EIP-7251 has been changed to add logging, see https://github.com/ethereum/EIPs/pull/8889 ## Solution Closes #1340 ## PR Checklist - [ ] Added Tests...
### Component provider, pubsub, transports ### What version of Alloy are you on? 0.2.1 ### Operating System macOS (Apple Silicon) ### Describe the bug When building a provider with a...
### Component rpc ### Describe the feature you would like ## Motivation Currently a `TransactionRequest` cannot be signed using `sign_transaction(signer)`, in order to do this we have to use the...
### Component rpc ### What version of Alloy are you on? v0.3.6 ### Operating System None ### Describe the bug When we call `eth_getLogs`, we specify the `blockHash` and set...
Should close #1346
## Motivation The three different request fields have been replaced by a single field. Requests over engine API will now be in an opaquely encoded format as defined by EIP-7685,...