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

Refactored externalSigner to use Typedefs #8541

Merged
merged 26 commits into from
Oct 8, 2024
Merged

Commits on Aug 28, 2024

  1. Refactored externalSigner to use Typedefs

     - created a new suite of tests to show a number of different signing bodies.
     - had to do manual testing for external signer becuase no AT i think
     - I was able to get from phase0 -> bellatrix so this should cover most scenarios.
     - I believe most of the wrappers should be available in the api
    
    partially addresses Consensys#8527
    
    Signed-off-by: Paul Harris <paul.harris@consensys.net>
    rolfyone committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    18209a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f5efb View commit details
    Browse the repository at this point in the history
  3. fix post merge

    Signed-off-by: Paul Harris <paul.harris@consensys.net>
    rolfyone committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d1d5f9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ba24af View commit details
    Browse the repository at this point in the history
  5. fix post merge

    Signed-off-by: Paul Harris <paul.harris@consensys.net>
    rolfyone committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6ec686d View commit details
    Browse the repository at this point in the history
  6. cleanup script after accidentally removing the cleanup fn to debug

    Signed-off-by: Paul Harris <paul.harris@consensys.net>
    rolfyone committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0cbbc74 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    287f36f View commit details
    Browse the repository at this point in the history
  2. fixed test name

    Signed-off-by: Paul Harris <paul.harris@consensys.net>
    rolfyone committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4c8bf40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b51446 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    4e51522 View commit details
    Browse the repository at this point in the history
  2. update genesis time

    Signed-off-by: Paul Harris <paul.harris@consensys.net>
    rolfyone committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    85ae056 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. so it turns out the test showed a problem... fixed in this commit but…

    … i cant easily do deserializable type for blockWrapper in this way...
    
    Signed-off-by: Paul Harris <paul.harris@consensys.net>
    rolfyone committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    2096d51 View commit details
    Browse the repository at this point in the history
  2. missed this

    Signed-off-by: Paul Harris <paul.harris@consensys.net>
    rolfyone committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    4a2086a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. remove builder as not needed if blockWrapper is not serializable.

    Signed-off-by: Paul Harris <paul.harris@consensys.net>
    rolfyone committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9bdbfd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    f3a0f4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38206ce View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

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

Commits on Oct 1, 2024

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

Commits on Oct 3, 2024

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

Commits on Oct 8, 2024

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