-
Notifications
You must be signed in to change notification settings - Fork 2
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
[EPIC] Minimal viable ledger #6
Labels
Milestone
Comments
This could be developed as an emulator like this, allowing efficient rust-based contract testing, and then you could generalise it for the ledger purposes. For your list of useful feedback when validating transaction, this may be useful, which summarises a number of rules:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tasks
Scope/Acceptance Criteria
Keep track of protocol parameters from a initial configuration & protocol updates tracked from chain-synchronization
At this point, UTxO-tracking is not required, but a nice-to-have. If times allow, we may consider it for this phase otherwise it will be reviewed more carefully in the next.
The text was updated successfully, but these errors were encountered: