Ecosyste.ms: Timeline

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

paradigmxyz/reth

shekhirin pushed 1 commit to alexey/sparse-trie-rlp-node-allocations paradigmxyz/reth
  • create a struct with buffers 75334ef

View on GitHub

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

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

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

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

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

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

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

gh-readonly-queue/main/pr-12125-3f47a063642bfcce419ee05db4a2dd96f2c70dfb

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

gh-readonly-queue/main/pr-12122-11e8eafca394d4ce05829696b392fd6d5e381a66

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

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

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

gh-readonly-queue/main/pr-12121-a21919c05cb648662ae3beaf7c2a2027325e3856

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

gh-readonly-queue/main/pr-12087-8605d04a09679904ef25594729ac6b83dfcacfcb

mattsse pushed 1 commit to main paradigmxyz/reth
  • chain-state: fix typo (#12112) fbdebe0

View on GitHub

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

View on GitHub

mattsse created a comment on an issue on paradigmxyz/reth
we can't do this just yet, because this would break workspace level builds closing as dup öf #11116

View on GitHub

mattsse closed an issue on paradigmxyz/reth
Simplify `optimism` feature?
### Describe the feature Currently, library users must define the `optimism` feature for several `optimism`-specific packages, which is quite unintuitive. Example [from Odyssey](https://github.c...
github-merge-queue[bot] created a branch on paradigmxyz/reth

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

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

View on GitHub

rkrasiuk created a review comment on a pull request on paradigmxyz/reth
worth creating a helper struct for this mb? `RlpNodeBufs` or smth

View on GitHub

rkrasiuk 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-12122-11e8eafca394d4ce05829696b392fd6d5e381a66 - 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

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

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

rkrasiuk created a review comment on a pull request on paradigmxyz/reth
should this be an option instead? `is_in_prefix_set` is ambiguous because it might just mean that we haven't checked the prefix set yet

View on GitHub

rkrasiuk 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-12087-8605d04a09679904ef25594729ac6b83dfcacfcb - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

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

View on GitHub

rkrasiuk deleted a branch paradigmxyz/reth

rkrasiuk/simplify-rlp-node-traversal

rkrasiuk closed a pull request on paradigmxyz/reth
chore(trie): simplify branch node children traversal in rlp_node
## Description Simplify
shekhirin created a review comment on a pull request on paradigmxyz/reth
we know the length and can calculate the indices ahead of time, so IMO for a small perf gain we should rather do direct indexing

View on GitHub

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

View on GitHub

shekhirin created a review comment on a pull request on paradigmxyz/reth
yeah, i did it that way at first, but this does a shift every time we insert, while `branch_value_stack_buf[index]` doesn't

View on GitHub

Load more