Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paradigmxyz/reth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 76bb72c
Choose a base ref
...
head repository: paradigmxyz/reth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1c602d3
Choose a head ref
  • 16 commits
  • 46 files changed
  • 10 contributors

Commits on Dec 26, 2022

  1. Fix typo and rename remaining ExecutorDb to StateProvider (#608)

    * Fix typo
    
    * ExecuterDb -> StateProvider
    namrapatel committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    bb10305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c1fb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8779000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebd686a View commit details
    Browse the repository at this point in the history
  5. feat(execution): Add ommers reward (#611)

    * feat(execution): Add ommers reward
    
    * Refactor and add comments
    rakita committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    f21a402 View commit details
    Browse the repository at this point in the history
  6. docs(book): db chapter. (#444)

    * Added framework and start to draft for stages, stopping here to get feedback on approach before pushing forward
    
    * Update README.md
    
    Fixing some wording / grammar.
    
    * Fixing grammar/wording.
    
    * Added note about non-exhaustive stages list, fixed grammar, fixed State exectuion function name, updated language to reflect that the stream yields a SealedHeader and added language to describe that the initial header validation is only a basic validation.
    
    * updated stages chapter, added bodies, senders, execution, next chapter prelude
    
    * typo
    
    * Added line numbers to code snippets for the stages chapter of the reth book
    
    * address reverse header download + other nits
    
    * add note about book hosting
    
    * tweaked wording, formatting
    
    * Address typo "staring"
    
    * Address typo "HeadderDownloader"
    
    * consolidated book.toml
    
    * updating snippets in stages chapter to ignore errors
    
    * reviewing db crate, starting draft
    
    * Added framework and draft for db chapter
    
    * reformatting to be more readable
    
    * added DbTx and DbTxMut
    
    * updating language, structure of chapter
    
    * restructured chapter to be a more logical read, covered the nested traits throughout the Database trait, added section about cursors.
    
    * wording, header sizes
    
    * updated spacing between headers and sections
    
    * wording
    
    * updated db chapter
    
    * added links to code snippets
    
    * added additional links to code snippets
    
    * removed dup table in list of tables
    
    * updated code snippet and link in codebase
    
    * Update book/db/README.md
    
    Co-authored-by: Andrew Kirillov <20803092+akirillo@users.noreply.github.com>
    
    * updated chapter to mention how Transactions deref trait works to access DbTx::get()
    
    * wording
    
    * fixed typo
    
    * Added a note about the encode and decode traits
    
    * Added a note about the compress and decompress traits
    
    * fixing issues with merge
    
    * removed repetitive example
    
    * a word
    
    Co-authored-by: Andrew Kirillov <andrew@paradigm.xyz>
    Co-authored-by: Andrew Kirillov <20803092+akirillo@users.noreply.github.com>
    3 people committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    0744799 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    daa65e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    410a1f9 View commit details
    Browse the repository at this point in the history
  9. ci: add eth chain test. Set prevrandao after merge (#621)

    * Small changes
    
    * feat: Add eth chain test to ci. Set prevrandao after merge
    
    * Update .github/workflows/ci.yml
    
    Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
    
    * move env
    
    Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
    rakita and onbjerg committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    bfe2fd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2b4081 View commit details
    Browse the repository at this point in the history
  11. feat(metrics): Metrics derive macro (#592)

    * feat(metrics): `Metrics` derive macro
    
    * rename metrics to metrics-derive
    
    * use fully qualified fmt path
    
    * metric vec with capacity
    
    * favor metrics over simple scope attr, simplify code
    
    * pull metric description from doc comment
    
    * rm debug log
    
    * add more docs and sample usage
    
    * link to metrics macros
    
    * add tests for metrics derive macro
    
    * clippy
    
    * simplify path comparison
    
    * cleanup
    
    * remove unused dep
    
    * rename stage metrics
    rkrasiuk committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    663efa8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2c1cdb View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. fix(metrics): metrics derive separator (#625)

    * fix(metrics): metrics derive separator
    
    * fix existing metrics
    
    * rm log
    
    * static regex
    rkrasiuk committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    5bb14ec View commit details
    Browse the repository at this point in the history
  2. Headerstage now gives control back to pipeline after commit_threshold…

    … blocks have been synced
    TechieBoy committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    ff8278d View commit details
    Browse the repository at this point in the history
  3. Updated tests

    TechieBoy committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    97366d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c602d3 View commit details
    Browse the repository at this point in the history
Loading