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

update (Des|S)erializeProof to the electra proof format #324

Merged
merged 6 commits into from
Mar 29, 2023

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    0cd2007 View commit details
    Browse the repository at this point in the history
  2. Fix/electra proof format json marshalling (#330)

    * fix: add custom JSON serializers
    
    * move marshallers to their own file
    gballet committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e88dff5 View commit details
    Browse the repository at this point in the history
  3. fix some deepsource comments

    gballet committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    179ac58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f69661b View commit details
    Browse the repository at this point in the history
  5. linter fixes

    gballet committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    2d38c5d View commit details
    Browse the repository at this point in the history
  6. Fix proof element JSON serialization for compatibility with lighthouse (

    #331)
    
    * fix stem serialization
    
    * add a 0x prefix to hex strings
    
    * fix: set currentValue to null for a missing key
    
    * fix: lowercase for  IPAProof in json payload
    gballet committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0b59b1f View commit details
    Browse the repository at this point in the history