-
Notifications
You must be signed in to change notification settings - Fork 214
feat(state): Integrate new state package with Juno #2912
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
base: main
Are you sure you want to change the base?
Conversation
done event filter this works
use hashFn
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (59.21%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2912 +/- ##
==========================================
+ Coverage 72.19% 72.35% +0.16%
==========================================
Files 262 259 -3
Lines 28368 27659 -709
==========================================
- Hits 20479 20012 -467
+ Misses 6496 6346 -150
+ Partials 1393 1301 -92 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: MaksymMalicki <[email protected]>
Signed-off-by: MaksymMalicki <[email protected]>
Signed-off-by: MaksymMalicki <[email protected]>
…indEth/juno into maksym/state-integration
var stateClassHash *felt.Felt | ||
var stateClassHash felt.Felt | ||
if reader == nil { | ||
// zero block | ||
stateClassHash = &felt.Zero | ||
stateClassHash = felt.Zero | ||
} else { |
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.
stateClassHash := felt.Zero
if reader != nil {
...
}
Uh oh!
There was an error while loading. Please reload this page.