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 #63 from coinpunk/coverage

cleanup runners, add coverage script, fix typo

github.com/block-core/blockcore-js - e9fab62f33aff3e16993d56d562eb2a84ae52351 authored almost 11 years ago
Merge pull request #64 from coinpunk/removeendiancode

remove endian code in index.js nothing is using

github.com/block-core/blockcore-js - 0d9c78fd740b87737c59fe20a074b79fe9934605 authored almost 11 years ago
remove endian code in index.js nothing is using

github.com/block-core/blockcore-js - eb4da5f5c526e200a128ed58d09ba079dc7cb0e4 authored almost 11 years ago
cleanup runners, add coverage script, fix typo

github.com/block-core/blockcore-js - c277fed4e120014b8041d7af87244927cd8a0362 authored almost 11 years ago
Merge pull request #62 from bitcoinjs/compressed-sign

Fix sign/verify for with compressed keys

github.com/block-core/blockcore-js - 7219c27413506b0f07e53312f688751c561b9ff4 authored almost 11 years ago
Merge pull request #59 from bitcoinjs/remove-demo

remove demo

github.com/block-core/blockcore-js - b6f6a10b366b884a2feb684bb2abe42b0e5bff1f authored almost 11 years ago
Add whether pubkey recovered from sig is compressed. close #61

github.com/block-core/blockcore-js - 08e75a82c91368af8002865e66adee6c01eb9167 authored almost 11 years ago
Determine whether key is compressed from the key itself. ref #61

github.com/block-core/blockcore-js - f09890fed1331931d083ebcdc9f4052fd7498137 authored almost 11 years ago
Message signing does not work with compressed keys. ref #61

github.com/block-core/blockcore-js - 29ad6b692e5bac9a1282f3dcf05222c79f086fc2 authored almost 11 years ago
move convert methods from util to convert

github.com/block-core/blockcore-js - 3d6b66e811d5fd6ceec506e34c19d047df4a8bb6 authored almost 11 years ago
remove old crypto-js

github.com/block-core/blockcore-js - 227fa9750090e4cc72f7853c9c079e7482ac5e1c authored almost 11 years ago
Merge pull request #57 from bitcoinjs/upgrade-crypto-js

Use crypto-js as a module from npm

github.com/block-core/blockcore-js - 9c15fa0cbf946d594c4379d1f972dbde3c6b9997 authored almost 11 years ago
fix transaction serialization/deserialization

[closes #58]

github.com/block-core/blockcore-js - 45e55a07b006cc49a565a591d8cda9a7dd75065c authored almost 11 years ago
throw error when input to script constructor is not an array

[#58]

github.com/block-core/blockcore-js - d2b790fef93c998f90085aefa83156a7bbfd6e10 authored almost 11 years ago
migrate crypto-js to 3.1.2

github.com/block-core/blockcore-js - a281a5ab53626228fb85cc6f9080e21ce1c1633a authored almost 11 years ago
note for more projects

github.com/block-core/blockcore-js - 8a2a9cb4e7ddd0f3789c7d4553b8312acf2280fc authored almost 11 years ago
order project usage by popularity

github.com/block-core/blockcore-js - 36cd938fef9f6911892a8eeabf456ab0b2a44815 authored almost 11 years ago
updates to the README

github.com/block-core/blockcore-js - e4c25ba0ccd0adcc35dc4070ae2fbb82f6ab8ba0 authored almost 11 years ago
add tests for bytes and words conversion

github.com/block-core/blockcore-js - 33857437dbb974951a3f39f968670261fa9aa57d authored almost 11 years ago
add tests for checkEncode and checkDecode

github.com/block-core/blockcore-js - bf1be94fe3f47232205a5a0aa4e177b70ea48802 authored almost 11 years ago
Merge pull request #55 from coinpunk/opcodecleanups

new Opcode() is not used

github.com/block-core/blockcore-js - 78c257ff9b7c21f2224b79ab072a733ab032ae2d authored almost 11 years ago
Merge pull request #54 from coinpunk/moreaddresstesting

More address testing

github.com/block-core/blockcore-js - ef1a4017f88f07340a984eee4c58f94316d7c976 authored almost 11 years ago
Merge pull request #53 from coinpunk/base58cleanup

Remove unused hex helpers

github.com/block-core/blockcore-js - ad9f1ddfd5f2239f31c8f61f9f0ec9d1c084f93c authored almost 11 years ago
new Opcode() is not used

github.com/block-core/blockcore-js - 6f04743081035f84ab9bb6a12900cacd520ff703 authored almost 11 years ago
remove unused hex helpers

github.com/block-core/blockcore-js - 8471df731767080189c129f900d902e07efbf7a5 authored almost 11 years ago
cleanup throw tests, add case for bad input

github.com/block-core/blockcore-js - 09925cff5aae567fc4958e219e867b47e5e528bd authored almost 11 years ago
merge weilu's changes

github.com/block-core/blockcore-js - fdc78dad2ecace02bb6cbfdf0e7db817c248f395 authored almost 11 years ago
reorganize address tests #50

github.com/block-core/blockcore-js - 2f3e597596efaeedca9bb3bf509f5e4363f90e20 authored almost 11 years ago
* Fixes address.js to be able to deal with testnet P2SH addresses

* Enhanced address.js testsuite...now also verifies address versions
* Enhances README to show ho...

github.com/block-core/blockcore-js - 786198f130ba2acbf1e8fa9afb2e65d51898f456 authored almost 11 years ago
update testling config & add badge to readme

[#48]

github.com/block-core/blockcore-js - db8b38803c0006657f382dedc84feff2688e69cf authored almost 11 years ago
remove isArray shim

[closes #40]

github.com/block-core/blockcore-js - bde9b13b154b33d28e736366f15c36c999eff9b8 authored almost 11 years ago
Merge pull request #46 from xnova/master

include 'network' in the library exports

github.com/block-core/blockcore-js - a8d9708caa27ab8fdf077030349270d6a6ad01c9 authored almost 11 years ago
include 'network' in the library exports

github.com/block-core/blockcore-js - f50c1a91f74241230c2383be8cac11dff53f805c authored almost 11 years ago
Merge pull request #44 from justcoin/tidy-scripts

Tidy up script.js

github.com/block-core/blockcore-js - e7de3540d16abb894d7866181a9169b4bbfe77b4 authored almost 11 years ago
Merge pull request #43 from justcoin/remove-event-emitter

Remove event emitter

github.com/block-core/blockcore-js - f4b819e1af3ee50f607778a00aacace1749c4900 authored almost 11 years ago
Merge pull request #42 from justcoin/remove-txdb

Remove txdb.js

github.com/block-core/blockcore-js - 9f74a13864b5fc540364acba71ea291c6fb3856a authored almost 11 years ago
Merge pull request #28 from bitcoinjs/hd-testnet-support

HD testnet support (#27) + unify network names

github.com/block-core/blockcore-js - b9de99943469bbbcc5f2fbc793de86314aa85780 authored almost 11 years ago
Remove exit node class #32, @abrkn

github.com/block-core/blockcore-js - 3dfc3cd0e81af4507032ab46ead1682bba06e2f1 authored almost 11 years ago
Remove pailier.js #33, @abrkn

github.com/block-core/blockcore-js - 3bed73da65d252ea83ed27574aee7ef6ba886a38 authored almost 11 years ago
Simplify Script constructor. close #41

github.com/block-core/blockcore-js - 4a4e75d007291b661ae1df5d85dac48bf650bfea authored almost 11 years ago
Clean up script.js formatting. ref #41

github.com/block-core/blockcore-js - 354d31a297b49a99af2db877fa43b90f7203293a authored almost 11 years ago
Remove EventEmitter.js. close #37

github.com/block-core/blockcore-js - 23ccb974392e68a2c21243a70b0f4fdbaa25ae01 authored almost 11 years ago
Remove txdb. close #39

github.com/block-core/blockcore-js - 51ad071446858a8c79cd45b93f5f63fa73f8d068 authored almost 11 years ago
Merge pull request #35 from justcoin/convert-cleanup

Cleanup convert.js and add base64 test

github.com/block-core/blockcore-js - e3559660e3cd68a6f13ff1d2f5384896e4e1ea26 authored almost 11 years ago
Merge pull request #34 from justcoin/readme

Rewrite README

github.com/block-core/blockcore-js - a253046c1ba5bff86ed4bf1f27be9177cf6d56e4 authored almost 11 years ago
Add RFC test vectors for convert.bytesToBase64

github.com/block-core/blockcore-js - 81b44ef269e6fd661ab9cde14ca75584166dc128 authored almost 11 years ago
Remove String.lpad and cleanup

github.com/block-core/blockcore-js - 80f46d32b48a1b9fd6b81ae523d9e255c7190671 authored almost 11 years ago
pull out hdwallet network specific values

github.com/block-core/blockcore-js - 65a13cbf4147b9ba6b94ccc0ea9fdce81b13e7d3 authored almost 11 years ago
throws exception if specified network is unknown

also move network type tests to hdwallet

github.com/block-core/blockcore-js - 2e9782837913d4b7d6d58a4b623e0795a8f621de authored almost 11 years ago
HDWallet prod -> mainnet

github.com/block-core/blockcore-js - 02b3a2b5640f3765031361c8d1290acfa2a5f6f5 authored almost 11 years ago
move address versions into network

Also change address type name:
address_types -> addressVersion
p2sh_types -> p2shVersion
prod ->...

github.com/block-core/blockcore-js - eaf84c42839a8c07700a276ef5de03451142ab18 authored almost 11 years ago
HD wallet versions: Bitcoin -> prod, BitcoinTest -> testnet

github.com/block-core/blockcore-js - 293c864f4f0ffca7c8409925820ca8e890fda98e authored almost 11 years ago
key version check always always relies on the network property

[#27]

github.com/block-core/blockcore-js - c3528680808f3ae703c37f40a759e2ef75eed882 authored almost 11 years ago
squashed commits from #27

github.com/block-core/blockcore-js - cc0a042f2f947667a8e3b57fbecde7df5135d11b authored almost 11 years ago
Revert "Merge pull request #27 from xnova/master"

due to broken tests, moved the changes to branch hd-testnet-support

This reverts commit a4ba59e...

github.com/block-core/blockcore-js - 09ee406106e938f2a581ea4ed5b7bd39f7f394a1 authored almost 11 years ago
Merge pull request #27 from xnova/master

Additional testnet fixes with HDWallet

[WIP]

github.com/block-core/blockcore-js - a4ba59e9bacd27191d59959793f8b67eade987c2 authored almost 11 years ago
added testcases for new logic

github.com/block-core/blockcore-js - 2ca02c47ce95c48aeacecf1532a29c1898b71a7d authored almost 11 years ago
didn't mean to remove getPub()

github.com/block-core/blockcore-js - 0310a890ba084008fc51172c5c4ecc7c454b43d7 authored almost 11 years ago
more ECKey version specification in HDWallet

github.com/block-core/blockcore-js - d447e6927976959980e371aa797d759ec8c68f15 authored almost 11 years ago
HDWallet passes along network type when it creates the master private key

github.com/block-core/blockcore-js - ff70f661f7ed36298bb63edb724216db878e2c5a authored almost 11 years ago
use options in wallet contructor & add tests

[#26]

github.com/block-core/blockcore-js - 36d3d6ebaaa0f99a35c8e0bba765037e006efbc9 authored almost 11 years ago
Merge pull request #26 from xnova/master

Address some shortcomings with wallet.js

github.com/block-core/blockcore-js - baaddc893006918eae41dcb7ecdb3b4ba61f50ac authored almost 11 years ago
added ability to specify child key derivation method to the Wallet constructor

github.com/block-core/blockcore-js - 933474a973672eef686fd1207f8870f728531bb8 authored almost 11 years ago
allow Wallet to work with testnet

github.com/block-core/blockcore-js - 49c2fc06b5d9ca182ab689a3f0ea88a30d3507e4 authored almost 11 years ago
Wallet.generateAddress uses the new HD wallet method

github.com/block-core/blockcore-js - 102e2b3d48e09ee5b07acf69d78d1f345d255906 authored almost 11 years ago
Merge branch 'MichaelGooden/feature/testnet-support'

Conflicts:
bitcoinjs-min.js

github.com/block-core/blockcore-js - d150b7acc62f52aa34f059bc822a34b29c50b9a3 authored almost 11 years ago
Update compiled file.

Signed-off-by: Michael Gooden <[email protected]>

github.com/block-core/blockcore-js - 3b8d53b7d105af286b8adfd2d2661bc48cedf7b6 authored almost 11 years ago
Add testnet support to Address and ECKey, more tests.

Signed-off-by: Michael Gooden <[email protected]>

github.com/block-core/blockcore-js - b8215dea60d5ca5e5b6c8802fa9a81f154a2cd04 authored almost 11 years ago
remove and ignore bitcoinjs-min.js

Browserify compiles differently for different machines, and I'm super
uncomfortable not being ab...

github.com/block-core/blockcore-js - 6fe8d6fa939ae6d686262d8932a710f0c000ead6 authored almost 11 years ago
Merge pull request #1 from MichaelGooden/hotfix/compressed-priv-keys

Fix parsing of base58 compressed private keys. Add base64 parse support.

github.com/block-core/blockcore-js - 932b6bce70cd873a1551cc9ac9a9d38cbb03011a authored almost 11 years ago
Fix parsing of base58 compressed private keys. Add base64 parse support.

Signed-off-by: Michael Gooden <[email protected]>

github.com/block-core/blockcore-js - b3e3f806cb9371f2ffd6663f2910215024d13b10 authored almost 11 years ago
Merge vbuterin/master

github.com/block-core/blockcore-js - cb3653105ab12407264e6f5dd73159cb7eb91bbf authored almost 11 years ago
Merge justcoin/master

github.com/block-core/blockcore-js - fcf3fde0894fccc2cd6adabea8d5dec81fa17013 authored almost 11 years ago
Fixed ECKey constructor

github.com/block-core/blockcore-js - c8732e5d380730ccfe970c0f45e142d0851ed778 authored about 11 years ago
Fix wrong bitcoin address from priv key.

github.com/block-core/blockcore-js - a68b0910afdd259253db9a2c92045ca5bcf795c6 authored about 11 years ago
Fix wallet.js so it does not crash with HDWallet.

github.com/block-core/blockcore-js - 4edbaee96ad53a420b329cb281e20c17a4e40198 authored about 11 years ago
Replace BIP32key with HDWallet in index.js

github.com/block-core/blockcore-js - e3cf19343dd4c655899b9055c2dabd2d9d305643 authored about 11 years ago
Remove obsolete bip32.js

github.com/block-core/blockcore-js - 966d2ee90d880bddbdec071a150655d5993de748 authored about 11 years ago
Rewrite HD Wallet (BIP0032) with all test vectors

github.com/block-core/blockcore-js - 5f9e2624f8270cd7d6933bbc2fc17cb17d89cbe0 authored about 11 years ago
Add toBase58, toWif to ECPubKey

github.com/block-core/blockcore-js - 8ccb8ad70a8b26f6ed124aa0fbcf7175ed9340fd authored about 11 years ago
Allow specifying whether to compress key in ECKey.toBytes

github.com/block-core/blockcore-js - ecbb6f81eea1f95ade0b2ab16aff41d840891fb4 authored about 11 years ago
Begin work to properly cover the test vectors from bip32 docs

github.com/block-core/blockcore-js - 6cc7a23bdd962e5c187742414e16493933b5d065 authored about 11 years ago
Add BIP32_PRIME constant, 0x80000000

github.com/block-core/blockcore-js - 1cb41fdaba3c51c40674233e6d9c0c4371803c59 authored about 11 years ago
Improve naming of ECKey/ECPubKey formatters. close vbuterin/bitcoinjs-lib#13

github.com/block-core/blockcore-js - 56bb0a0c6d49181a38228ce828bbb40cef02c339 authored about 11 years ago
Document serialization of BIP32key

github.com/block-core/blockcore-js - e08533ff7a1328fc0ff07efe7f143f5cbd655aa1 authored about 11 years ago
Fix ECKey.verify

github.com/block-core/blockcore-js - 29ebd4edc5b924c818f015bc28f1a8bf2ad897b5 authored about 11 years ago
Merge branch 'travis'

github.com/block-core/blockcore-js - 00e9842bc7ec57288eab1a89802992a14d5103c1 authored about 11 years ago
Reformat all tests for more modern mocha syntax (describe, it)

github.com/block-core/blockcore-js - f591cc0111dd87b6da1bc7f18e3bbd13689f68bf authored about 11 years ago
Rewrite util.js for readability

github.com/block-core/blockcore-js - 61992462e3b8fa3b487f741be69dcb5cc8ef6493 authored about 11 years ago
Remove call to non-existant method ECPubKey.setCompressed

github.com/block-core/blockcore-js - 3ef468ec8b9b0ea721db6f5f8a873e082170d05f authored about 11 years ago
Minor formatting

github.com/block-core/blockcore-js - bc3136802cf0f793d292a565c3e621bba716dc03 authored about 11 years ago
Fix compressed check to avoid setting it to undefined

github.com/block-core/blockcore-js - 20aa4a0e8af7ba69e59f27060074c5066523ef1e authored about 11 years ago
Trailing whitespace

github.com/block-core/blockcore-js - bf6254d3e27618327cec3ef4470626d8bd4919fd authored about 11 years ago