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

Implement utility vm methods: SetState, Shutdown #4

Closed
wants to merge 13 commits into from

Commits on Feb 22, 2024

  1. Create go.yml

    n0cte authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a3a0c7d View commit details
    Browse the repository at this point in the history
  2. add cometbft dependency

    n0cte committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6e33b36 View commit details
    Browse the repository at this point in the history
  3. add avalanche dependency

    n0cte committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f5d5d1f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. update deps

    n0cte committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    549a9cf View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    e6559cc View commit details
    Browse the repository at this point in the history
  2. add database connection

    n0cte committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    02a53d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. add Initialize logic

    n0cte committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    221aec0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. add init test and mock database

    n0cte committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    28c42be View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Apr 2, 2024

  1. update vm block methods

    n0cte committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    191944b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. implement SetState and Shutdown methods

    Ivan Sukach committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e31ecbd View commit details
    Browse the repository at this point in the history
  2. implement vm version method

    Ivan Sukach committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b248f4f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix vmconnected value during disconnect

    Ivan Sukach committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7184c81 View commit details
    Browse the repository at this point in the history