Idris Bowman
Idris Bowman
### What happened? Bundler failing 6 reputation tests against bundler [spec test releases/v0.7](https://github.com/eth-infinitism/bundler-spec-tests/tree/v07) #### Run reputation rules tests ```shell script pdm run test -k test_mempool_reputation_rules_all_entities --log-rpc -vvv --url http://localhost:4337/rpc --entry-point...
`search` mode must send bundles using Flashbots to protect the transaction against front running. The main logic of the feature should go in `src/modules/bundle/BundleProcessor.ts` inside the `sendBundle()` function. Use [Flashbot...
Add [Betsy](https://github.com/transeptorlabs/betsy) an all in one tool to manage ERC 4337 infrastructure for local development and testing.
### Feature description - replace by fee reputation: When a userop is replaced with different entity (e.g. paymaster), the reputation of that entity should also be reset. - EREP-030: A...
### Feature description - Rules for CREATE/CREATE2 OP-032, EREP-060,061 ## Test failing 1. `test_account_create_with_factory[factory=unstaked,op=CREATE,expect=ok,rule=OP-032]` 2. `test_account_create_with_factory[factory=unstaked,op=CREATE2,expect=err,rule=OP-032]` 3. `test_account_create_with_factory[factory=staked,op=CREATE,expect=ok,rule=EREP-060]` 4. `test_account_create_with_factory[factory=staked,op=nested-CREATE,expect=err,rule=EREP-060]` 5. `test_account_create_with_factory[factory=staked,op=nested-CREATE2,expect=err,rule=EREP-060]` 6. `test_account_create_with_factory[factory=staked,op=CREATE2,expect=ok,rule=EREP-060]` See [spec test docs](https://github.com/transeptorlabs/transeptor-bundler/blob/main/docs/spec-test.md) to run...
### Feature description? ### Feature description - Rules for STO-022 ## Test failing 1. `test_rule[[STO-022]unstaked][account][account_reference_storage_init_code][ok-]` 2. `test_rule[[STO-022]unstaked][account][account_reference_storage_init_code]` 3. `test_rule[[STO-022]unstaked][account][account_reference_storage_init_code]` 4. `test_rule[[STO-022]unstaked][paymaster][account_reference_storage_init_code][ok-]` 5. `test_rule[[STO-022]unstaked][paymaster][account_reference_storage_init_code][ok-CALL:>]` 6. `test_rule[[STO-022]unstaked][paymaster][account_reference_storage_init_code][ok-DELEGATECALL:>]` See [spec test docs](https://github.com/transeptorlabs/transeptor-bundler/blob/main/docs/spec-test.md) to...
### Feature description? Update Transpetor to support [EP v0.8.0](https://github.com/eth-infinitism/account-abstraction/releases/tag/v0.8.0). - Maintain backward compatibility with EP v0.7.0
## Explanation ## References ## Changelog ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc,...
## Explanation This PR extends the `GatorPermissionsController` to allow attaching metadata when submitting a revocation to the permission provider snap. Metadata includes: - The transaction hash - The block timestamp...