Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

add a noSorting option to the multi sig inputs#138

Closed
gmelika wants to merge 24 commits intobitpay:masterfrom
sfoxhq:noSorting
Closed

add a noSorting option to the multi sig inputs#138
gmelika wants to merge 24 commits intobitpay:masterfrom
sfoxhq:noSorting

Conversation

@gmelika
Copy link

@gmelika gmelika commented Apr 26, 2017

For better compatibility with existing systems that do not sort public keys by default.

braydonf and others added 23 commits April 5, 2017 16:40
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
@matiu
Copy link
Contributor

matiu commented Oct 26, 2017

Please send only the feature "For better compatibility with existing systems that do not sort public keys by default.
" so we can evaluate it isolated. Thanks!

Copy link
Contributor

@matiu matiu left a comment

Choose a reason for hiding this comment

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

Resend only the described feature.

@matiu matiu closed this Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants