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

add exported wrapper funcs for random seed util #1014

Merged
merged 3 commits into from
Jul 22, 2021

Conversation

kc1116
Copy link
Contributor

@kc1116 kc1116 commented Jul 22, 2021

Adds exported funcs that wrap seed generation util funcs. This is needed to use key generation util funcs in other projects.

@codecov-commenter
Copy link

Codecov Report

Merging #1014 (ccb1a0b) into feature/epochs (269fbe7) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           feature/epochs    #1014      +/-   ##
==================================================
- Coverage           54.16%   54.10%   -0.06%     
==================================================
  Files                 310      310              
  Lines               21068    21069       +1     
==================================================
- Hits                11411    11399      -12     
- Misses               8111     8126      +15     
+ Partials             1546     1544       -2     
Flag Coverage Δ
unittests 54.10% <0.00%> (-0.06%) ⬇️

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

Impacted Files Coverage Δ
cmd/bootstrap/cmd/util.go 58.49% <0.00%> (-2.30%) ⬇️
...sus/approvals/assignment_collector_statemachine.go 42.30% <0.00%> (-9.62%) ⬇️
cmd/util/ledger/migrations/storage_v4.go 41.56% <0.00%> (-0.61%) ⬇️
fvm/transactionInvocator.go 80.00% <0.00%> (-0.10%) ⬇️

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 269fbe7...ccb1a0b. Read the comment docs.

@kc1116 kc1116 merged commit 4660b45 into feature/epochs Jul 22, 2021
@kc1116 kc1116 deleted the khalil/export-seed-util-funcs branch July 22, 2021 18: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.

None yet

4 participants