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

vm: fix packmap operation #3685

Merged
merged 1 commit into from
Nov 19, 2024
Merged

vm: fix packmap operation #3685

merged 1 commit into from
Nov 19, 2024

Conversation

AliceInHunterland
Copy link
Contributor

Close #3613

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.00%. Comparing base (176593b) to head (9082c6e).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
pkg/vm/vm.go 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3685      +/-   ##
==========================================
- Coverage   83.05%   83.00%   -0.05%     
==========================================
  Files         334      334              
  Lines       46604    46603       -1     
==========================================
- Hits        38705    38681      -24     
- Misses       6320     6348      +28     
+ Partials     1579     1574       -5     

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


🚨 Try these New Features:

pkg/rpcclient/nep11/base_test.go Outdated Show resolved Hide resolved
pkg/vm/vm.go Outdated Show resolved Hide resolved
pkg/vm/vm.go Outdated Show resolved Hide resolved
pkg/vm/stackitem/item.go Outdated Show resolved Hide resolved
@AnnaShaleva
Copy link
Member

Add a designated compatibility test, please.

pkg/vm/stackitem/item_test.go Outdated Show resolved Hide resolved
pkg/vm/stackitem/json_test.go Outdated Show resolved Hide resolved
pkg/vm/vm.go Outdated Show resolved Hide resolved
pkg/vm/vm_test.go Outdated Show resolved Hide resolved
pkg/vm/vm_test.go Outdated Show resolved Hide resolved
pkg/vm/vm.go Outdated Show resolved Hide resolved
Close #3613

Signed-off-by: Ekaterina Pavlova <[email protected]>
@AnnaShaleva AnnaShaleva merged commit 2b1b9a4 into master Nov 19, 2024
32 of 34 checks passed
@AnnaShaleva AnnaShaleva deleted the vm-map branch November 19, 2024 14:56
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.

packmap operation keeps duplicate entries
2 participants