peercoin / peercoin/coinlib

Add OpReturnData Program sub-class

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dart
Stars
7
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Extend Program to a OpReturnData subclass. This subclass will encapsulate NULL_DATA scripts up-to the standard size (by default). It will provide the push data as a List<Uint8List> for all push data operations.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the Program class and any existing script subclasses, then inspect how NULL_DATA scripts and push-data operations are represented. Implement the OpReturnData subclass with the stated default standard-size limit and List push-data output; done means valid NULL_DATA scripts are encapsulated and all push operations are exposed in that form.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart
Domain
blockchain
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.