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

[trie] Save hash value when node is created from proto #3170

Merged
merged 2 commits into from
Mar 9, 2022

Conversation

Liuhaai
Copy link
Member

@Liuhaai Liuhaai commented Mar 8, 2022

No description provided.

@Liuhaai Liuhaai requested a review from a team as a code owner March 8, 2022 20:09
@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

Merging #3170 (18e5643) into master (12976b9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3170   +/-   ##
=======================================
  Coverage   75.06%   75.07%           
=======================================
  Files         220      220           
  Lines       20978    20982    +4     
=======================================
+ Hits        15748    15752    +4     
  Misses       4394     4394           
  Partials      836      836           
Impacted Files Coverage Δ
db/trie/mptrie/branchnode.go 98.61% <100.00%> (+0.01%) ⬆️
db/trie/mptrie/extensionnode.go 92.98% <100.00%> (+0.06%) ⬆️
db/trie/mptrie/leafnode.go 100.00% <100.00%> (ø)
db/trie/mptrie/merklepatriciatrie.go 91.48% <100.00%> (ø)

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 12976b9...18e5643. Read the comment docs.

@Liuhaai Liuhaai merged commit c524f21 into iotexproject:master Mar 9, 2022
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