Skip to content
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

Move NativeUpdateHistory logic uner hardforks #3212

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

AnnaShaleva
Copy link
Member

Close #3196.

Depends on #3211, draft until #3211 is merged.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

Attention: 26 lines in your changes are missing coverage. Please review.

Comparison is base (80fcf81) 85.41% compared to head (58102a9) 85.25%.
Report is 3 commits behind head on master.

Files Patch % Lines
pkg/core/blockchain.go 33.33% 7 Missing and 5 partials ⚠️
pkg/core/native/interop.go 59.09% 6 Missing and 3 partials ⚠️
pkg/core/interop/context.go 16.66% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3212      +/-   ##
==========================================
- Coverage   85.41%   85.25%   -0.16%     
==========================================
  Files         326      326              
  Lines       43819    43831      +12     
==========================================
- Hits        37427    37370      -57     
- Misses       4920     4983      +63     
- Partials     1472     1478       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AnnaShaleva AnnaShaleva force-pushed the drop-history branch 2 times, most recently from 6d4a64d to 9762af6 Compare November 21, 2023 11:04
@AnnaShaleva AnnaShaleva marked this pull request as ready for review November 21, 2023 11:05
pkg/core/interop/context.go Show resolved Hide resolved
@roman-khimov roman-khimov merged commit ff95870 into master Nov 21, 2023
@roman-khimov roman-khimov deleted the drop-history branch November 21, 2023 12:46
AnnaShaleva added a commit that referenced this pull request Nov 29, 2023
Although it doesn't rais an exception on our side, we still have this
unrelevant information in the resulting RPC call response structure.
This should be a part of #3212.

Port neo-project/neo-modules#851.

Signed-off-by: Anna Shaleva <[email protected]>
AnnaShaleva added a commit that referenced this pull request Nov 29, 2023
Although it doesn't raise an exception on our side, we still have this
unrelevant information in the resulting RPC call response structure.
This should be a part of #3212.

Port neo-project/neo-modules#851.

Signed-off-by: Anna Shaleva <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide NativeUpdateHistory under Hardforks
2 participants