Skip to content

feat: op_return jets#367

Draft
stringhandler wants to merge 1 commit into
BlockstreamResearch:masterfrom
stringhandler:feat/op-return-jets
Draft

feat: op_return jets#367
stringhandler wants to merge 1 commit into
BlockstreamResearch:masterfrom
stringhandler:feat/op-return-jets

Conversation

@stringhandler
Copy link
Copy Markdown
Contributor

@stringhandler stringhandler commented Jun 3, 2026

Adds 7 new Elements jets for reading raw bytes from OP_RETURN (null-data) outputs:

  • output_null_get_bytes_1 - reads 1 byte (OP_PUSHBYTES_1)
  • output_null_get_bytes_2 - reads 2 bytes (OP_PUSHBYTES_2)
  • output_null_get_bytes_4 - reads 4 bytes (OP_PUSHBYTES_4)
  • output_null_get_bytes_8 reads 8 bytes (OP_PUSHBYTES_8)
  • output_null_get_bytes_16 - reads 16 bytes (OP_PUSHBYTES_16)
  • output_null_get_bytes_32 - reads 32 bytes (OP_PUSHBYTES_32)
  • output_null_get_bytes_64 - reads 64 bytes (OP_PUSHBYTES_64)

Requires BlockstreamResearch/simplicity#339

@stringhandler stringhandler force-pushed the feat/op-return-jets branch from 0741c4c to b0b42cd Compare June 4, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant