-
Notifications
You must be signed in to change notification settings - Fork 329
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
refactor: extract variables for common utia and tia amounts #2610
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2610 +/- ##
=======================================
Coverage 20.63% 20.63%
=======================================
Files 133 133
Lines 15346 15346
=======================================
Hits 3166 3166
Misses 11877 11877
Partials 303 303 |
Hey, @rootulp @evan-forbes even had a doubt, can we name 1e9(and 1e12) as onePtia/oneNtia or something?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we just need to get the ci passing via running gofmt -s -w .
golangci-lint is failing: https://github.com/celestiaorg/celestia-app/actions/runs/6410438714/job/17403743307?pr=2610#step:5:37503 also test is failing. It looks like an import cycle: https://github.com/celestiaorg/celestia-app/actions/runs/6410438714/job/17403744403?pr=2610#step:4:10 |
0e34ff3
to
40385b9
Compare
Closes #2083