-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat: l1 execution #516
feat: l1 execution #516
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quite a lot of code; need to do a second pass
// We cannot have early proposal execution with this strategy because we determine the proposal status | ||
// on L1 in a separate tx and therefore cannot ensure that the proposal is not still in the voting period | ||
// when it is executed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future, I wonder if we'd be able to prove the output of getProposalStatus
on a contract C
with storage S
on chain X
, with a clever use of storage proofs :D
2becc11
to
d1a3b3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK, good PR
STARKNET_SIERRA_COMPILE_PATH: ./cairo/bin/starknet-sierra-compile | ||
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES | ||
ADDRESS: "0x347be35996a21f6bf0623e75dbce52baba918ad5ae8d83b6f416045ab22961a" | ||
PK: "0xbdd640fb06671ad11c80317fa3b1799d" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? who's pk is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The address above it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha yeah I figured but I just wanted to make sure this was indeed a random pk
and not one of yours :)
alright addressed everything. thanks for detailed review. |
No description provided.