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 txs subcommand #1278

Merged
merged 7 commits into from
Oct 25, 2023

Conversation

zivkovicmilos
Copy link
Member

Description

This PR introduces the genesis txs subcommand, as outlinedi n #1231.

Closes #1231

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 21, 2023
@zivkovicmilos zivkovicmilos self-assigned this Oct 21, 2023
@zivkovicmilos zivkovicmilos linked an issue Oct 21, 2023 that may be closed by this pull request
@github-actions github-actions bot added the 📦 ⛰️ gno.land Issues or PRs gno.land package related label Oct 21, 2023
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (347f3c0) 47.56% compared to head (099ce29) 47.83%.

Additional details and impacted files
@@               Coverage Diff                @@
##           feat/genesis    #1278      +/-   ##
================================================
+ Coverage         47.56%   47.83%   +0.26%     
================================================
  Files               367      369       +2     
  Lines             62407    62739     +332     
================================================
+ Hits              29687    30012     +325     
- Misses            30295    30303       +8     
+ Partials           2425     2424       -1     

see 10 files with indirect coverage changes

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

@zivkovicmilos zivkovicmilos marked this pull request as ready for review October 24, 2023 13:16
@zivkovicmilos zivkovicmilos requested a review from a team as a code owner October 24, 2023 13:16
Copy link
Member

@gfanton gfanton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@zivkovicmilos zivkovicmilos merged commit 505ed60 into gnolang:feat/genesis Oct 25, 2023
176 checks passed
@zivkovicmilos zivkovicmilos deleted the feat/genesis-txs branch October 25, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related 🌱 feature New update to Gno
Projects
Status: Done
Archived in project
Development

Successfully merging this pull request may close these issues.

[META] [Genesis] genesis txs
3 participants