-
Notifications
You must be signed in to change notification settings - Fork 78
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
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/Zilliqa#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/Zilliqa#3337. The two PRs cannot work separatedly, and must be tested and released together.
Fixes #1035.