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

examples: fix IPv6 bounds check #1969

Merged
merged 1 commit into from
May 28, 2021
Merged

examples: fix IPv6 bounds check #1969

merged 1 commit into from
May 28, 2021

Conversation

AnnaShaleva
Copy link
Member

@codecov
Copy link

codecov bot commented May 18, 2021

Codecov Report

Merging #1969 (2a9ce03) into master (2eb9106) will increase coverage by 0.64%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1969      +/-   ##
==========================================
+ Coverage   83.06%   83.70%   +0.64%     
==========================================
  Files         285      285              
  Lines       22963    23990    +1027     
==========================================
+ Hits        19074    20082    +1008     
- Misses       2707     2709       +2     
- Partials     1182     1199      +17     
Impacted Files Coverage Δ
pkg/core/native/std.go 96.02% <0.00%> (-0.63%) ⬇️
pkg/compiler/inline.go 100.00% <0.00%> (ø)
pkg/compiler/func_scope.go 100.00% <0.00%> (ø)
pkg/interop/native/neo/neo.go 0.00% <0.00%> (ø)
pkg/interop/native/std/std.go 0.00% <0.00%> (ø)
pkg/compiler/analysis.go 97.80% <0.00%> (+0.49%) ⬆️
pkg/vm/contract_checks.go 83.49% <0.00%> (+1.94%) ⬆️
pkg/rpc/request/txBuilder.go 98.97% <0.00%> (+2.38%) ⬆️
pkg/compiler/codegen.go 95.41% <0.00%> (+3.53%) ⬆️
pkg/core/native/native_neo.go 76.22% <0.00%> (+5.43%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2eb9106...2a9ce03. Read the comment docs.

@roman-khimov
Copy link
Member

Waiting for neo-project/non-native-contracts#3 to settle.

@AnnaShaleva AnnaShaleva marked this pull request as draft May 18, 2021 15:47
@AnnaShaleva AnnaShaleva marked this pull request as ready for review May 28, 2021 08:31
@AnnaShaleva AnnaShaleva requested a review from fyrchik May 28, 2021 08:31
@roman-khimov roman-khimov added this to the v0.95.1 milestone May 28, 2021
@roman-khimov roman-khimov merged commit b858be6 into master May 28, 2021
@roman-khimov roman-khimov deleted the examples/nns-fix branch May 28, 2021 11:29
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.

3 participants