Ecosyste.ms: OpenCollective

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

Blockcore

Blockcore is a platform that enables you to build your own blockchains.
Collective - Host: opensource - https://opencollective.com/blockcore - Website: https://www.blockcore.net - Code: https://github.com/block-core

Removes unnecessary new Buffer

github.com/block-core/blockcore-js - e6a9186af3029fef2c8454c6ae94a8c7bcd49eba authored over 10 years ago
Variables names made consistent with constructor

github.com/block-core/blockcore-js - e2e190c766c011a1d6a83a13a4b50e03461bf47d authored over 10 years ago
Merge pull request #165 from bitcoinjs/bigi-monkey-patching-no-more

Upgrade bigi & remove monkey patching

github.com/block-core/blockcore-js - bb80eda2181781f8d04032ed9faa793a44cf8d2d authored over 10 years ago
Merge pull request #166 from bitcoinjs/remove-isfinite-check

Remove Number.isFinite check on tx input index

github.com/block-core/blockcore-js - 763e7376e9ed5d8da6d75e09fe09fecb889cca80 authored over 10 years ago
Remove Number.isFinite check on tx input index

github.com/block-core/blockcore-js - 1e6b283f9ac471e86f34c739a2ec06dcc2575d4c authored over 10 years ago
upgrade bigi & remove monkey patching

github.com/block-core/blockcore-js - af1f121fd4066ecf6eb60fee81b78165c600fa43 authored over 10 years ago
Merge pull request #163 from dcousens/wordass

Enforces convert.wordsToBytes to only allow for byte input

github.com/block-core/blockcore-js - 39516d5532498ed03ad358b1b219669d3c6177f3 authored almost 11 years ago
Merge pull request #164 from coinpunk/altcoinnetwork

Fix address prefixes, add dogecoin/litecoin BIP32 versions

github.com/block-core/blockcore-js - 8b47d944b98de74635d5408b523eb6300dc04201 authored almost 11 years ago
Fix address prefixes, add dogecoin/litecoin BIP32 versions

github.com/block-core/blockcore-js - 5fd9fe62dcd6e442344d202bc7d9c4fa0fea0a18 authored almost 11 years ago
Fixes exception typo

github.com/block-core/blockcore-js - 77747241d402224903a5e357a07b04f9e63c9f2e authored almost 11 years ago
Enforces bytesToWordArray only operates on byte arrays

github.com/block-core/blockcore-js - b09dd73cbe114ab66d2813ec617f41c0e094dfd7 authored almost 11 years ago
integration tests for scripthash transcations

github.com/block-core/blockcore-js - fe4332bfbdc84e00968085da2a650910df6f02db authored almost 11 years ago
Merge pull request #160 from bitcoinjs/signScriptSig-test

Fixes signScriptSig test

github.com/block-core/blockcore-js - 953223c818e46bffb2ae518be86d294f41b30efe authored almost 11 years ago
Fixes signScriptSig test

github.com/block-core/blockcore-js - 70219c877be0e906bf21212ee3d13f18600bee12 authored almost 11 years ago
Merge pull request #154 from dcousens/convrem

Remove dead code from Convert module

github.com/block-core/blockcore-js - 45c1c8350e9c9aa0a4d59db00ebb859ab2091f1c authored almost 11 years ago
Merge pull request #152 from dcousens/p2shsign

Preliminary test for P2shsign

github.com/block-core/blockcore-js - 6833acaf3a91301c9a6372fbc428c459925e1d3a authored almost 11 years ago
custom changeAddress has full integration test

github.com/block-core/blockcore-js - 8f698d19f75e205ebb4045cc1be937b5dffd7f35 authored almost 11 years ago
added tests for createTx testnet and createTx custom changeAddress

github.com/block-core/blockcore-js - dfbfdafc94962236428a46d486f081f63a1f59a5 authored almost 11 years ago
custom changeAddress for wallet.createTx()

github.com/block-core/blockcore-js - 590bb8e1c3487ce57643a268655f0f57d915ab1f authored almost 11 years ago
Merge pull request #151 from dcousens/rfc6979testvectors

RFC6979 Test Vectors

github.com/block-core/blockcore-js - 355bc7e227abe345b20d32b343d8ef2255e8fa49 authored almost 11 years ago
fixed issues with testnet and createTx

github.com/block-core/blockcore-js - a9bc42019a352bf10c3711fe41c01cd54d3d16bb authored almost 11 years ago
Removes unused functions from convert

github.com/block-core/blockcore-js - e40377a4713dca4b941e98e297c2a7c9c96a3033 authored almost 11 years ago
Renames createInputScript to createPubKeyHashScriptSig

github.com/block-core/blockcore-js - 69c0497038478fe7bf9bc68d05a5d0c439b25bd5 authored almost 11 years ago
Adds assertions for types in signScriptSig

github.com/block-core/blockcore-js - a4e68d142d7b48fb38ca09d653c11421da57e9a7 authored almost 11 years ago
Renames p2shsign to signScriptSig

github.com/block-core/blockcore-js - 8ad8f6f169977da457c6459974bcc3c39ca3b750 authored almost 11 years ago
Removes convert module

github.com/block-core/blockcore-js - 1c52f9f3d839e5806267da36ff051bc70b8f11af authored almost 11 years ago
Adds tests for TX.prototype.p2shsign

github.com/block-core/blockcore-js - fbf8211cab10def1a9ec3aa4ca57b777aec004fa authored almost 11 years ago
Removes type coercion for a stricter TX API

github.com/block-core/blockcore-js - 5546cae92863d4b6bda26b0736852f484832a6db authored almost 11 years ago
Removes applyMultisigs and adds setScriptSig

github.com/block-core/blockcore-js - 9af8d95daf2438b3674cb555344da5deb3e9dfb6 authored almost 11 years ago
Adds assertion messages

github.com/block-core/blockcore-js - 89cf731ac7309b4f98994e3b4b67b7226020181f authored almost 11 years ago
Adds RFC6979 test vectors and fixes ecdsa.sign/detGenK

github.com/block-core/blockcore-js - c3e9d568c58c743a9fbaebe0a56c05f4e6280194 authored almost 11 years ago
Merge pull request #157 from ethers/master

assertion message

github.com/block-core/blockcore-js - 960d9310102757a0be6735e06c760fb00ff69adc authored almost 11 years ago
assertion message

github.com/block-core/blockcore-js - 1c8f135d9c1a130ba0cfcfbee94098ea839934fe authored almost 11 years ago
make sure createInputScript convert pubKey to buffer before writing out bytes

[fixes #156]

github.com/block-core/blockcore-js - 102f2bd0c99ce09f2859f377f3943d662f364516 authored almost 11 years ago
Merge pull request #150 from dcousens/bigitests

Adds BI.toPaddedBuffer and toBuffer

github.com/block-core/blockcore-js - 373b05de2c8db7c0511113693b7a3369da679db7 authored almost 11 years ago
Removes toPaddedBuffer and extends toBuffer

github.com/block-core/blockcore-js - df6ea8aea2b2b1bbea036f44aa42de9dd7773680 authored almost 11 years ago
Adds BI.toPaddedBuffer and toBuffer

github.com/block-core/blockcore-js - d8883e8d32fdc51e9e99221d06a55d4106bafb00 authored almost 11 years ago
Fixes typo and adds more direct answer

github.com/block-core/blockcore-js - 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...

github.com/block-core/blockcore-js - 96fb95dff6bbe524d51a6c18f10eaea3f24a4a08 authored almost 11 years ago
Enforces Array input for deterministicGenerateK

github.com/block-core/blockcore-js - bc37e650148db2e5d947c84e51167cbd8f37b8a6 authored almost 11 years ago
Merge pull request #146 from dcousens/magictests

MagicHash Tests

github.com/block-core/blockcore-js - 1b66976d928601a0f5a38e76eedee731d444f1e0 authored almost 11 years ago
Merge pull request #143 from dcousens/multisigfix

Multi-sig ScriptSig Support

github.com/block-core/blockcore-js - 21aa517cd2331273252cc5a7ace05d8ef728f1ef authored almost 11 years ago
Merge pull request #117 from dcousens/rmjsbn

Removal of JSBN

github.com/block-core/blockcore-js - 4689abb513e65067c30d21c88b8a0530ab51f2c4 authored almost 11 years ago
Merge pull request #145 from dcousens/b58coretests

Base58 Bitcoin core test compatibility

github.com/block-core/blockcore-js - eb6225bfb4fda7c1b6a3b051c673ef27d1d3e2c6 authored almost 11 years ago
Merge pull request #144 from dcousens/b58clean

Base58 test cleanup and extracted vectors

github.com/block-core/blockcore-js - 1349ab2b9257383c889bea86837629f261faeba4 authored almost 11 years ago
Replacse JSBN with bigi

github.com/block-core/blockcore-js - ae60e6eb953674526a989a99c84a93a024d192c8 authored almost 11 years ago
Removes unused imports and unused parameter

github.com/block-core/blockcore-js - b95b5d5a0456f48f9991164b08fc2c2d54edc94d authored almost 11 years ago
Isolates test/ec.js ECPointFp.decodeFrom tests

github.com/block-core/blockcore-js - 873dc95321821ec8bed0fb1d22557365e249a476 authored almost 11 years ago
Removes ecdsa.getBigRandom

github.com/block-core/blockcore-js - 96ebb65099adbfdf94d957d154e67daa231fafc1 authored almost 11 years ago
Adds working implementation of Script.createP2SHMultisigScriptSig

github.com/block-core/blockcore-js - f5ce83beca59a8561a9634d6460fb42fc911d62b authored almost 11 years ago
Merges Buffer refactorings from base58-native by Stephen Pair

github.com/block-core/blockcore-js - fb6c76a976ca296617dec82df292cbe80b9f14d0 authored almost 11 years ago
Updates test fixtures to use bitcoin core test data

github.com/block-core/blockcore-js - c1788043566711b9d47ebe3c80bfb720a30b38f5 authored almost 11 years ago
Adds script to create Bitcoin-core compatible test fixtures

github.com/block-core/blockcore-js - 540b70ccca114fd9953b5b6656ee3cea9d0b4242 authored almost 11 years ago
Now shares base58 data with Address base58 tests

github.com/block-core/blockcore-js - 231ccdd721b6d233e104af50568816fa93e55cf3 authored almost 11 years ago
Address now properly checks malformed base58

github.com/block-core/blockcore-js - 12a5b75cbe208199d594b2c43890254f440c59b8 authored almost 11 years ago
Adds shared base58 test vectors

github.com/block-core/blockcore-js - 1bcc7cfd95133b0b49408cec3493241feacb44cc authored almost 11 years ago
Adds magicHash test fixtures

github.com/block-core/blockcore-js - dd049fc76454a77f2a7b5d1f6c53ba9ad78fb5dd authored almost 11 years ago
magicHash now uses Buffers internally

github.com/block-core/blockcore-js - 1b46a10d2a9b6363dcf6284ae34cd594c995089c authored almost 11 years ago
Moves network import to top

github.com/block-core/blockcore-js - 69823552c3b29f8256a194ca9720e259ccc5acab authored almost 11 years ago
Removes convert module usage

github.com/block-core/blockcore-js - 5515fa6c492082d79769c61d5b6ce501fb11a19a authored almost 11 years ago
Removes unused imports

github.com/block-core/blockcore-js - 7f8dcd58cbf93be7aa5b2dae1f154931c5d1c7c8 authored almost 11 years ago
Removes convert usage

github.com/block-core/blockcore-js - 6edd97d4fdbf8743e29d06b953bee67015257b55 authored almost 11 years ago
Merge pull request #140 from dcousens/addrstrict

Migrates Address to stricter API

github.com/block-core/blockcore-js - c08f6a3f002b7e70fa88aa30d1d0cfeff43b078d authored almost 11 years ago
Uses typeof address === 'string' instead

github.com/block-core/blockcore-js - c44af2109e2f23bf3cfdacdce61515e7f3fe239b authored almost 11 years ago
Removes resolved TODO

github.com/block-core/blockcore-js - 64dc11486c28a64da2bbb88ebce6bcb0611b9b29 authored almost 11 years ago
Fixes Transaction.addOutput() param handling to match documentation

Now (horrendously) supports other networks

github.com/block-core/blockcore-js - 92f1c3e3190563cd56c2cdf8d04d0b5dfdb95162 authored almost 11 years ago
Assert uses strictEqual instead of direct comparison

github.com/block-core/blockcore-js - f3a55f63dc5ad39b141d5f49ef6d77eadc3d5deb authored almost 11 years ago
Removes Address.fromPubKey and improves test vectors

github.com/block-core/blockcore-js - 1d1306b0549ddd5031799da0b1affe7f703112ce authored almost 11 years ago
Migrates Address to stricter API subset

github.com/block-core/blockcore-js - 682ec133bb4232ca5c17bc9e9b2621761a1e7fc0 authored almost 11 years ago
Adds error messages and better version checking

github.com/block-core/blockcore-js - eae613d2442eee484920692cb1114a11c542e8d8 authored almost 11 years ago
Merge pull request #142 from dcousens/asserts

Adds assertion error messages for HDWallet

github.com/block-core/blockcore-js - 701af74adedec0ca8a448d14a525655277ebbbf8 authored almost 11 years ago
Merge pull request #139 from dcousens/eckeystrict

Migrates ECKey to stricter API

github.com/block-core/blockcore-js - 06cd6a698b1175782a0ef0a00cc29fa1e0452e5c authored almost 11 years ago
Merge pull request #141 from dcousens/slicenotmap

Prefer Array.prototype.slice over map

github.com/block-core/blockcore-js - f46780f25d6a2442691c4034696f01359c3c40a5 authored almost 11 years ago
Prefer Array.prototype.slice over map

github.com/block-core/blockcore-js - 5adaa7dd54c588409a395bcfe6eacf93fcb21260 authored almost 11 years ago
Adds assertion error messages for HDWallet

github.com/block-core/blockcore-js - de59f6d3ac13ed1f1079074998bcef863c542558 authored almost 11 years ago
Cleans up ECKey error handling

github.com/block-core/blockcore-js - ca4ba91d9c7fb16a75477c4d913505b60d98d023 authored almost 11 years ago
Updates README.md to stricter ECKey API

github.com/block-core/blockcore-js - ff98130e2d435c6c497c1993b3a329abb6d78d70 authored almost 11 years ago
Migrates ECKey to stricter API

github.com/block-core/blockcore-js - b4f70dcddebb90776c86beacdc9016ee30b9bee3 authored almost 11 years ago
Merge pull request #135 from greenaddress/low-s-signatures

Uses low 's' values for signatures

github.com/block-core/blockcore-js - 669444cb1009a55556ccabebb9d4ba4b55bb642e authored almost 11 years ago
Changes netstr to networkString

github.com/block-core/blockcore-js - 505e33c9429080669f67491c60cf8a2e414bc2f4 authored almost 11 years ago
Moves 'low S value' test from eckey.js to ecdsa.js

github.com/block-core/blockcore-js - 9d876198f512371e97ab568b1c5c218c231c73ae authored almost 11 years ago
Uses low 's' values for signatures

github.com/block-core/blockcore-js - d7c2e4d5a5e75029fc9ff22dc2cb50e08508a3b4 authored almost 11 years ago
Merge pull request #132 from dcousens/remmisc

Removes test/misc.js and moves tests to appropriate location

github.com/block-core/blockcore-js - 3219e5e727eb4b52e9b284203eafdd956b51f5dd authored almost 11 years ago
Merge pull request #134 from dcousens/hdwalletbuf

HDWallet now uses Buffers internally

github.com/block-core/blockcore-js - aaaf66f15e64fd1b2feeddc09407e25b185e739a authored almost 11 years ago
Merge pull request #133 from dcousens/network

Updates network.js constant names

github.com/block-core/blockcore-js - 95b3fd32a350277a60550751a44055e7ae19fa13 authored almost 11 years ago
Moves derivation math out into the open

github.com/block-core/blockcore-js - ddea4b176b15db2fd9aadb1a28592c5900120c53 authored almost 11 years ago
Removes format dependency

github.com/block-core/blockcore-js - bacf7e7ae226f44dd456220578b8c06ef0d6fa75 authored almost 11 years ago
HDWallet now uses Buffers internally

github.com/block-core/blockcore-js - 814aa9e552df0ee1d4f55e17bfd3377db750667c authored almost 11 years ago
Renames network parameter to netstr

This should make the intent clearer.
This commit also catches the `null` case for the seed param...

github.com/block-core/blockcore-js - a4ab75d560a43c293381049f517c2ea571448af7 authored almost 11 years ago
Adds Buffers as input parameters

github.com/block-core/blockcore-js - bc05828fbccee6648d2eda9bde9d83470eb7fc21 authored almost 11 years ago
Updates network.js constant names

github.com/block-core/blockcore-js - f047afef2d690978488078d159122fc1b35bb66d authored almost 11 years ago
Removes use of convert module

github.com/block-core/blockcore-js - 56336b9c2b276140157ca4e3493d9bc24adeb8da authored almost 11 years ago
Moves test/misc.js tests to appropriate location

github.com/block-core/blockcore-js - 827f00715c842415ef07c95eb5b493ca97d13882 authored almost 11 years ago
Merge pull request #130 from dcousens/eccurverename

Renames ecparams to curve to avoid confusion

github.com/block-core/blockcore-js - ed28c6adcf4af445725b211d6328aa3f85f6c686 authored almost 11 years ago
Renames ecparams to curve to avoid confusion

github.com/block-core/blockcore-js - a689c6fc9af33fc47497e86ceb85caffe3da3820 authored almost 11 years ago
update readme with new version support

github.com/block-core/blockcore-coininfo - 0040c228e6ffce46b6946be75dd1e8fc9bd0f587 authored almost 11 years ago
Merge pull request #129 from dcousens/indexclean

Cleanup of Index.js

github.com/block-core/blockcore-js - 8a9a377d702cccdb37ea966418fb59021ece4d3e authored almost 11 years ago
CryptoJS no longer exported by default

github.com/block-core/blockcore-js - db115e1b272a39aa5318d936bd09859fecae38db authored almost 11 years ago
Removes Key module (use ECKey)

github.com/block-core/blockcore-js - addf4528d4aef634a9c28de059f636be9352e933 authored almost 11 years ago