Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Enhance relay with whitelist filtering capability for validator and builder selection #657

Open
wants to merge 69 commits into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. wip

    ckartik committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9365717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8030776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2776c6a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. wip: adds mevcommit relay

    ckartik committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    be89e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6703a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. wip: more details

    ckartik committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b498fe3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    5216a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44adf4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c440444 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    274a15e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    7de9955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f95c086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa672e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd03f6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54ea6de View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    9f236de View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    d1d8e5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d3047 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    ed193ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79254ca View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    5967122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22eb54 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    1525d87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb957ae View commit details
    Browse the repository at this point in the history
  3. chore: fix variable naming

    ckartik committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0400be7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5149183 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. chore: cleanup

    ckartik committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6a05c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    152c784 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    a0a7249 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    79045fd View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    3035693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca20ea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f76b56e View commit details
    Browse the repository at this point in the history
  4. chore: remove interface

    ckartik committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    26004e9 View commit details
    Browse the repository at this point in the history
  5. chore: cleanup mockdb

    ckartik committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d5b315d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecaaba9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0207cbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ea6366 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e1c94d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ce89a5 View commit details
    Browse the repository at this point in the history
  11. nit: cleanup

    ckartik committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1aa80bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52410bf View commit details
    Browse the repository at this point in the history
  13. nit: reduce log level

    ckartik committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ece5972 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    5314d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550bdcc View commit details
    Browse the repository at this point in the history
  3. feat: track slashes

    ckartik committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    03b13c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    941ba64 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from primev/ckartik/add-mev-commit-support

    Adds mev commit support to flashbots relay
    ckartik authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    426c229 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. nit: remove gitignore changes

    ckartik committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    aa56c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dcb0f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    866c4ac View commit details
    Browse the repository at this point in the history
  4. nit: remove redundant todo

    ckartik committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f3cb4f1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from primev/ckartik/final-cleanup

    chore: final cleanup of redundant comments and code
    ckartik authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    21c486f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd5f08e View commit details
    Browse the repository at this point in the history
  7. chore: runs gofumpt

    ckartik committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d4d63f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93c336f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dca4cb5 View commit details
    Browse the repository at this point in the history
  10. nit: remove comment

    ckartik committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    28b6991 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9dfd417 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    32c96f0 View commit details
    Browse the repository at this point in the history
  13. chore: downgrade go

    ckartik committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ae70252 View commit details
    Browse the repository at this point in the history
  14. nit: bump go-ethereum version

    ckartik committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ac5b759 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    3ea3e16 View commit details
    Browse the repository at this point in the history
  2. nit: comment cleanup

    ckartik committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c50bce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89402c7 View commit details
    Browse the repository at this point in the history
  4. nit: cleanup test

    ckartik committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    422eb7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0354237 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. feat: stores validator opted in status in proposer duties map (#4)

    * feat: stores validator opted in status in proposer duties map
    
    * feat: clean up mevcommit validator redis keys
    
    * feat: verifies correct encoding
    
    * chore: ensures we trim prefix to adhere to contract format
    
    * feat: also removes redundant builder cleanup
    ckartik authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b9dcb96 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. feat: Reduces critical path latency by caching builder info in runtim…

    …e memory (#5)
    
    * feat: first checks builder cache for opt in status
    
    * nit: clean up
    
    * nit: fix bracket order
    
    * chore: remove dupe not ok
    
    * nit: adds testing
    
    * feat: adds builder pubkey to test
    
    * nit: remove todo as implmentation is complete
    ckartik authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    63b4b42 View commit details
    Browse the repository at this point in the history