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

Address todo comments #367

Merged
merged 3 commits into from
May 12, 2022
Merged

Address todo comments #367

merged 3 commits into from
May 12, 2022

Conversation

alpe
Copy link
Contributor

@alpe alpe commented May 11, 2022

Resolves #355

Fixed or moved todo into new github issues

Note integration test todo is fixed in #361

@codecov-commenter
Copy link

Codecov Report

Merging #367 (1c4c22d) into main (832cb64) will not change coverage.
The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #367   +/-   ##
=======================================
  Coverage   57.66%   57.66%           
=======================================
  Files          73       73           
  Lines        5447     5447           
=======================================
  Hits         3141     3141           
  Misses       1994     1994           
  Partials      312      312           
Impacted Files Coverage Δ
x/poe/bootstrap.go 63.80% <ø> (ø)
x/poe/contract/tg4_stake.go 73.07% <ø> (ø)
x/poe/contract/tgrade_oc_proposals.go 60.60% <ø> (ø)
x/poe/contract/tgrade_valset.go 71.35% <ø> (ø)
x/poe/module.go 19.56% <ø> (ø)
x/twasm/abci.go 90.00% <0.00%> (ø)
app/export.go 72.00% <100.00%> (ø)
x/twasm/contract/incoming_msgs.go 85.10% <100.00%> (ø)

@alpe alpe requested a review from maurolacy May 11, 2022 11:11
Copy link
Contributor

@maurolacy maurolacy left a comment

Choose a reason for hiding this comment

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

Looks good. Put some comments, but it's your call.

@@ -128,7 +128,7 @@ replace (
// Use the cosmos-flavored keyring library
github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
// Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
Copy link
Contributor

Choose a reason for hiding this comment

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

Up to you, but I would leave the TODO label. It's good for quickly finding / flagging these things.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This todo is not actionable currently.

testing/fee_test.go Show resolved Hide resolved
x/twasm/abci.go Show resolved Hide resolved
@alpe alpe merged commit 5d9a46a into main May 12, 2022
@alpe alpe deleted the 355_todos branch May 12, 2022 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review TODOs / FIXMEs
3 participants