runtimeverification / runtimeverification/kontrol

Improvements for `load-state-diff`

Open
#278 2 comments 0 reactions 1 assignee View on GitHub

@JuanCoRo is already working on this.

Since May 8, 2024.

engagement enhancement
Dominant language
Python
Stars
122
Forks
16
PR merge metrics
No merged PRs in 30d

Description

With https://github.com/runtimeverification/kontrol/issues/266, we can now initialize the init node's <accounts> cell with data from a JSON file.

We can improve this further by:

  • making the missing fields of an account coming from the JSON file symbolic instead of zero or empty. i.e. Initialize the accounts using {'balance': KVariable('ACCT_X_BAL'), 'nonce': KVariable('ACCT_X_NONCE') , ...} instead of {'balance': intToken(0), 'nonce': intToken(0),...}
  • insert the storage updates from the summary in <origStorage>, not only in <storage>.
  • TBD

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.