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

chore(lib/trie): insert method inserts takes value as byte slice argument #2296

Merged
merged 1 commit into from
Feb 18, 2022

Conversation

qdm12
Copy link
Contributor

@qdm12 qdm12 commented Feb 15, 2022

Changes

Tests

go test -race ./internal/trie/... ./lib/trie/...

Issues

Primary Reviewer

  • Anyone is welcome

@codecov
Copy link

codecov bot commented Feb 15, 2022

Codecov Report

Merging #2296 (b3f1729) into development (9ac6642) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head b3f1729 differs from pull request most recent head 1427ee0. Consider uploading reports for the commit 1427ee0 to get more accurate results

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #2296      +/-   ##
===============================================
- Coverage        57.60%   57.58%   -0.02%     
===============================================
  Files              211      211              
  Lines            27902    27906       +4     
===============================================
- Hits             16072    16069       -3     
- Misses           10197    10202       +5     
- Partials          1633     1635       +2     
Flag Coverage Δ
unit-tests 57.58% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
internal/trie/node/branch.go 100.00% <ø> (ø)
internal/trie/node/branch_encode.go 87.28% <100.00%> (ø)
lib/trie/trie.go 98.12% <100.00%> (-0.01%) ⬇️
dot/state/block_notify.go 81.90% <0.00%> (-8.58%) ⬇️
dot/telemetry/mailer.go 58.73% <0.00%> (-4.77%) ⬇️
dot/state/initialize.go 40.74% <0.00%> (-1.61%) ⬇️
dot/state/block_finalisation.go 43.97% <0.00%> (-0.67%) ⬇️
lib/runtime/wasmer/imports.go 48.51% <0.00%> (-0.16%) ⬇️
dot/state/block.go 44.92% <0.00%> (ø)
... and 9 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 9ac6642...1427ee0. Read the comment docs.

@qdm12 qdm12 force-pushed the qdm12-trie-triego-2-insert branch 2 times, most recently from 653ef7f to b3f1729 Compare February 16, 2022 16:03
Base automatically changed from qdm12-trie-triego-refactor to development February 17, 2022 18:43
@qdm12 qdm12 changed the title chore(lib/trie): insert inserts value byte slice chore(lib/trie): insert method inserts takes value as byte slice argument Feb 17, 2022
@qdm12 qdm12 merged commit 0eacba3 into development Feb 18, 2022
@qdm12 qdm12 deleted the qdm12-trie-triego-2-insert branch February 18, 2022 15:15
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