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: uint32 for message size #1182

Merged

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Jan 5, 2023

Part of #1153

Should only be merged if #1181 is merged

@rootulp rootulp self-assigned this Jan 5, 2023
@@ -669,7 +669,7 @@ Transfers `amount` coins to `to`.
| `fee` | [TransactionFee](#transactionfee) | |
| `nonce` | [Nonce](#type-aliases) | |
| `messageNamespaceID` | [`NamespaceID`](#type-aliases) | Namespace ID of message this transaction pays a fee for. |
| `messageSize` | `uint64` | Size of message this transaction pays a fee for, in `byte`s. |
| `messageSize` | `uint32` | Size of message this transaction pays a fee for, in `byte`s. |
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we plan on calling these blobs eventually?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep. See #995

@rootulp
Copy link
Collaborator Author

rootulp commented Jan 6, 2023

Merging b/c #1181 merged

@rootulp rootulp merged commit b610a0b into celestiaorg:specs-staging Jan 6, 2023
@rootulp rootulp deleted the rp/specs-uint32-blob-size branch January 6, 2023 14:24
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.

None yet

3 participants