mbaxter
mbaxter
It may be useful to filter transactions by inputData content. This would allow users to target transactions that invoke arbitrary contract methods. The filter might look something like: `transactions(filter: {...
### Description Besu's implementation of `eth_getLogs` accepts a "blockParameter" for the `fromBlock` and `toBlock` values where the block parameter can be a number or a special string ("latest", "earliest", or...
## PR description Update discovery logic to consider a peer with an unknown discovery endpoint to be unknown regardless of whether we've encountered a peer with the same node id...
## PR description Use `git show-ref` to retrieve the hash associate with a git reference. This handles the case where the current branch reference is stored in `.git/packed-refs` but not...
### Description For context, see the PR comment [here](https://github.com/hyperledger/besu/pull/6678#discussion_r1513151554). In summary, CI has been passing, a change is pushed up, and it starts failing on some unrelated code. The failing...
### Description I'm getting an error when I try to import `extractnet` using the basic example code from the readme: **ImportError: cannot import name 'Extractor' from partially initialized module 'extractnet'**....
**Description** Add basic types required for Multithreaded Cannon: - Add `MTState` - Add `ThreadContext` - Update `StepWitness` to reflect upcoming changes There are a number of TODOs and details left...
## Description Refactor the `mipsevm` package to be more modular. Basically, this PR creates a bunch of sub-packages for the various files that were previously in the `mipsevm` package. Generically,...
**Description** Add tests to cover new functionality in MTCannon: test new syscalls and thread traversal. Other changes include: - Some fixes: - Fix FutexWait - don't set thread.FutexAddr when the...
Depends on: https://github.com/ethereum-optimism/optimism/issues/11644 Finalize the Multithreaded Cannon (MTCannon) [draft spec](https://www.notion.so/oplabs/Multithreaded-Cannon-8a2e8079764a46f094804436b123332f) and update the specs repo. While we are supporting both MT and original Cannon implementations, we should keep the existing...