Maximilian Hubert
Maximilian Hubert
resolves #752 I've updated the PR template to clarify that setting `superchain_time` is optional but necessary for chains that want to receive hardfork times with the rest of the superchain....
**Description of changes:** I updated the `NESTED.md` and `SINGLE.md` files to clarify the simulation process for transactions on the Base network. The documentation now explains, in a straightforward and instructional...
## Description found new one and replaced. now it works properly ## Related Issue(s) - Closes #[issue number] ## Type of Change - [ ] Bug fix (non-breaking change which...
## Description - Standardized terminology, including corrections to "Github" → "GitHub" and "amongst" → "among." - Improved sentence structure for clarity and conciseness (e.g., "double issues" → "duplicate issues"). -...
# TITLE ## Description Description of the pull request changes and motivation. ## Type of change Please delete options that are not relevant. - [ ] New feature - [...
This PR fixes a spelling error in multiple files where "succesful" was incorrectly used instead of "successful". Changes made: - src/executor/executorManager.ts: Fixed typo in operation status check - src/utils/userop.ts: Fixed...
### What I did it was like  ### How I did it ### How to verify it it is  ### Commit message Commit message for...
Added `test_get_beacon_pool_attestations_filtered` to verify that the `/eth/v2/beacon/pool/attestations` endpoint correctly filters attestations based on the `slot` and `committee_index` query parameters, as required by #7312.