Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

paradigmxyz/reth

emhane deleted a branch paradigmxyz/reth

emhane/node-core-spawn-blocking

emhane closed a pull request on paradigmxyz/reth
chore(rpc): Add super trait `RpcNodeCore` to `LoadPendingBlock`
Ref https://github.com/paradigmxyz/reth/issues/11422 (don't mind the branch name, supposed to be load-pending-block)
github-merge-queue[bot] deleted a branch paradigmxyz/reth

gh-readonly-queue/main/pr-12098-a98dc3973ff733feb11a7c8b50c60459dfaa9351

github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • chore(rpc): Add super trait `RpcNodeCore` to `LoadPendingBlock` (#12098) 988c5ee

View on GitHub

github-merge-queue[bot] created a branch on paradigmxyz/reth

gh-readonly-queue/main/pr-12098-a98dc3973ff733feb11a7c8b50c60459dfaa9351 - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

mattsse created a review on a pull request on paradigmxyz/reth

View on GitHub

tcoratger opened a pull request on paradigmxyz/reth
refactor(tx-pool): small refactor
Parikalp-Bhardwaj created a comment on a pull request on paradigmxyz/reth
@mattsse done, Created a new enum `PropgateKind` with the two variants.

View on GitHub

0xOsiris created a comment on a pull request on paradigmxyz/reth
> this is great tysm > > but I'd like to introduce all payload id changes separately Sounds good, @mattsse Just reverted the changes related to the payload id

View on GitHub

emhane deleted a branch paradigmxyz/reth

emhane/simplify-trait-bounds-ethapispec-impl

emhane closed a pull request on paradigmxyz/reth
chore(rpc): simplify trait bounds on `EthApiSpec` impl
Simplifies `where` clause on `EthApiSpec` impl for `EthApi`
github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • chore(rpc): simplify trait bounds on `EthApiSpec` impl (#12101) a98dc39

View on GitHub

github-merge-queue[bot] deleted a branch paradigmxyz/reth

gh-readonly-queue/main/pr-12101-923f4ffa92c6fe387050f099773b61dd6983bff2

mattsse created a review on a pull request on paradigmxyz/reth

View on GitHub

mattsse created a review on a pull request on paradigmxyz/reth

View on GitHub

github-merge-queue[bot] created a branch on paradigmxyz/reth

gh-readonly-queue/main/pr-12101-923f4ffa92c6fe387050f099773b61dd6983bff2 - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

mattsse created a review on a pull request on paradigmxyz/reth

View on GitHub

tcoratger opened a pull request on paradigmxyz/reth
refactor(storage): small refactor
mattsse deleted a branch paradigmxyz/reth

matt/no-txpool-check

mattsse closed a pull request on paradigmxyz/reth
chore: only check for better payload if tx_pool
if `no_tx_pool` is set we don't include txs from the pool. then the block is deterministic and we don't need to check this
github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • chore: only check for better payload if tx_pool (#12097) 923f4ff

View on GitHub

github-merge-queue[bot] deleted a branch paradigmxyz/reth

gh-readonly-queue/main/pr-12097-ab07fcfb113cb0b579e1f9f55a5dd9511b576687

github-merge-queue[bot] created a branch on paradigmxyz/reth

gh-readonly-queue/main/pr-12097-ab07fcfb113cb0b579e1f9f55a5dd9511b576687 - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

emhane created a review on a pull request on paradigmxyz/reth

View on GitHub

emhane pushed 4 commits to emhane/trace-rpc-node-core paradigmxyz/reth
  • Add super trait RpcNodeCore to LoadPendingBlock 255e296
  • Remove redundant trait method LoadBlock::provider d5fedd9
  • Add super trait RpcNodeCore to LoadTransaction 643493a
  • Merge branch 'emhane/rm-redundant-trait-methods-load-block' into emhane/trace-rpc-node-core de6d0f2

View on GitHub

emhane opened a pull request on paradigmxyz/reth
chore(rpc): remove redundant trait bounds in eth api
Removes redundant trait bounds in eth api
emhane created a branch on paradigmxyz/reth

emhane/rm-redundant-trait-bounds-eth-api - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

emhane opened a pull request on paradigmxyz/reth
chore(rpc): add super trait `RpcNodeCore` to `LoadTransaction`
Based on https://github.com/paradigmxyz/reth/pull/12100 Ref https://github.com/paradigmxyz/reth/issues/11422
emhane created a branch on paradigmxyz/reth

emhane/rpc-node-core-load-transaction - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

hai-rise opened an issue on paradigmxyz/reth
`PayloadConfig`: Downsize `parent_block` to `parent_header`
### Describe the feature "Standard" payload-building implementations (like `default_ethereum_payload` & `optimism_payload`) only need the parent header for `ConfigureEvmEnv::next_cfg_and_block_env...
Load more