-
Notifications
You must be signed in to change notification settings - Fork 207
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
Durable ZCF #5635
Merged
Merged
Durable ZCF #5635
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chris-Hibbert
force-pushed
the
cth-durable-zoe
branch
from
June 21, 2022 01:03
08b62a9
to
60cf9bf
Compare
Chris-Hibbert
force-pushed
the
cth-durable-zoe
branch
from
June 24, 2022 16:57
6bc46a0
to
0981ced
Compare
erights
force-pushed
the
markm-durable-ertp
branch
2 times, most recently
from
June 27, 2022 19:17
96bb0bc
to
767e937
Compare
Chris-Hibbert
force-pushed
the
cth-durable-zoe
branch
from
June 27, 2022 20:39
7cff145
to
6df3bd6
Compare
erights
force-pushed
the
markm-durable-ertp
branch
from
June 28, 2022 19:27
767e937
to
4ba2c9e
Compare
Chris-Hibbert
force-pushed
the
markm-durable-ertp
branch
from
June 28, 2022 19:52
4ba2c9e
to
3552107
Compare
Chris-Hibbert
force-pushed
the
cth-durable-zoe
branch
from
June 28, 2022 19:53
02d80ed
to
944a512
Compare
erights
force-pushed
the
markm-durable-ertp
branch
2 times, most recently
from
June 28, 2022 20:22
4ba2c9e
to
3c6f10c
Compare
Chris-Hibbert
force-pushed
the
cth-durable-zoe
branch
from
June 28, 2022 20:31
944a512
to
bf46bdb
Compare
Chris-Hibbert
force-pushed
the
cth-durable-zoe
branch
from
June 28, 2022 23:48
bf46bdb
to
3333d60
Compare
erights
force-pushed
the
markm-durable-ertp
branch
from
June 29, 2022 00:10
239a828
to
d037ae4
Compare
Chris-Hibbert
force-pushed
the
markm-durable-ertp
branch
from
June 29, 2022 00:51
d037ae4
to
f6003cc
Compare
Chris-Hibbert
force-pushed
the
cth-durable-zoe
branch
2 times, most recently
from
June 30, 2022 20:43
3eca9d1
to
4d5a57e
Compare
erights
force-pushed
the
markm-durable-ertp
branch
3 times, most recently
from
July 3, 2022 19:47
d2ad04b
to
da2b250
Compare
erights
force-pushed
the
cth-durable-zoe
branch
3 times, most recently
from
July 4, 2022 05:25
8c959d6
to
4e402df
Compare
drop zcfSeat notifier rename !didStart to firstTime
Chris-Hibbert
force-pushed
the
cth-durable-zoe
branch
3 times, most recently
from
July 19, 2022 17:13
bd15c6e
to
f6fc1ba
Compare
touching to re-re-trigger CI
Chris-Hibbert
force-pushed
the
cth-durable-zoe
branch
from
July 19, 2022 17:57
f6fc1ba
to
4f4c014
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
refs: #5333
Description
Make ZCF durable. Zoe and ZCF don't need to be upgradeable at this point, but we do want to be able to host upgradeable contracts, which means that the per-contract ZCF state has to be durable.
Security Considerations
Durability, durable contracts.
Documentation Considerations
We don't yet have a theory of upgradeable contracts. When we do, we need to write that up.
Testing Considerations
existing tests pass. No tests were added.