Ecosyste.ms: Timeline

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

paradigmxyz/reth

onbjerg created a comment on a pull request on paradigmxyz/reth
ah sorry, I only saw the added space. don't review PRs on low sleep :D

View on GitHub

tcoratger created a comment on a pull request on paradigmxyz/reth
> Oh because the type name (or path) changed, therefore it doesn't exist on `main`. > > I'll create a PR to handle that @joshieDo nice thanks

View on GitHub

0xalpharush opened an issue on paradigmxyz/reth
rng with proptest will make test failures non-reproducible
### Describe the change Mixing randomness with proptest will make test failures non-reproducible as the PRNG state cannot be derived from proptest's bytes input alone. Ideally, proptest would cont...
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-actions[bot] closed an issue on paradigmxyz/reth
db-api: trait Compress and Encode use reference &self
### Describe the feature Trait Encode fn encodes use self https://github.com/paradigmxyz/reth/blob/1994959fb28c9f9a17128ca27b6f550b2d8df1d3/crates/storage/db-api/src/table.rs#L55 It's a bit we...
klkvr opened a pull request on paradigmxyz/reth
feat: add a wrapper for `BestTransactions` prioritizing given senders
Adds a type that wraps inner `BestTransactions` implementation and yields transactions from selected senders first until a certain gas limit cap.
klkvr created a branch on paradigmxyz/reth

klkvr/prio-senders - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

emhane opened a pull request on paradigmxyz/reth
chore(rpc): remove redundant `LoadFee::provider`
Ref https://github.com/paradigmxyz/reth/issues/11422
emhane pushed 2 commits to emhane/load-fee-provider paradigmxyz/reth
  • Remove redundant LoadFee::provider 5ff01e0
  • Drive-by, remove redundant trait bound off EthBlocks 26e8fd9

View on GitHub

emhane created a branch on paradigmxyz/reth

emhane/load-fee-provider - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

emhane opened a pull request on paradigmxyz/reth
chore(rpc): remove redundant `EthTransactions::provider`
Ref https://github.com/paradigmxyz/reth/issues/11422
emhane created a branch on paradigmxyz/reth

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

tcoratger created a comment on a pull request on paradigmxyz/reth
> what's the fix? /// instead of // at the beginning of the comment doc line :) otherwise it is not counted as a proper doc comment

View on GitHub

onbjerg created a review on a pull request on paradigmxyz/reth
what's the fix?

View on GitHub

tcoratger created a comment on a pull request on paradigmxyz/reth
@joshieDo Seems like something is strange (maybe I missed something) but locally when I try to write the vectors for compac-codec tests it seems I've the right ones (reth-codecs Withdrawals) but on...

View on GitHub

tcoratger opened a pull request on paradigmxyz/reth
primitives: replace primitive `Withdrawals` with alloy
Should close https://github.com/paradigmxyz/reth/issues/11798
tcoratger opened an issue on paradigmxyz/reth
Add unit tests to protect `ensure_well_formed_payload`
### Describe the change The function that ensures that the payload is well formed is quite tricky with a lot of nested logic: https://github.com/paradigmxyz/reth/blob/0c516091b8f45f07cf4d76879...
malik672 opened a pull request on paradigmxyz/reth
retro: unify Tracing Infra and call integration
for: #11845 WIP I'm not sure if this is the path the supposed design approach the implementation is supposed to take
tcoratger opened a pull request on paradigmxyz/reth
small fix in payload doc
tcoratger opened a pull request on paradigmxyz/reth
storage: `into_iter` with `self` by value
Should close https://github.com/paradigmxyz/reth/issues/11344
tcoratger opened a pull request on paradigmxyz/reth
chain-state: fix typo
tcoratger opened an issue on paradigmxyz/reth
Unify `BlockReceipts` structures
### Describe the feature Currently, it seems that two different `BlockReceipts` structures are defined in the code - In the rpc crate: https://github.com/paradigmxyz/reth/blob/0c516091b8f45f...
edisontim created a comment 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 ...

View on GitHub

mattsse closed an issue on paradigmxyz/reth
TransactionsHandle propagation commands should not adhere to caching
### Describe the feature currently most of manual propagation commands https://github.com/paradigmxyz/reth/blob/d50da7fcd65da3c37ad77b7b5f645f12ffc055b6/crates/net/network/src/transactions/mod...
mattsse closed a pull request on paradigmxyz/reth
TransactionsHandle propagation commands should not adhere to caching
Closes #12033 **Description:** This pull request addresses the issue where manual propagation commands in `TransactionsHandle` were adhering to caching, preventing forced broadcasts. The follow...
Load more