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(gnodev): allow gnodev to load txs #2281

Merged
merged 5 commits into from
Jun 6, 2024
Merged

Conversation

deelawn
Copy link
Contributor

@deelawn deelawn commented Jun 4, 2024

This is useful for testing an app; it allows gnodev to be started each time with a particular state -- the result of the provided transactions.

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.

@github-actions github-actions bot added 📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related labels Jun 4, 2024
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

Attention: Patch coverage is 4.65116% with 41 lines in your changes missing coverage. Please review.

Project coverage is 54.59%. Comparing base (7bced19) to head (24dd185).

Files Patch % Lines
tm2/pkg/std/tx.go 0.00% 21 Missing ⚠️
contribs/gnodev/cmd/gnodev/txs.go 0.00% 8 Missing ⚠️
contribs/gnodev/cmd/gnodev/main.go 0.00% 6 Missing ⚠️
contribs/gnodev/cmd/gnodev/setup_node.go 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2281      +/-   ##
==========================================
- Coverage   54.63%   54.59%   -0.04%     
==========================================
  Files         578      579       +1     
  Lines       77877    77896      +19     
==========================================
- Hits        42547    42531      -16     
- Misses      32159    32195      +36     
+ Partials     3171     3170       -1     
Flag Coverage Δ
contribs/gnodev 23.96% <4.76%> (-0.29%) ⬇️
contribs/gnofaucet 15.31% <ø> (+0.85%) ⬆️
contribs/gnokeykc 0.00% <ø> (ø)
contribs/gnomd 0.00% <ø> (ø)
gno.land 61.62% <100.00%> (-0.03%) ⬇️
tm2 54.46% <0.00%> (-0.04%) ⬇️

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

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

contribs/gnodev/cmd/gnodev/main.go Outdated Show resolved Hide resolved
contribs/gnodev/cmd/gnodev/main.go Outdated Show resolved Hide resolved
tm2/pkg/std/tx.go Outdated Show resolved Hide resolved
contribs/gnodev/cmd/gnodev/txs.go Outdated Show resolved Hide resolved
deelawn and others added 3 commits June 6, 2024 06:08
Co-authored-by: Guilhem Fanton <8671905+gfanton@users.noreply.github.com>
@deelawn deelawn marked this pull request as ready for review June 6, 2024 05:21
@deelawn deelawn requested review from zivkovicmilos, a team, moul, jaekwon and piux2 as code owners June 6, 2024 05:21
@deelawn deelawn changed the title feat(gnodev): WIP allow gnodev to load txs feat(gnodev): allow gnodev to load txs Jun 6, 2024
@deelawn deelawn merged commit 4dafb8a into master Jun 6, 2024
52 of 55 checks passed
@deelawn deelawn deleted the feat/gnodev-load-txs branch June 6, 2024 16:35
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
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants