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

Conversation

patrick-ogrady
Copy link
Contributor

@patrick-ogrady patrick-ogrady commented Jul 21, 2023

Resolves: #231

TODO

@patrick-ogrady patrick-ogrady changed the title BaseVM BaseVM: The Simplest HyperVM You Can Make Jul 21, 2023
* 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 patrick-ogrady changed the title BaseVM: The Simplest HyperVM You Can Make SimpleVM: The Simplest HyperVM You Can Make Jul 22, 2023
@patrick-ogrady patrick-ogrady changed the title SimpleVM: The Simplest HyperVM You Can Make BaseVM: The Simplest HyperVM You Can Make Jul 22, 2023
@patrick-ogrady patrick-ogrady changed the title BaseVM: The Simplest HyperVM You Can Make SimpleVM: The Simplest HyperVM You Can Make Jul 22, 2023
* rename to simple

* migrate from basevm to simplevm
@patrick-ogrady patrick-ogrady marked this pull request as ready for review July 22, 2023 21:27
@@ -8,9 +8,11 @@ on:
branches:
- main
pull_request:
types: [labeled,synchronize,reopened]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May make sense to remove labeled (adding labels will interrupt all other label jobs).

@patrick-ogrady patrick-ogrady changed the title SimpleVM: The Simplest HyperVM You Can Make MorpheusVM: The Choice is Yours Jul 24, 2023
@patrick-ogrady patrick-ogrady merged commit 37df80a into main Jul 24, 2023
22 of 31 checks passed
@patrick-ogrady patrick-ogrady deleted the basevm branch July 24, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sync Readiness Not Triggering after State Sync Reboot Extract "SimpleVM" from "LiteVM" Example
1 participant