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

Merged and rebased latest changes from bitcore-lib #5

Open
wants to merge 38 commits into
base: v0.15
Choose a base branch
from
Open

Merged and rebased latest changes from bitcore-lib #5

wants to merge 38 commits into from

Conversation

DaniGuardiola
Copy link

No other changes were introduced.

braydonf and others added 30 commits February 19, 2017 13:29
Using this code in the test to get test data:
```
string TxHexStr(CTransaction tx)
{
    CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION);
    ssTx << tx;
    std::string ssTxStr = ssTx.str();
    return HexStr(ssTxStr);
}

std::cout << "scriptPubkey1: " + HexStr(scriptPubkey1) + "\n";
std::cout << "output1: " + TxHexStr(output1) + "\n";
```

From commit bitcoin core 0.13.0 commit: a402396dce64c42ea73535b7dde4a9164d430438
In the file: src/test/transaction_tests.cpp#L493
From commit bitcoin core 0.13.0 commit: a402396dce64c42ea73535b7dde4a9164d430438
In the file: src/test/transaction_tests.cpp

- pay-to-compressed publickey (v0)
- p2sh witness pay-to-compressed pubkey (v0)
- witness 2-of-2 multisig
- p2sh witness 2-of-2 multisig
@DaniGuardiola DaniGuardiola changed the base branch from master to v0.15 April 11, 2018 12:12
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.

5 participants