Ecosyste.ms: Timeline

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

paradigmxyz/reth

shekhirin pushed 24 commits to alexey/sparse-trie-get-nodes-at-depth-perf paradigmxyz/reth
  • chore(rpc): Remove provider and network trait methods from `EthApiSpec` (#12050) a06c3af
  • chore: move optimism execution types test to optimism crate (#12026) 019f347
  • chore(rpc): set `RpcNodeCore` as supertrait for `LoadState` (#12094) d5f5c0f
  • prune: add unit tests for `PruneInput` `get_next_tx_num_range` (#12081) 09ebecf
  • feat(rpc): Start to implement flashbots_validateBuilderSubmissionV3 (#12061) f616de6
  • Fix readonly check in libmdbx-rs (#12096) b257408
  • Remove trait method `Call::evm_config` (#12095) 1bdf429
  • 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
  • chore(rpc): remove redundant trait bounds in eth api (#12105) 768404c
  • chore(rpc): remove redundant `EthBlocks::provider` (#12109) 131cc51
  • chore(rpc): remove redundant `Trace::evm_config` (#12102) b7b3f81
  • TransactionsHandle propagation commands should not adhere to caching (#12079) Co-authored-by: Matthias Seitz <matthi... 0c51609
  • docs: small fix in payload doc (#12116) 1c36b71
  • refactor: rm re-exports of alloy eip 4844 constants (#12120) 8605d04
  • and 4 more ...

View on GitHub

mattsse deleted a branch paradigmxyz/reth

emhane/load-fee-provider

mattsse closed a pull request on paradigmxyz/reth
chore(rpc): remove redundant `LoadFee::provider`
Ref https://github.com/paradigmxyz/reth/issues/11422
github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • chore(rpc): remove redundant `LoadFee::provider` (#12122) 77e5748

View on GitHub

shekhirin pushed 1 commit to alexey/sparse-trie-cache-prefix-set-lookup paradigmxyz/reth

View on GitHub

tcoratger created a comment on a pull request on paradigmxyz/reth
Hey @mattsse is there a reason for this to be closed :)? we should just rebase after https://github.com/paradigmxyz/reth/pull/12125 is merged no?

View on GitHub

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

View on GitHub

mattsse closed a pull request on paradigmxyz/reth
primitives: replace primitive `Withdrawals` with alloy
Should close https://github.com/paradigmxyz/reth/issues/11798
mattsse deleted a branch paradigmxyz/reth

joshie/rnm

mattsse closed a pull request on paradigmxyz/reth
fix(ci): remove import path from type names on `compact-codec`
fixes https://github.com/paradigmxyz/reth/pull/12119#issuecomment-2440637861 Removes import path from the type name, otherwise the CI will fail when moving types.
github-merge-queue[bot] deleted a branch paradigmxyz/reth

gh-readonly-queue/main/pr-12125-0f86287b65ac11113c47a6a0627a737ff9719106

github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • fix(ci): remove import path from type names on `compact-codec` (#12125) e4bd135

View on GitHub

rkrasiuk deleted a branch paradigmxyz/reth

alexey/sparse-trie-get-nodes-at-depth

github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • fix(trie): sparse trie walk should be done in a sorted manner (#12087) 0f86287

View on GitHub

rkrasiuk closed a pull request on paradigmxyz/reth
fix(trie): sparse trie walk should be done in a sorted manner
Two fixes: 1. Iterate children of a branch node in reverse, because we push them to the stack and then pop from it. So pushing `a..=f` means popping `f..=a`. We need to push `f..=a` and pop `a..=f...
github-merge-queue[bot] deleted a branch paradigmxyz/reth

gh-readonly-queue/main/pr-12087-fbdebe08e02214eb5df7a13d6277878a337c1b86

lean-apple created a comment on a pull request on paradigmxyz/reth
> needs `cargo +nightly fmt` > > can't do it myself, because opened from main branch AH I > needs `cargo +nightly fmt` > > can't do it myself, because opened from main branch Done

View on GitHub

mattsse created a review comment on a pull request on paradigmxyz/reth
we also need to remove all entries in the buffer, here I think?

View on GitHub

mattsse created a review comment on a pull request on paradigmxyz/reth
let's flip the order here and take the iterator last

View on GitHub

mattsse created a review on a pull request on paradigmxyz/reth
this will work. one nit

View on GitHub

mattsse created a review on a pull request on paradigmxyz/reth
this will work. one nit

View on GitHub

shekhirin created a review comment on a pull request on paradigmxyz/reth
```suggestion return Err(eyre::eyre!("Failed to load function from dynamic library")); ```

View on GitHub

shekhirin created a review comment on a pull request on paradigmxyz/reth
hmm, can we do it with a generic here? Let's just box the inner future as well, and make the `define_exex` macro pin it?

View on GitHub

shekhirin created a review comment on a pull request on paradigmxyz/reth
```suggestion Stream<Item = eyre::Result<ExExNotification>> + Send + Sync + Unpin ```

View on GitHub

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

View on GitHub

mattsse created a comment on a pull request on paradigmxyz/reth
needs `cargo +nightly fmt` can't do it myself, because opened from main branch

View on GitHub

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

View on GitHub

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

View on GitHub

shekhirin created a review comment on a pull request on paradigmxyz/reth
agreed, added a struct

View on GitHub

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

View on GitHub

Load more