Skip to content

[EV-1088] DIP 6 CommitmentTxPayload#71

Merged
Cofresi merged 36 commits intoevofrom
specialtx/qfcommit
Oct 31, 2018
Merged

[EV-1088] DIP 6 CommitmentTxPayload#71
Cofresi merged 36 commits intoevofrom
specialtx/qfcommit

Conversation

@pvrooyen
Copy link

@pvrooyen pvrooyen commented Oct 24, 2018

Issue being fixed or implemented

Added CommitmentTxPayload payload

What was done

  • Add a new class to handle CommitmentTxPayload payload type;
  • Integrated CommitmentTxPayload class to Transaction

What has been tested

  • CommitmentTxPayload parser;

What needs to be tested

After commitment tx available in core get valid hex test vector and enhance tests

Code Coverage

All new code covered

Note

Merge @KamuelaFranco ProUpReg first to get a better comparison on this pr

@pvrooyen pvrooyen changed the title Specialtx/qfcommit [EV-1088] DIP 6 CommitmentTxPayload Oct 24, 2018
@antouhou
Copy link

Aren't all the commits by Kamuela coming from the PR I reverted yesterday?

@antouhou
Copy link

@pvrooyen You can create a new branch from the current evo branch and then cherrypick all work you've done in that branch

@pvrooyen
Copy link
Author

@antouhou @KamuelaFranco - I just re-pulled from evo.
Looks ok now (only my changes in PR)

* @property {string} signers byte[] (bitSize + 7) / 8 Bitset representing the aggregated signers of this final commitment
* @property {number} validMembersSize compactSize uint 1-9 Bit size of the validMembers bitvector
* @property {string} validMembers byte[] (bitSize + 7) / 8 Bitset of valid members in this commitment
* @property {string} quorumPublicKey BLSPubKey 64 The quorum public key
Copy link

@Cofresi Cofresi Oct 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated thanks.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK!

@Cofresi Cofresi merged commit 03b6e25 into evo Oct 31, 2018
@Cofresi Cofresi deleted the specialtx/qfcommit branch October 31, 2018 15:00
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.

4 participants