Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP 68,112,113 (OP_CHECKSEQUENCEVERIFY) #155

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jc23424
Copy link
Contributor

@jc23424 jc23424 commented Mar 15, 2018

No description provided.

@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
Collaborator

Choose a reason for hiding this comment

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

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

@samer
Copy link

samer commented Apr 23, 2018

Any updates on this?

@jc23424
Copy link
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