Ecosyste.ms: Timeline

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

paradigmxyz/reth

lean-apple created a comment on a pull request on paradigmxyz/reth
Any reason why the `compact-codec / compact-codec ` is failing @mattsse ?

View on GitHub

debjit-bw opened a pull request on paradigmxyz/reth
refactor: without-evm cli option in reth
Fixes #12090 Added CLI command to `init-state` without previously having to import blocks/receipts. In order to try it out, you can use the following: * [Example value for --header](https://...
github-merge-queue[bot] created a branch on paradigmxyz/reth

gh-readonly-queue/main/pr-12113-841c9730f79888745b102dd15b85e5b5e3a0702f - 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-12133-1b0f625f1d315473b86fc38153a7c5ed27d27ffa - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

mattsse created a comment on an issue on paradigmxyz/reth
assigned @lean-apple

View on GitHub

shekhirin pushed 28 commits to alexey/sparse-trie-rlp-node-allocations 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 8 more ...

View on GitHub

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

View on GitHub

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

View on GitHub

mattsse opened an issue on paradigmxyz/reth
Port validateBuilderSubmissionV3
### Describe the feature ref #12061 based on https://github.com/flashbots/builder/blob/a742641e24df68bc2fc476199b012b0abce40ffe/eth/block-validation/api.go#L225 this should use the regular b...
lean-apple created a comment on an issue on paradigmxyz/reth
Hello, I would like to work on this issue.

View on GitHub

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

gh-readonly-queue/main/pr-12093-268090e879f40bf388e3b0f1dac9983b76c2255b

github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • perf(trie): collect only changed sparse nodes at a depth (#12093) 1b0f625

View on GitHub

mattsse created a comment on an issue on paradigmxyz/reth
makes sense

View on GitHub

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

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

shekhirin deleted a branch paradigmxyz/reth

alexey/sparse-trie-bench-update-level

github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • bench(trie): `RevealedSparseTrie::update_rlp_node_level` (#12046) 268090e

View on GitHub

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

gh-readonly-queue/main/pr-12046-8f5fd1d70c1670e576b3103a12b9027fd91fac70

DanielEmmanuel1 created a comment on an issue on paradigmxyz/reth
I'll get write on it @mattsse

View on GitHub

mattsse created a comment on an issue on paradigmxyz/reth
assigned @DanielEmmanuel1

View on GitHub

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

View on GitHub

fgimenez pushed 1 commit to fgimenez/test-tree-mask paradigmxyz/reth
  • add deterministic test with data from proptest regression file 1fee6a0

View on GitHub

shekhirin pushed 32 commits to alexey/sparse-trie-cache-prefix-set-lookup paradigmxyz/reth
  • docs: remove deleted op-sync workflow from docs (#12086) Co-authored-by: Oliver <[email protected]> a349919
  • fix: correctly detect first sync on headers stage (#12085) fa59bd5
  • dev: add `requests` to `EthBuiltPayload` (#12072) e0ad598
  • feat: `map_chainspec` for `NodeConfig` (#12068) cecdf61
  • perf: improve debug_traceBlock performance (#11979) Co-authored-by: Matthias Seitz <[email protected]> ac329bf
  • chore(sdk): add helper trait to node API to simplify type definition (#10616) 44e4c47
  • 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
  • and 12 more ...

View on GitHub

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

View on GitHub

mattsse deleted a branch paradigmxyz/reth

emhane/rm-eth-txns-provider

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

gh-readonly-queue/main/pr-12121-77e5748124ffd68c646bf775fe086227f7603129

github-merge-queue[bot] pushed 1 commit to main paradigmxyz/reth
  • chore(rpc): remove redundant `EthTransactions::provider` (#12121) 8f5fd1d

View on GitHub

Load more