runtimeverification / runtimeverification/kontrol
Improvements for `load-state-diff`
Open
@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
zeroorempty. 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.