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

MorpheusVM: The Choice is Yours #258

Merged
merged 36 commits into from
Jul 24, 2023
Merged

MorpheusVM: The Choice is Yours #258

merged 36 commits into from
Jul 24, 2023

Commits on Jul 20, 2023

  1. first commit

    patrick-ogrady committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    338e642 View commit details
    Browse the repository at this point in the history
  2. update workflows

    patrick-ogrady committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    790715a View commit details
    Browse the repository at this point in the history
  3. move to basevm

    patrick-ogrady committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    735cd22 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    626e35c View commit details
    Browse the repository at this point in the history
  2. move cmd

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    365c70f View commit details
    Browse the repository at this point in the history
  3. update scripts run.sh

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    84d5712 View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d7a3470 View commit details
    Browse the repository at this point in the history
  5. replace lint

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    fa05609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09914af View commit details
    Browse the repository at this point in the history
  7. add badges

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ed234d1 View commit details
    Browse the repository at this point in the history
  8. fix genesis

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    736eba6 View commit details
    Browse the repository at this point in the history
  9. fix balance issue

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    43ab201 View commit details
    Browse the repository at this point in the history
  10. fix controller

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d44cd8c View commit details
    Browse the repository at this point in the history
  11. fix rpc

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    80af858 View commit details
    Browse the repository at this point in the history
  12. cli compiles

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f284e5d View commit details
    Browse the repository at this point in the history
  13. e2e compiles

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    47a7b52 View commit details
    Browse the repository at this point in the history
  14. integration compiles

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    7398668 View commit details
    Browse the repository at this point in the history
  15. lint passed

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bfbc187 View commit details
    Browse the repository at this point in the history
  16. fix milli

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0179306 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d927bb2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5845255 View commit details
    Browse the repository at this point in the history
  19. fix vmID

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d32188c View commit details
    Browse the repository at this point in the history
  20. e2e passing

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2962550 View commit details
    Browse the repository at this point in the history
  21. add stop.sh

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3a721ca View commit details
    Browse the repository at this point in the history
  22. add basevm load test

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b85aea1 View commit details
    Browse the repository at this point in the history
  23. fix load test

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9d9eb0c View commit details
    Browse the repository at this point in the history
  24. fix main README

    patrick-ogrady committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c73969e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Separate Shared Components (#260)

    * experimenting with CLI
    
    * move more cli commands over
    
    * port storage
    
    * more progress
    
    * fix prompt chain
    
    * rewrite tokenvm action
    
    * tokenvm chain
    
    * make chain shared
    
    * abstract watch
    
    * rewrite key operations
    
    * add support for prometheus
    
    * introduce sendAndWait
    
    * abstract submitDummy
    
    * remove old submit dummy
    
    * progress on cli spam
    
    * generic spam implemented
    
    * general spam
    
    * remove unused errors
    
    * close db earlier
    
    * start cleanup of basevm
    
    * cleaning up base
    
    * basevm actions passing
    
    * making progress with cleanup
    
    * fix chain for basevm
    
    * cleanup spam
    
    * remove unnecessary errors
    
    * fix lint in base and hypersk
    
    * fix license spacing
    
    * remove gosec from spam
    
    * fix license header application
    
    * add license to right files in token-cli
    patrick-ogrady committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    4542f00 View commit details
    Browse the repository at this point in the history
  2. upload logo for basevm

    patrick-ogrady committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    d7f2d47 View commit details
    Browse the repository at this point in the history
  3. Rename to SimpleVM (#266)

    * rename to simple
    
    * migrate from basevm to simplevm
    patrick-ogrady committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    ece869a View commit details
    Browse the repository at this point in the history
  4. add basic README

    patrick-ogrady committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    fcef039 View commit details
    Browse the repository at this point in the history
  5. start demo work

    patrick-ogrady committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    813fdbc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. get fields into README

    patrick-ogrady committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4ae0538 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fill in rest of README

    patrick-ogrady committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f9f1fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dcc80b View commit details
    Browse the repository at this point in the history
  3. MorpheusVM: the last renaming of basevm (#270)

    * update workflows
    
    * move files
    
    * update all references
    
    * update addresses
    
    * update README
    patrick-ogrady committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ca69c96 View commit details
    Browse the repository at this point in the history