-
Notifications
You must be signed in to change notification settings - Fork 15
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
[paused] feat: snos job #50
Conversation
} | ||
|
||
fn max_verification_attempts(&self) -> u64 { | ||
todo!() | ||
// TODO: isn't 10 a lot? | ||
10 |
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.
ya if there's no verification then 10 would be a lot :)
} | ||
|
||
fn verification_polling_delay_seconds(&self) -> u64 { | ||
todo!() | ||
// TODO: what is an average run time for SNOS? | ||
60 |
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.
we don't know the runtime yet but in the current implementation looks like we run in synchronously so verification delay can be like 1s
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.
Ah yes true - updated
Hi @apoorvsadana , I just want to know if there are any plans for SNOS. I've noticed that this PR has been on hold for a while. |
Hey @Tranduy1dol - this PR is on hold until the |
⏸ On hold
This PR is currently paused until the snos repository has been updated (since the way to run Snos in the context of Madara will change a lot and we don't have any spec/design yet).
Resolves: #11
Added
SnosJob
StateJob::DummyState
- used as a replacement until we can import the structureBlockifierStateAdapter
from Madara. Currently not possible dues to conflicting dependencies versions between Snos <=> Madara <=> Cairo-vm. (It may not be needed at all to import that depending on the next updates from snos, their goal is to make it easier to run the Snos in the context of Madara)HttpRpcClient
to ourConfig
for RPC requests to L1/Madara (gas price & snos input at the moment)conversions
&time
utils functions