-
Notifications
You must be signed in to change notification settings - Fork 76
Remote read immutables #1220
base: master
Are you sure you want to change the base?
Remote read immutables #1220
Conversation
I am marking this ready for review, though the listed issues are still outstanding. @jubnzv: Some of these issues relate to the utilities you have written, so there's a good chance you'll be able to deal with them. They can be handled in a separate PR, though. Open issues:
LevelDB migration:
Design decisions that may need to be kept in mind:
|
Please remember that this PR should not be merged until Zilliqa/zq1#3337 is also ready to be merged. |
To summarize the remaining tasks:
I suggest to consider the At the moment I think it will be a good idea to push all the new changes in this branch, without creating separate PRs, since we don't have reviewers for Scilla. |
This PR implements remote reads of contract parameters.
Coupled with Zilliqa/zq1#3337. The two PRs cannot work separatedly, and must be tested and released together.
Fixes #1035.