kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling of Payload and/or OP_RETURN

coderofstuff opened this issue · comments

Payload and/or OP_RETURN would allow for storage of data in the blockdag in some form. While Kaspa currently supports these, they're considered non-standard transactions and would be rejected by nodes.

This task is to revisit the discussion around it.

I was proposed a "data" per output(not UTXO) that would be prunable, would be way more scalable

(lets just enable OP_RETURN hopefully)