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

Merge pull request #5 from zootreeves/master

M-Of-N script support.

github.com/block-core/blockcore-js - b19590e339e6d67e7bb843d012dac91768293166 authored almost 13 years ago
Some multisig changes

github.com/block-core/blockcore-js - b972e868c52b86af8dfbf7871d8b128f1e9f2360 authored almost 13 years ago
Fixed global scope leaks in Base58.

github.com/block-core/blockcore-js - 6e44bdf22905622136450ce51e742c03c219f440 authored about 13 years ago
Fixes for Script.getInType and Script.simpleInPubKey.

github.com/block-core/blockcore-js - de21042bb75664df49213873a47ddac47f6a2655 authored about 13 years ago
Merge pull request #3 from booo/master

Cleanup and getNextAddress.

github.com/block-core/blockcore-js - a5f9afde5a587d0a1721595a6ec86f6dc259ae8a authored about 13 years ago
src/wallet: getNextAddresss: add new address if necessary

github.com/block-core/blockcore-js - ef903bae07c600bb0eb1e17e406646a494205f43 authored about 13 years ago
src/wallet.js: use jshint

github.com/block-core/blockcore-js - 3445ae2a3649e40a4ec639654defed1113e3980a authored about 13 years ago
src/wallet.js: remove console.log statements

github.com/block-core/blockcore-js - 57d26950b9e4835090f153e81f4d90e4f534380f authored about 13 years ago
src/wallet.js: retab file

github.com/block-core/blockcore-js - 7675cf14e4bd7643af61a95aa5231863434c5e0e authored about 13 years ago
Updated licensing information.

github.com/block-core/blockcore-js - 9353e4aaf5b2076f8077aab8d9f0796084f9be6d authored about 13 years ago
Added credit on encoding fix. See #1.

github.com/block-core/blockcore-js - d985697d8f8e00a5dd3ad216f5c5f9572c195b82 authored over 13 years ago
Corrected encoded form with correct padding. See #1.

github.com/block-core/blockcore-js - d7ce1e5db8ed1355aff94d799b4bb413451d4d62 authored over 13 years ago
Added compilation target for exit node client.

github.com/block-core/blockcore-js - 8719d925d6ec9b459d226e8c74aff861960c74e0 authored over 13 years ago
Added simple exit node client.

github.com/block-core/blockcore-js - e5ada7525f60b005ae6ddc1fda3c6f67b7138a5d authored over 13 years ago
Added copies of Crypto.util.* tools in Bitcoin.Util namespace.

github.com/block-core/blockcore-js - 734bd57a23ac46cdfca140377328366506308933 authored over 13 years ago
Wrapped Bitcoin and Base58 in platform-neutral closures.

github.com/block-core/blockcore-js - 7715c41925d72dcd220feb25051aafe715db3dad authored over 13 years ago
Added rudimentary build system.

github.com/block-core/blockcore-js - fa97237a9663c61b7f8cec82bf1b7aed2ee0cfdb authored over 13 years ago
More work on split key protocol.

github.com/block-core/blockcore-js - 50b13d2941bb7195a8f1d4aa4d20b75234b5bfd6 authored over 13 years ago
Added Paillier and ECDSA split signing demo.

github.com/block-core/blockcore-js - 77debc1d4f3ea5db19228dfea14630ed6ca803cb authored over 13 years ago
Added more tests.

github.com/block-core/blockcore-js - e8fba132cf177a2acb509bedc294a76656ca459f authored over 13 years ago
Added more ECDSA function and some fixes.

decodeFrom is no longer destructive with it's inputs.
Added isOnCurve().
Added validate().
Fixed...

github.com/block-core/blockcore-js - 0f424562f2b90d50279d91eb65b95503c2f22d14 authored over 13 years ago
New utility function for parsing value strings.

github.com/block-core/blockcore-js - 6fdba19373e6f5f353f8c18a48a78da161faa802 authored over 13 years ago
Added ability to add fees in createSend.

github.com/block-core/blockcore-js - 721d0791bfe814e2503732119e358fa45a68f420 authored over 13 years ago
Moved wallet loading out of bitcoinjs-lib.

github.com/block-core/blockcore-js - 90c30f248e7377596035ac979eee09a879c3829c authored over 13 years ago
Added utility function for TransactionDatabase reset.

github.com/block-core/blockcore-js - 9fee035c5815729aeee979a040c05db944115d8d authored over 13 years ago
Split getDescription() into two functions.

github.com/block-core/blockcore-js - 27ceffaee3aee472b2da15a1caef76c3ab7e4cfd authored over 13 years ago
Moved sources into src/ subdirectory.

github.com/block-core/blockcore-js - 8b32d4333561a8078b02fbcc0e897790d2c8265f authored over 13 years ago
Removed debug statements.

github.com/block-core/blockcore-js - 5cd49a1c89a953a15eb976ee9a4516dec725450b authored over 13 years ago
Removed a debug statement.

github.com/block-core/blockcore-js - 708ada61fac776f3702c5e975c2e182c14d3f8e9 authored over 13 years ago
Fixed all cases of unsafe BigInteger <-> byte[] conversion.

The BigInteger class we're using supports negative integers and
encodes them with a sign bit. Si...

github.com/block-core/blockcore-js - 27ec74ba8a16ace28fbbbf53b756da0ad6fd24c5 authored over 13 years ago
Make the version byte a parameter.

github.com/block-core/blockcore-js - a4de03af4d9148052c259459fd9b3863d8355dfc authored over 13 years ago
Added a basic README.

github.com/block-core/blockcore-js - 11eb59873e1eda3f411128ba50406cab2a6d0626 authored over 13 years ago