-
Notifications
You must be signed in to change notification settings - Fork 487
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
AVM: Add global GenesisHash
#5858
Conversation
d7edd37
to
77aabad
Compare
Paranoid code (especially logicsigs) can check if they are on testnet.
77aabad
to
b36fb12
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5858 +/- ##
==========================================
- Coverage 55.90% 55.89% -0.02%
==========================================
Files 477 477
Lines 67333 67350 +17
==========================================
- Hits 37643 37642 -1
- Misses 27137 27153 +16
- Partials 2553 2555 +2 ☔ View full report in Codecov by Sentry. |
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.
Looks good, just a test suggestion
c0cfb9e
Paranoid code (especially logicsigs) can check if they are on testnet.
Added some extra test code that seems superfluous to this change (because it is!) But they are good tests that I needed while pursuing other ways of doing this.