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

chore: tidy misc/loop mod #3065

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Conversation

zivkovicmilos
Copy link
Member

@zivkovicmilos zivkovicmilos commented Nov 4, 2024

Description

This PR tidies the misc/loop go.mod. I'm not sure how the CI didn't catch this, or why it's green 🤷‍♂️

It also fixes the failing CI, but downgrading gnomigrate to 1.22 - fun :)

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

@zivkovicmilos zivkovicmilos added the 📦 ⛰️ gno.land Issues or PRs gno.land package related label Nov 4, 2024
@zivkovicmilos zivkovicmilos self-assigned this Nov 4, 2024
Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.33%. Comparing base (e3995b9) to head (1dbad36).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3065      +/-   ##
==========================================
- Coverage   63.33%   63.33%   -0.01%     
==========================================
  Files         548      548              
  Lines       78599    78601       +2     
==========================================
- Hits        49784    49783       -1     
- Misses      25461    25462       +1     
- Partials     3354     3356       +2     
Flag Coverage Δ
contribs/gnodev 61.11% <ø> (ø)
contribs/gnofaucet 14.82% <ø> (ø)
gno.land 67.37% <100.00%> (+0.01%) ⬆️
gnovm 67.88% <ø> (ø)
misc/genstd 79.72% <ø> (ø)
tm2 62.40% <ø> (-0.03%) ⬇️

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.

@zivkovicmilos zivkovicmilos enabled auto-merge (squash) November 4, 2024 21:47
@moul
Copy link
Member

moul commented Nov 4, 2024

before merging this PR, let's fix the CI so that it detects the issue.

ideally, fix the CI in this PR :)

@zivkovicmilos
Copy link
Member Author

@moul

The issue was we were setting VERIFY_GO_SUMS instead of VERIFY_MOD_SUMS 🤦‍♂️
Fixed:

1dbad36

@zivkovicmilos zivkovicmilos merged commit 95df7b0 into master Nov 5, 2024
133 checks passed
@zivkovicmilos zivkovicmilos deleted the dev/zivkovicmilos/loop-tidy branch November 5, 2024 06:19
@@ -53,6 +53,8 @@ func ReadGenesisTxs(ctx context.Context, path string) ([]TxWithMetadata, error)
scanner = bufio.NewScanner(file)
)

scanner.Buffer(make([]byte, 1_000_000), 2_000_000)
Copy link
Member Author

Choose a reason for hiding this comment

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

For context on this -- the default scanner limit is ~65k chars, which proved to be too little for even our portal loop transactions, so I bumped the value to ~1M chars

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
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants