Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/block-core/blockcore-js

A javascript Bitcoin library for node.js and browsers.
https://github.com/block-core/blockcore-js

Merge pull request #170 from dcousens/bufferx

BufferExt and Transaction serialization to use Buffers

5deab5188f0ef1a74aeb1300e6359e0fa79114c2 authored over 10 years ago
Transaction.deserialize no longer mutates input

baa568697be90f7b8c99bc09e45fce407b8f4a05 authored over 10 years ago
Renames variables to be more verbose

02013beda9d4fc1ecf38e77cd2970a98c9e706f1 authored over 10 years ago
Adds performance notes

87048d3b4eae4c9d83e1a6a2db083d8b130f8486 authored over 10 years ago
Removes redundant convert functions

4716eb29bfb83888a9a25a7c1f337bc0765f99d4 authored over 10 years ago
Corrects endianness comments

b860daf70be240789ebf0299bda8052039b70f40 authored over 10 years ago
Changes internal serialization to use Buffers instead

a8cf2fdd9e3a0f12f2de604f9c10404124b8f0fb authored over 10 years ago
Adds Buffer extensions

c8bda6dde68a31202a00b357f0074aa33a085db6 authored over 10 years ago
add integration test script

69f88a740448bacd4c0efd5b531c71494e6e553c authored over 10 years ago
fixes integration test dependency paths

33b73517feb1410ffd37d6ca5893c9afab8e9fd5 authored over 10 years ago
Serialize now returns a buffer

10ee5532c36d15ea854a248ad7740474720980ed authored over 10 years ago
Changes fakeTxHash to actual hex

d17f85f5a69b57fab27e4055df3780cabfcf3793 authored over 10 years ago
Changes sequence number to an actual Number

09c6a787d9d89416a1e6483814054918b214d3fd authored over 10 years ago
update integration test descriptions

752aeae0d32e728ca54abd2da36cc6bda6bb05ac authored over 10 years ago
Restructure integration and coretests

Also update test script to pick up only tests directly under /test

2affeda3f49ba54eac0d853a4b95c63b8ecd728e authored over 10 years ago
Fixes incorrect PubKey hex constant

633b8f28d2abedd52b75243ea70ba27dc0936cdb authored over 10 years ago
Merge pull request #162 from sidazhang/master

Adding integration tests

ba273db70f3bdb170c1a52a43c05379aaa26cab0 authored over 10 years ago
Stretches test for derive m/0 from xpub

02691098dee1d279d2db559064f2693d396b95e3 authored over 10 years ago
Merge pull request #168 from dcousens/167fix

Fixes #167

a830e2cdedf9dfffa3a91de131399a84ddac132f authored over 10 years ago
Fixes #167 and adds temporary test

ff08c2eec35a597b3704eb6033edff458391d4ba authored over 10 years ago
Removes unnecessary new Buffer

e6a9186af3029fef2c8454c6ae94a8c7bcd49eba authored over 10 years ago
Variables names made consistent with constructor

e2e190c766c011a1d6a83a13a4b50e03461bf47d authored over 10 years ago
Merge pull request #165 from bitcoinjs/bigi-monkey-patching-no-more

Upgrade bigi & remove monkey patching

bb80eda2181781f8d04032ed9faa793a44cf8d2d authored over 10 years ago
Merge pull request #166 from bitcoinjs/remove-isfinite-check

Remove Number.isFinite check on tx input index

763e7376e9ed5d8da6d75e09fe09fecb889cca80 authored over 10 years ago
Remove Number.isFinite check on tx input index

1e6b283f9ac471e86f34c739a2ec06dcc2575d4c authored over 10 years ago
upgrade bigi & remove monkey patching

af1f121fd4066ecf6eb60fee81b78165c600fa43 authored over 10 years ago
Merge pull request #163 from dcousens/wordass

Enforces convert.wordsToBytes to only allow for byte input

39516d5532498ed03ad358b1b219669d3c6177f3 authored almost 11 years ago
Merge pull request #164 from coinpunk/altcoinnetwork

Fix address prefixes, add dogecoin/litecoin BIP32 versions

8b47d944b98de74635d5408b523eb6300dc04201 authored almost 11 years ago
Fix address prefixes, add dogecoin/litecoin BIP32 versions

5fd9fe62dcd6e442344d202bc7d9c4fa0fea0a18 authored almost 11 years ago
Fixes exception typo

77747241d402224903a5e357a07b04f9e63c9f2e authored almost 11 years ago
Enforces bytesToWordArray only operates on byte arrays

b09dd73cbe114ab66d2813ec617f41c0e094dfd7 authored almost 11 years ago
integration tests for scripthash transcations

fe4332bfbdc84e00968085da2a650910df6f02db authored almost 11 years ago
Merge pull request #160 from bitcoinjs/signScriptSig-test

Fixes signScriptSig test

953223c818e46bffb2ae518be86d294f41b30efe authored almost 11 years ago
Fixes signScriptSig test

70219c877be0e906bf21212ee3d13f18600bee12 authored almost 11 years ago
Merge pull request #154 from dcousens/convrem

Remove dead code from Convert module

45c1c8350e9c9aa0a4d59db00ebb859ab2091f1c authored almost 11 years ago
Merge pull request #152 from dcousens/p2shsign

Preliminary test for P2shsign

6833acaf3a91301c9a6372fbc428c459925e1d3a authored almost 11 years ago
custom changeAddress has full integration test

8f698d19f75e205ebb4045cc1be937b5dffd7f35 authored almost 11 years ago
added tests for createTx testnet and createTx custom changeAddress

dfbfdafc94962236428a46d486f081f63a1f59a5 authored almost 11 years ago
custom changeAddress for wallet.createTx()

590bb8e1c3487ce57643a268655f0f57d915ab1f authored almost 11 years ago
Merge pull request #151 from dcousens/rfc6979testvectors

RFC6979 Test Vectors

355bc7e227abe345b20d32b343d8ef2255e8fa49 authored almost 11 years ago
fixed issues with testnet and createTx

a9bc42019a352bf10c3711fe41c01cd54d3d16bb authored almost 11 years ago
Removes unused functions from convert

e40377a4713dca4b941e98e297c2a7c9c96a3033 authored almost 11 years ago
Renames createInputScript to createPubKeyHashScriptSig

69c0497038478fe7bf9bc68d05a5d0c439b25bd5 authored almost 11 years ago
Adds assertions for types in signScriptSig

a4e68d142d7b48fb38ca09d653c11421da57e9a7 authored almost 11 years ago
Renames p2shsign to signScriptSig

8ad8f6f169977da457c6459974bcc3c39ca3b750 authored almost 11 years ago
Removes convert module

1c52f9f3d839e5806267da36ff051bc70b8f11af authored almost 11 years ago
Adds tests for TX.prototype.p2shsign

fbf8211cab10def1a9ec3aa4ca57b777aec004fa authored almost 11 years ago
Removes type coercion for a stricter TX API

5546cae92863d4b6bda26b0736852f484832a6db authored almost 11 years ago
Removes applyMultisigs and adds setScriptSig

9af8d95daf2438b3674cb555344da5deb3e9dfb6 authored almost 11 years ago
Adds assertion messages

89cf731ac7309b4f98994e3b4b67b7226020181f authored almost 11 years ago
Adds RFC6979 test vectors and fixes ecdsa.sign/detGenK

c3e9d568c58c743a9fbaebe0a56c05f4e6280194 authored almost 11 years ago
Merge pull request #157 from ethers/master

assertion message

960d9310102757a0be6735e06c760fb00ff69adc authored almost 11 years ago
assertion message

1c8f135d9c1a130ba0cfcfbee94098ea839934fe authored almost 11 years ago
make sure createInputScript convert pubKey to buffer before writing out bytes

[fixes #156]

102f2bd0c99ce09f2859f377f3943d662f364516 authored almost 11 years ago
Merge pull request #150 from dcousens/bigitests

Adds BI.toPaddedBuffer and toBuffer

373b05de2c8db7c0511113693b7a3369da679db7 authored almost 11 years ago
Removes toPaddedBuffer and extends toBuffer

df6ea8aea2b2b1bbea036f44aa42de9dd7773680 authored almost 11 years ago
Adds BI.toPaddedBuffer and toBuffer

d8883e8d32fdc51e9e99221d06a55d4106bafb00 authored almost 11 years ago
Fixes typo and adds more direct answer

596b31b1e1e72ea1b57dc1ae2469b19b77740e15 authored almost 11 years ago
Updates README.md

Adds a larger warning to the stability of the master branch; and updates the library description...

96fb95dff6bbe524d51a6c18f10eaea3f24a4a08 authored almost 11 years ago
Enforces Array input for deterministicGenerateK

bc37e650148db2e5d947c84e51167cbd8f37b8a6 authored almost 11 years ago
Merge pull request #146 from dcousens/magictests

MagicHash Tests

1b66976d928601a0f5a38e76eedee731d444f1e0 authored almost 11 years ago
Merge pull request #143 from dcousens/multisigfix

Multi-sig ScriptSig Support

21aa517cd2331273252cc5a7ace05d8ef728f1ef authored almost 11 years ago
Merge pull request #117 from dcousens/rmjsbn

Removal of JSBN

4689abb513e65067c30d21c88b8a0530ab51f2c4 authored almost 11 years ago
Merge pull request #145 from dcousens/b58coretests

Base58 Bitcoin core test compatibility

eb6225bfb4fda7c1b6a3b051c673ef27d1d3e2c6 authored almost 11 years ago
Merge pull request #144 from dcousens/b58clean

Base58 test cleanup and extracted vectors

1349ab2b9257383c889bea86837629f261faeba4 authored almost 11 years ago
Replacse JSBN with bigi

ae60e6eb953674526a989a99c84a93a024d192c8 authored almost 11 years ago
Removes unused imports and unused parameter

b95b5d5a0456f48f9991164b08fc2c2d54edc94d authored almost 11 years ago
Isolates test/ec.js ECPointFp.decodeFrom tests

873dc95321821ec8bed0fb1d22557365e249a476 authored almost 11 years ago
Removes ecdsa.getBigRandom

96ebb65099adbfdf94d957d154e67daa231fafc1 authored almost 11 years ago
Adds working implementation of Script.createP2SHMultisigScriptSig

f5ce83beca59a8561a9634d6460fb42fc911d62b authored almost 11 years ago
Updates test fixtures to use bitcoin core test data

c1788043566711b9d47ebe3c80bfb720a30b38f5 authored almost 11 years ago
Adds script to create Bitcoin-core compatible test fixtures

540b70ccca114fd9953b5b6656ee3cea9d0b4242 authored almost 11 years ago
Merges Buffer refactorings from base58-native by Stephen Pair

fb6c76a976ca296617dec82df292cbe80b9f14d0 authored almost 11 years ago
Now shares base58 data with Address base58 tests

231ccdd721b6d233e104af50568816fa93e55cf3 authored almost 11 years ago
Adds shared base58 test vectors

1bcc7cfd95133b0b49408cec3493241feacb44cc authored almost 11 years ago
Address now properly checks malformed base58

12a5b75cbe208199d594b2c43890254f440c59b8 authored almost 11 years ago
Adds magicHash test fixtures

dd049fc76454a77f2a7b5d1f6c53ba9ad78fb5dd authored almost 11 years ago
magicHash now uses Buffers internally

1b46a10d2a9b6363dcf6284ae34cd594c995089c authored almost 11 years ago
Moves network import to top

69823552c3b29f8256a194ca9720e259ccc5acab authored almost 11 years ago
Removes convert module usage

5515fa6c492082d79769c61d5b6ce501fb11a19a authored almost 11 years ago
Removes unused imports

7f8dcd58cbf93be7aa5b2dae1f154931c5d1c7c8 authored almost 11 years ago
Removes convert usage

6edd97d4fdbf8743e29d06b953bee67015257b55 authored almost 11 years ago
Merge pull request #140 from dcousens/addrstrict

Migrates Address to stricter API

c08f6a3f002b7e70fa88aa30d1d0cfeff43b078d authored almost 11 years ago
Uses typeof address === 'string' instead

c44af2109e2f23bf3cfdacdce61515e7f3fe239b authored almost 11 years ago
Removes resolved TODO

64dc11486c28a64da2bbb88ebce6bcb0611b9b29 authored almost 11 years ago
Fixes Transaction.addOutput() param handling to match documentation

Now (horrendously) supports other networks

92f1c3e3190563cd56c2cdf8d04d0b5dfdb95162 authored almost 11 years ago
Assert uses strictEqual instead of direct comparison

f3a55f63dc5ad39b141d5f49ef6d77eadc3d5deb authored almost 11 years ago
Removes Address.fromPubKey and improves test vectors

1d1306b0549ddd5031799da0b1affe7f703112ce authored almost 11 years ago
Migrates Address to stricter API subset

682ec133bb4232ca5c17bc9e9b2621761a1e7fc0 authored almost 11 years ago
Adds error messages and better version checking

eae613d2442eee484920692cb1114a11c542e8d8 authored almost 11 years ago
Merge pull request #142 from dcousens/asserts

Adds assertion error messages for HDWallet

701af74adedec0ca8a448d14a525655277ebbbf8 authored almost 11 years ago
Merge pull request #139 from dcousens/eckeystrict

Migrates ECKey to stricter API

06cd6a698b1175782a0ef0a00cc29fa1e0452e5c authored almost 11 years ago
Merge pull request #141 from dcousens/slicenotmap

Prefer Array.prototype.slice over map

f46780f25d6a2442691c4034696f01359c3c40a5 authored almost 11 years ago
Prefer Array.prototype.slice over map

5adaa7dd54c588409a395bcfe6eacf93fcb21260 authored almost 11 years ago
Adds assertion error messages for HDWallet

de59f6d3ac13ed1f1079074998bcef863c542558 authored almost 11 years ago
Cleans up ECKey error handling

ca4ba91d9c7fb16a75477c4d913505b60d98d023 authored almost 11 years ago
Updates README.md to stricter ECKey API

ff98130e2d435c6c497c1993b3a329abb6d78d70 authored almost 11 years ago
Migrates ECKey to stricter API

b4f70dcddebb90776c86beacdc9016ee30b9bee3 authored almost 11 years ago
Merge pull request #135 from greenaddress/low-s-signatures

Uses low 's' values for signatures

669444cb1009a55556ccabebb9d4ba4b55bb642e authored almost 11 years ago
Changes netstr to networkString

505e33c9429080669f67491c60cf8a2e414bc2f4 authored almost 11 years ago