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

fix(gnoland/cli): store skipFailingGenesisTxs in cfg #1395

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

albttx
Copy link
Member

@albttx albttx commented Nov 28, 2023

When the flag --skip-failing-genesis-txs=true was set, we still have a panic because the flag wasn't send for the config

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.

@albttx albttx requested a review from a team as a code owner November 28, 2023 21:39
@albttx albttx self-assigned this Nov 28, 2023
@github-actions github-actions bot added the 📦 ⛰️ gno.land Issues or PRs gno.land package related label Nov 28, 2023
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (d421b96) 56.15% compared to head (9a3dd35) 55.90%.
Report is 1 commits behind head on master.

Files Patch % Lines
gno.land/pkg/gnoland/app.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1395      +/-   ##
==========================================
- Coverage   56.15%   55.90%   -0.25%     
==========================================
  Files         422      421       -1     
  Lines       65707    65445     -262     
==========================================
- Hits        36895    36590     -305     
- Misses      25938    25996      +58     
+ Partials     2874     2859      -15     

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

@thehowl thehowl merged commit 726349d into gnolang:master Nov 29, 2023
gfanton pushed a commit to moul/gno that referenced this pull request Jan 18, 2024
When the flag `--skip-failing-genesis-txs=true` was set, we still have a
panic because the flag wasn't send for the config

<details><summary>Contributors' checklist...</summary>

- [ ] 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](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
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
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants