Post
Topic
Board Development & Technical Discussion
Merits 2 from 2 users
Re: Removing OP_return limits seems like a huge mistake
by
tromp
on 13/05/2025, 06:35:26 UTC
⭐ Merited by vapourminer (1) ,JayJuanGee (1)
I wonder if even on chains like Grin it was possible to store (much) more data than in this experiment
That experiment effectively stored a NEGATIVE amount of data in Mimblewimble transactions. In order to locate each 2.5 bytes of data, the program for extracting it needs to know the ID of every kernel in which data was stored, and their correct order. The data extracting program [1] uses 70 bytes of source code to locate each 2.5 bytes of data.

This shows the huge challenge of storing data on a Mimblewimble chain that destroys all ordering information of all outputs and kernels in a block.

[1] https://github.com/NicolasFlamel1/MimbleWimble-Coin-Arbitrary-Data-Storage/blob/master/main.py