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

blockchain: remove genesis state dependancy from blockchain #2844

Merged
merged 10 commits into from
Jul 5, 2023

Commits on Jul 5, 2023

  1. blockchain: remove genesis state dependancy from blockchain

    fix the blockchain init and statepassing from client
    
    pass custom genesis from client's chain to blockchain
    
    simplify stateroot fetch
    
    remove need to genesis state in blockchain
    
    remove package dependancy
    
    rebase fixes
    
    lint
    
    fix statemanager spec
    
    fix vm spec
    
    fix client spec
    
    fix client spec
    g11tech committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    fdb0658 View commit details
    Browse the repository at this point in the history
  2. lint

    g11tech committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    43d6b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df83745 View commit details
    Browse the repository at this point in the history
  4. fix client spec

    g11tech committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1f75f17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28b2d65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2337f06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5105d7d View commit details
    Browse the repository at this point in the history
  8. improve jsdocs

    g11tech committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5b581c7 View commit details
    Browse the repository at this point in the history
  9. fix jsdocs

    g11tech committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    fadc010 View commit details
    Browse the repository at this point in the history
  10. fix client sim runner

    g11tech committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    56b9afb View commit details
    Browse the repository at this point in the history