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

persist conversion state to db and use an LRU cache for active transition states #375

Merged
merged 14 commits into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    d9d0b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a4dec4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d43635c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc07cad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5173c9 View commit details
    Browse the repository at this point in the history
  6. fix: nil pointer panic

    gballet committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6866335 View commit details
    Browse the repository at this point in the history
  7. add logs to debug shadowfork

    gballet committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    99ad79f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    425ba1d View commit details
    Browse the repository at this point in the history
  9. ditto

    gballet committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f22b681 View commit details
    Browse the repository at this point in the history
  10. fix stupid bug

    gballet committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e0cf3fc View commit details
    Browse the repository at this point in the history
  11. add a comment for readability

    gballet committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    47a07e4 View commit details
    Browse the repository at this point in the history
  12. add more traces

    gballet committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1fcd5ce View commit details
    Browse the repository at this point in the history
  13. Lock the state transition during conversion (#384)

    * heavy handed approach: lock the state transition during conversion
    
    * also lock transition state loading/unloading
    
    * reduce logs verbosity
    
    * add conversion test to workflow (#386)
    
    * add conversion test to workflow
    
    * mandatory -f switch fix in rm
    
    * forgot & at the end of the geth command
    
    * remove incorrect kill
    
    * add debug traces
    
    * add an overlay stride
    
    * fix typo
    gballet committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7c3c192 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb933ec View commit details
    Browse the repository at this point in the history