Yash Atreya
Yash Atreya
I am attempting to build and run the ```RediSearch``` module from source by following the instructions in the [Quick start](https://oss.redislabs.com/redisearch/Quick_Start/#building_and_running_from_source) for macOS Catalina v10.15.6. Following is the error I get...
## Motivation 4844 Support for cast send ## Solution Added `--blob` flag which should be coupled with the `--path` flag pointing to the blob data.
## Motivation When a tx is sent, upon validation we are checking the `tx.gas_price()` against the `block.basefee`. The value returned from `tx.gas_price()` is `max_fee_per_blob_gas` in case of a 4844 tx,...
## Motivation #752 ## Solution Use `u128` for gas related fields in `ExecutionPayloads` ## PR Checklist - [ ] Added Tests - [ ] Added Documentation - [ ] Breaking...
### Component provider, pubsub ### What version of Alloy are you on? _No response_ ### Operating System None ### Describe the bug Currently the `channel_size` in the `PollerBuilder` defaults to...
### 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...
### 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...
## Motivation Bump alloy. Fixes https://github.com/foundry-rs/foundry/issues/7932 ## Solution Redo RPC calls
## Motivation Final part of alloy migration ## Solution In order to do this, we have to make use of parts of code that make up the `sol!` macro to...
## Motivation Closes #7958 Closes https://github.com/foundry-rs/foundry/issues/5407 ## Solution Use `rand::thread_rng`