base reserve requirement for data fields is not sufficient for preventing the bloat #112
Labels
CAP
Represents an issue that requires a CAP.
help wanted
Open especially for those who want to write a CAP/SEP!
needs draft
This an issue that has no corresponding draft, and as such has not entered the CAP/SEP process.
In this package https://www.npmjs.com/package/stellar-sign
I'm storing data into the blockchain:
TX:
I unset the data field right away, so I don't need to keep base reserve for each field I'm saving.
I can find transaction in transaction history for the account, so I don't need to have those fields set forever.
I think it is too cheap to bloat the ledger at the moment,
let's say I use 50 operations to store data, and another 50 to release base reserve.
50 * 128 bytes = 6400 bytes per transaction costs me 0.001 XLM (I'm not including tx itself, just pure data)
adding 6mb to the chain costs me 1 XLM
adding 6GB costs me 1000 XLM ($400 at current rate)
I think fees need to be adjusted for manageData operation specifically.
The text was updated successfully, but these errors were encountered: