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

Refactor state and contract modules #2224

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

Commits on Oct 28, 2024

  1. remove firstdeployed field

    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    58e8754 View commit details
    Browse the repository at this point in the history
  2. pass state tests

    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    14123ea View commit details
    Browse the repository at this point in the history
  3. remove history

    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f7677a1 View commit details
    Browse the repository at this point in the history
  4. minor change

    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bb9adeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    238a67f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27f924d View commit details
    Browse the repository at this point in the history
  7. add state update benchmark

    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b5ced5a View commit details
    Browse the repository at this point in the history
  8. add migration

    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    20599d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70d005d View commit details
    Browse the repository at this point in the history
  10. Squashed commit of the following:

    commit f5dc02c
    Author: Kirill <paltsev.kir@gmail.com>
    Date:   Thu Oct 17 11:15:15 2024 +0400
    
        Small restructure of plugin logic (#2221)
    
    commit b43c46f
    Author: Rian Hughes <rian.hughes@physics.ox.ac.uk>
    Date:   Wed Oct 16 15:42:07 2024 +0300
    
        Support plugins (#2051)
    
        Co-authored-by: rian <rian@physics.ox.ac.uk>
        Co-authored-by: LordGhostX <solomonghost9@gmail.com>
    
    commit ca006de
    Author: Kirill <paltsev.kir@gmail.com>
    Date:   Wed Oct 16 16:14:16 2024 +0400
    
        Replace UnmarshalJSON() with UnmarshalText() for transaction statuses (#2220)
    
        * Replace UnmarshalJSON() with UnmarshalText() for transaction statuses
    
        UnmarshalText avoids issues with forgetting quotes in JSON, making it simpler for parsing plain text values.
    
    fix merge conflicts
    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1097fb4 View commit details
    Browse the repository at this point in the history
  11. add comments

    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1b207ce View commit details
    Browse the repository at this point in the history
  12. chore

    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8a5ed9f View commit details
    Browse the repository at this point in the history
  13. refactor dirty contracts

    weiihann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c466cca View commit details
    Browse the repository at this point in the history