Git Product home page Git Product logo

bitcoinjs-lib's People

Contributors

abrkn avatar booo avatar caedesvvv avatar defunctzombie avatar justmoon avatar phedny avatar vbuterin avatar ycuv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bitcoinjs-lib's Issues

Explicit ordering for m-of-n signatures

The signatures for an m-of-n transaction should be in the same order as the pubkeys. This seems to not be documented anywhere, but its expected to be that way (from #bitcoin-dev):

How does the matching between pubkeys and signatures work with m-of-n transactions? I'm looking here https://github.com/bitcoin/bitcoin/blob/master/src/script.cpp#L915-L935 and trying to debug it, and it seems like it never attempts one of the sigs against its matching pubkey
does it rely on some specific signature ordering or something?
shesek: yes, the signatures have to be in the same order as the public keys

I am still using my own handling for multisig signatures (it was written when I was still using the original bitcoinjs-lib, which doesn't support that), so I'm fixing it there right now, but I'll send a pull request to fix that once I move to using Script.createMultiSigInputScript (on my TODO list, along with a bunch of other stuff that I implemented in app-land that are now part of your fork).

Update README

This has to be the freshest bitcoinjs codebase on the net.
Its great to see how ative it is from the issues tracker.

Can we update the README and demos to convey stable features in this codebase?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.