Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.08 KB

0008-increase-op-return-size-limit.md

File metadata and controls

37 lines (23 loc) · 1.08 KB

Increase OP_RETURN size limit

  • Status: implemented
  • Type: enhancement
  • Related components: protocol
  • Start Date: 16-05-2018
  • Discussion: #10
  • Supersedes: (fill me in with a link to RFC this supersedes - if applicable)
  • Superseded by: (fill me in with a link to RFC this is superseded by - if applicable)
  • Author: backpacker69

Summary

Increase OP_RETURN size limit to 256 bytes.

Conventions

  • The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

Motivation

We want to increase adoption of our blockchain, allowing more data to be stored on the blockchain without polluting utxo table is good opportunity.

Detailed design

A simple parameter change.

Drawbacks

Blockchain size may increase.

Alternatives

We could remove OP_RETURN size altogether as long as appropriate fee is paid.

Unresolved questions

What parts of the design are still to be done?