Skip to content

BIP 68,112,113 (OP_CHECKSEQUENCEVERIFY)#155

Open
jc23424 wants to merge 4 commits intoBTCPrivate:masterfrom
jc23424:op-checksequenceverify
Open

BIP 68,112,113 (OP_CHECKSEQUENCEVERIFY)#155
jc23424 wants to merge 4 commits intoBTCPrivate:masterfrom
jc23424:op-checksequenceverify

Conversation

@jc23424
Copy link
Copy Markdown
Contributor

@jc23424 jc23424 commented Mar 15, 2018

No description provided.

@jc23424 jc23424 force-pushed the op-checksequenceverify branch from 46a95ca to a804c31 Compare March 23, 2018 23:34
@jc23424 jc23424 changed the title [WIP] BIP 68,112,113 (OP_CHECKSEQUENCEVERIFY) BIP 68,112,113 (OP_CHECKSEQUENCEVERIFY) Mar 25, 2018
// tx.nVersion is signed integer so requires cast to unsigned otherwise
// we would be doing a signed comparison and half the range of nVersion
// wouldn't support BIP 68.
bool fEnforceBIP68 = static_cast<uint32_t>(tx.nVersion) >= 2
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@samer
Copy link
Copy Markdown

samer commented Apr 23, 2018

Any updates on this?

@jc23424
Copy link
Copy Markdown
Contributor Author

jc23424 commented Jun 8, 2018

So actually, rather than pulling features here, we've shifted most new development efforts to the rebase, which will have CSV and lots of other nice stuff https://github.com/BTCPrivate/BTCP-Rebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants