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

feat: add genesis verify #1254

Merged

Conversation

zivkovicmilos
Copy link
Member

Description

This PR adds the genesis verify subcommand.

Closes #1229

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@zivkovicmilos zivkovicmilos added the 🌱 feature New update to Gno label Oct 19, 2023
@zivkovicmilos zivkovicmilos self-assigned this Oct 19, 2023
@zivkovicmilos zivkovicmilos requested review from jaekwon, moul and a team as code owners October 19, 2023 02:44
@github-actions github-actions bot added 📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related labels Oct 19, 2023
@zivkovicmilos zivkovicmilos changed the title feat: add genesis verfify feat: add genesis verify Oct 19, 2023
@zivkovicmilos zivkovicmilos linked an issue Oct 19, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (5033232) 47.84% compared to head (4d11b00) 47.79%.

Additional details and impacted files
@@               Coverage Diff                @@
##           feat/genesis    #1254      +/-   ##
================================================
- Coverage         47.84%   47.79%   -0.06%     
================================================
  Files               369      369              
  Lines             62812    62739      -73     
================================================
- Hits              30054    29985      -69     
- Misses            30321    30325       +4     
+ Partials           2437     2429       -8     
Files Coverage Δ
tm2/pkg/bft/types/genesis.go 86.04% <100.00%> (+7.09%) ⬆️

... and 7 files with indirect coverage changes

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

@zivkovicmilos zivkovicmilos merged commit c128bf6 into gnolang:feat/genesis Oct 19, 2023
178 checks passed
@zivkovicmilos zivkovicmilos deleted the feat/genesis-verify branch October 19, 2023 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related 🌱 feature New update to Gno
Projects
Status: Done
Status: 🚀 Needed for Launch
Status: Done
Archived in project
Development

Successfully merging this pull request may close these issues.

[META] [Genesis] genesis verify
2 participants