Explore gas cost modifications for memo field #3012
Labels
investigation
item tracks efforts related to an investigation. does not always require a PR to close.
proposal
item is not yet actionable and is suggesting a change that must first be agreed upon
Context
CIAS is a project that applied inscriptions to Celestia. Instead of using blob data, they used the memo field.
For example, this tx has a memo field that base64 decodes to
Problem
The gas cost of bytes in the memo field may be mis-priced relative to blobs. Ideally Celestia should enable use cases like inscriptions but encourage them to use blobs rather than memos.
Proposal
We've discussed three concrete gas modifications to encourage users to use blobs instead of memos.
auth.MaxMemoCharacters
from 256 bytes => 16 or 32 bytesauth.TxSizeCostPerByte
from 10 to something higherWrite a short doc that explores these 3 options.
cc: @nashqueue @cmwaters
The text was updated successfully, but these errors were encountered: