-
Notifications
You must be signed in to change notification settings - Fork 118
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
Remove timestamp field in zkapp_precondition #560
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.
LGTM!
but we shouldn't merge yet - should set up and run a CI workflow for this branch first |
@ghost-not-in-the-shell to make the checks pass, you need to update the OCaml bindings of snarkyjs. this is done by running the following from the Mina repo: ./scripts/update-snarkyjs-bindings.sh and committing the result here |
@@ -395,7 +395,7 @@ function LocalBlockchain({ | |||
} | |||
events[addr][tokenId].push({ | |||
events: p.body.events, | |||
slot: networkState.globalSlotSinceHardFork.toString(), | |||
slot: networkState.globalSlotSinceGenesis.toString(), |
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.
@mitschabaude Since I removed globalSlotSinceHardFork
, I replaced this with globalSlotSinceGenesis
, would that be okay?
This PR removes
timestamp
and alsoglobalSlotSinceHardFork
field inzkapp_precondition