Braydon Fuller
|
54eba5903f
|
Merge pull request #761 from maraoz/flat/badges
Flat badges for README
|
10 years ago |
Manuel Araoz
|
c275a9f448
|
remove link
|
10 years ago |
Manuel Araoz
|
7385fd2d61
|
flat style badges
|
10 years ago |
Esteban Ordano
|
bacdff5c27
|
Merge pull request #734 from maraoz/add/interpreter4
Add ScriptInterpreter for script evaluation
|
10 years ago |
Esteban Ordano
|
1b19255fd1
|
Fix #756: Preconditions Invalid Argument
|
10 years ago |
Manuel Araoz
|
35d664b588
|
added sig_canonical tests
|
10 years ago |
Esteban Ordano
|
0df165f1c7
|
Unskip tests
|
10 years ago |
Manuel Araoz
|
17459dd7c2
|
added sig_canonical tests
|
10 years ago |
Manuel Araoz
|
9e3d13a8ff
|
add sig_*canonical.json bitcoind fixtures
|
10 years ago |
Manuel Araoz
|
3eba0bc546
|
address review comments
|
10 years ago |
Manuel Araoz
|
7683d2c2ed
|
fix post-rebase confilcts
|
10 years ago |
Manuel Araoz
|
4fcc048311
|
script interpreting working
|
10 years ago |
Manuel Araoz
|
49192a1ed7
|
style change to BufferUtil
|
10 years ago |
Manuel Araoz
|
9b81f7179a
|
remove console.logs
|
10 years ago |
Manuel Araoz
|
50dd4e8e66
|
fix all script validation tests, yay!
|
10 years ago |
Manuel Araoz
|
7f0a2dc050
|
add Script#checkMinimalPush tests
|
10 years ago |
Manuel Araoz
|
4b68c3725d
|
generalize script tests
|
10 years ago |
Manuel Araoz
|
ddd11e908c
|
all script_valid tests passing!
|
10 years ago |
Manuel Araoz
|
0ddec23c02
|
fix some more tests
|
10 years ago |
Manuel Araoz
|
a761ac91c2
|
some more passing tests
|
10 years ago |
Manuel Araoz
|
73874ae873
|
import Sighash
|
10 years ago |
Manuel Araoz
|
9aa6152f25
|
trying to fix OP_CHECKSIG script evaluation
|
10 years ago |
Manuel Araoz
|
6a0512e1bf
|
pass some more tests
|
10 years ago |
Manuel Araoz
|
401b5b1b4a
|
Pubkey -> PublicKey
|
10 years ago |
Manuel Araoz
|
cf48899a3a
|
make creation methods class methods
|
10 years ago |
Manuel Araoz
|
c888c3baa7
|
adding some signature methods for script interpreting
|
10 years ago |
Manuel Araoz
|
3de71f8558
|
refactors and fixes for script interpreter
|
10 years ago |
Manuel Araoz
|
639ef5e45f
|
add script_interpreter
|
10 years ago |
Manuel Araoz
|
c64a38a54a
|
trying to fix ScriptInterpreter
|
10 years ago |
Manuel Aráoz
|
7064a07f99
|
Merge pull request #744 from braydonf/feature/transport-peer-pool
Transport: Added a peer pool to maintain a set of connected peers. Closes #724
|
10 years ago |
Braydon Fuller
|
709cda2618
|
Transport/Pool: Mark internal functions
|
10 years ago |
Braydon Fuller
|
b403cc3770
|
Transport/Pool: Added tests to check that new addrs are added
|
10 years ago |
Manuel Aráoz
|
e52be70ed0
|
Merge pull request #752 from eordano/review/doc
Update docs and minor changes to codebase
|
10 years ago |
Esteban Ordano
|
9d0b5e04fe
|
Update Signature, URI, Unit
|
10 years ago |
Esteban Ordano
|
32f8360fd5
|
Update Networks, PrivateKey and Script
|
10 years ago |
Esteban Ordano
|
63f1d307fa
|
Reviewing docs
|
10 years ago |
Braydon Fuller
|
e04cb76854
|
Transport/Pool: Use sinon for tests.
|
10 years ago |
Braydon Fuller
|
1a1d63321a
|
Transport: Added a peer pool to maintain a set of connected peers
|
10 years ago |
Braydon Fuller
|
6f37520a58
|
Merge pull request #750 from eordano/test/publicWIF
Add `network` property to PublicKey
|
10 years ago |
Braydon Fuller
|
c7edfdd2b1
|
Merge pull request #751 from eordano/fix/bufferReadNoLength
Remove calls to read() with no arguments
|
10 years ago |
Esteban Ordano
|
5bed12ebe3
|
Remove calls to read() with no arguments
|
10 years ago |
Esteban Ordano
|
48ce24dfbe
|
Fix tests to allow network on public keys
|
10 years ago |
Esteban Ordano
|
fcc3a1c961
|
Add tests for importing from WIF
|
10 years ago |
Esteban Ordano
|
d1a590dc89
|
Merge pull request #719 from yemel/refactor/remove-compressed
Remove compressed argument from PrivateKey and PublicKey constructors
|
10 years ago |
Manuel Aráoz
|
528201160a
|
Merge pull request #722 from eordano/feature/multisig
P2SH Multisig transaction creation
|
10 years ago |
Esteban Ordano
|
de4d2884c7
|
Modify Transaction to use Multisig
* Allow `Script#add` to add a Script causing concatenation of opcodes
* Add `Script#equals` to compare scripts
* Add `Script#fromAddress`
* Drop `_payTo` methods
* Add `Script.buildP2SHMultisigIn`
Greatly simplifying the internal transaction object
|
10 years ago |
Esteban Ordano
|
1535805f1c
|
Add PublicKeyHashInput class
|
10 years ago |
Esteban Ordano
|
af43228daf
|
Add `PublicKeyHashInput` and `ScriptHashInput`.
Remove `_outpoints`, `_utxos` from Transaction, as that info
can be efficiently retrieved from the inputs
|
10 years ago |
Manuel Aráoz
|
264a239e5a
|
Merge pull request #737 from braydonf/bug/to-object
Transaction: `toJSON` / `fromJSON` tests
|
10 years ago |
Manuel Aráoz
|
fb4f5b7e32
|
Merge pull request #747 from braydonf/tests/tx-bitcoind
Add tx_valid and tx_invalid bitcoind tests
|
10 years ago |