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!: rename payment module -> blob #972

Merged
merged 2 commits into from
Nov 10, 2022
Merged

chore!: rename payment module -> blob #972

merged 2 commits into from
Nov 10, 2022

Conversation

evan-forbes
Copy link
Member

speak now or forever hold your peace.

NOTE: this PR does not rename MsgPayForData or MsgWirePayForData, as this was already too big of a diff.

closes #961

@evan-forbes evan-forbes added C: Celestia app chore optional label for items that follow the `chore` conventional commit consensus breaking modifies block validity rules in a way that will break consensus unless all nodes update their rules labels Nov 8, 2022
@evan-forbes evan-forbes added this to the Q4 2022 milestone Nov 8, 2022
@evan-forbes evan-forbes self-assigned this Nov 8, 2022
Copy link
Member

@rach-id rach-id left a comment

Choose a reason for hiding this comment

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

:shipit:

@rahulghangas
Copy link
Contributor

Blob in a generic context as a replacement for payment sounds a little confusing to me, but if there's general consensus for renaming it to blob :shipit:

@@ -58,7 +58,7 @@ func (k Keeper) DeserializeValidatorIterator(vals []byte) stakingtypes.ValAddres
return validators
}

// StakingKeeper restricts the functionality of the bank keeper used in the payment keeper
// StakingKeeper restricts the functionality of the bank keeper used in the qgb keeper
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@rootulp
Copy link
Collaborator

rootulp commented Nov 8, 2022

blobkeeper 😆

@rach-id
Copy link
Member

rach-id commented Nov 9, 2022

@evan-forbes The test TestMaxBlockSize has started to fail quite a lot lately. Should we investigate?

@codecov-commenter
Copy link

Codecov Report

Merging #972 (1f63e16) into main (29e0a27) will increase coverage by 3.61%.
The diff coverage is 46.15%.

@@            Coverage Diff             @@
##             main     #972      +/-   ##
==========================================
+ Coverage   26.13%   29.74%   +3.61%     
==========================================
  Files          77       72       -5     
  Lines        9353     8199    -1154     
==========================================
- Hits         2444     2439       -5     
+ Misses       6680     5531    -1149     
  Partials      229      229              
Impacted Files Coverage Δ
app/app.go 6.49% <0.00%> (ø)
app/malleate_txs.go 71.87% <ø> (ø)
app/parse_txs.go 64.00% <ø> (ø)
app/process_proposal.go 0.00% <ø> (ø)
app/test_util.go 73.77% <ø> (ø)
x/blob/keeper/msg_server.go 0.00% <ø> (ø)
x/blob/types/events.go 0.00% <ø> (ø)
x/blob/types/genesis.go 100.00% <ø> (ø)
x/blob/types/keys.go 0.00% <ø> (ø)
x/blob/types/payfordata.go 69.60% <ø> (ø)
... and 21 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@evan-forbes
Copy link
Member Author

yeah I've started, #988

it might be anecdotal, but it seems to fail a lot more often when we are running the CI in different PRs at once. It also started to when we decreased the block time.

@evan-forbes evan-forbes merged commit 3473000 into main Nov 10, 2022
@evan-forbes evan-forbes deleted the evan/BLOB branch November 10, 2022 01:04
rach-id pushed a commit to rach-id/celestia-app that referenced this pull request Nov 16, 2022
speak now or forever hold your peace. 

NOTE: this PR does not rename MsgPayForData or MsgWirePayForData, as
this was already too big of a diff.

closes celestiaorg#961
rach-id pushed a commit to rach-id/celestia-app that referenced this pull request Nov 16, 2022
speak now or forever hold your peace. 

NOTE: this PR does not rename MsgPayForData or MsgWirePayForData, as
this was already too big of a diff.

closes celestiaorg#961
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore optional label for items that follow the `chore` conventional commit consensus breaking modifies block validity rules in a way that will break consensus unless all nodes update their rules
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Consider renaming x/payment
5 participants