Ecosyste.ms: Timeline

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

paradigmxyz/reth

emhane created a branch on paradigmxyz/reth

emhane/rm-eth-blocks-provider - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

luono created a comment on an issue on paradigmxyz/reth
Did you download the snapshot from https://mainnet-reth-archive-snapshots.base.org ? I think there is something wrong in this snapshot, I have downloaded a snapshot from other website and successfu...

View on GitHub

emhane pushed 8 commits to emhane/trace-rpc-node-core paradigmxyz/reth
  • chore(op): simplify blob fields in newly built block header (#12035) ab07fcf
  • chore: only check for better payload if tx_pool (#12097) 923f4ff
  • chore(rpc): simplify trait bounds on `EthApiSpec` impl (#12101) a98dc39
  • chore(rpc): Add super trait `RpcNodeCore` to `LoadPendingBlock` (#12098) 988c5ee
  • refactor(tx-pool): small refactor (#12107) 8eb1742
  • refactor(storage): small refactor (#12106) fae36bd
  • chore(rpc): remove redundant trait method `LoadBlock::provider` (#12100) e158369
  • Merge branch 'main' into emhane/trace-rpc-node-core b1fa915

View on GitHub

emhane deleted a branch paradigmxyz/reth

emhane/rm-redundant-trait-methods-load-block

emhane closed a pull request on paradigmxyz/reth
chore(rpc): remove redundant trait method `LoadBlock::provider`
Based on https://github.com/paradigmxyz/reth/pull/12098 Ref https://github.com/paradigmxyz/reth/issues/11422
github-merge-queue[bot] deleted a branch paradigmxyz/reth

gh-readonly-queue/main/pr-12100-fae36bd25ff1efa01f0c66d5c73606f63c1f0794

github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • chore(rpc): remove redundant trait method `LoadBlock::provider` (#12100) e158369

View on GitHub

emhane created a comment on a pull request on paradigmxyz/reth
> @emhane, could you provide any insight into why this check failed? Thanks! check that you don't have any other white space other than newlines, in between the flags in the book, i.e. it could ...

View on GitHub

emhane created a review on a pull request on paradigmxyz/reth
another idea for arbitrary feature, is to do smthg like this in order to use it as super trait independently of `FullTransaction`, as you initially thought, but without requiring impl of another tr...

View on GitHub

stevencartavia created a comment on a pull request on paradigmxyz/reth
@emhane, could you provide any insight into why this check failed? Thanks!

View on GitHub

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

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

emhane deleted a branch paradigmxyz/reth

emhane/rpc-node-core-load-transaction

emhane closed 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 pushed 8 commits to emhane/rm-redundant-trait-methods-load-block paradigmxyz/reth
  • chore(op): simplify blob fields in newly built block header (#12035) ab07fcf
  • Add super trait RpcNodeCore to LoadTransaction 643493a
  • chore: only check for better payload if tx_pool (#12097) 923f4ff
  • chore(rpc): simplify trait bounds on `EthApiSpec` impl (#12101) a98dc39
  • chore(rpc): Add super trait `RpcNodeCore` to `LoadPendingBlock` (#12098) 988c5ee
  • refactor(tx-pool): small refactor (#12107) 8eb1742
  • refactor(storage): small refactor (#12106) fae36bd
  • Merge branch 'main' into emhane/rm-redundant-trait-methods-load-block 11716d3

View on GitHub

lean-apple forked paradigmxyz/reth

lean-apple/reth

stevencartavia created a comment on a pull request on paradigmxyz/reth
updated with the changes from #12095

View on GitHub

DaniPopes reopened an issue on paradigmxyz/reth
Remove intermediate allocation in Compact derive
### Describe the feature Generated code for `Account`: ```rust // Recursive expansion of Compact macro // ===================================== impl Account { #[doc = "Used bytes by [...
github-merge-queue[bot] deleted a branch paradigmxyz/reth

gh-readonly-queue/main/pr-12106-8eb1742284964de1a7a32df523a2d0a4b6df1b4f

onbjerg closed a pull request on paradigmxyz/reth
refactor(tx-pool): small refactor
onbjerg closed a pull request on paradigmxyz/reth
refactor(storage): small refactor
github-merge-queue[bot] deleted a branch paradigmxyz/reth

gh-readonly-queue/main/pr-12107-988c5ee4c5d4b9e1c71d81aaf54ff7e6c1855895

github-merge-queue[bot] pushed 2 commits to main paradigmxyz/reth
  • refactor(tx-pool): small refactor (#12107) 8eb1742
  • refactor(storage): small refactor (#12106) fae36bd

View on GitHub

github-actions[bot] closed an issue on paradigmxyz/reth
Remove intermediate allocation in Compact derive
### Describe the feature Generated code for `Account`: ```rust // Recursive expansion of Compact macro // ===================================== impl Account { #[doc = "Used bytes by [...
github-actions[bot] created a comment on an issue on paradigmxyz/reth
This issue was closed because it has been inactive for 7 days since being marked as stale.

View on GitHub

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

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

onbjerg 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-12107-988c5ee4c5d4b9e1c71d81aaf54ff7e6c1855895 - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

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

View on GitHub

github-actions[bot] opened a pull request on paradigmxyz/reth
chore(deps): weekly `cargo update`
Automation to keep dependencies in `Cargo.lock` current. <details><summary><strong>cargo update log</strong></summary> <p> ```log Locking 42 packages to latest compatible versions Updati...
github-actions[bot] created a branch on paradigmxyz/reth

cargo-update - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

Load more