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

[WIP] PSBT format #759

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

[WIP] PSBT format #759

wants to merge 9 commits into from

Commits on Jan 9, 2019

  1. BIP174: partially signed tranasction format

    Thomas Kerin committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    df89216 View commit details
    Browse the repository at this point in the history
  2. Reuse opcodes instances in ScriptFactory

    Thomas Kerin committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    32ef8ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d31b38 View commit details
    Browse the repository at this point in the history
  4. ScriptFactory:: use protected property so subclasses can override, an…

    …d expose getOpCodes
    Thomas Kerin committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    1c2681d View commit details
    Browse the repository at this point in the history
  5. PSBT\Creator, compute length before loop

    PSBT: fix phpdoc for function returning unknown key/values
    Thomas Kerin committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    c33baf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b40742 View commit details
    Browse the repository at this point in the history
  7. EcSerializer: use strict types for useCache

    Thomas Kerin committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    1e43c0c View commit details
    Browse the repository at this point in the history
  8. use new Script instead of ScriptFactory::fromBuffer..

    Thomas Kerin committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5fcb981 View commit details
    Browse the repository at this point in the history
  9. type check unknowns array contents in PSBTOutput

    Thomas Kerin committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5b5a890 View commit details
    Browse the repository at this point in the history