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

getPrivateKey derives key on the fly

also added getPrivateKeyFromAddress

9200479159bc43aa88fe24cd65284294c20172b4 authored almost 11 years ago
remove keys array and usage

d4f3398d91485fa185c7134dbbd57eeddb521533 authored almost 11 years ago
return private key rather than HD wallet node

207163704b5e6b434e224e2268679db598d37313 authored almost 11 years ago
store accounts in closure instead of on object

b2f010428f6e7e9eb92cd51c8cc6677f3f9b4dd0 authored almost 11 years ago
private a method to generate change addresses

ab9e782d14dcf3edff682b98bdde2a9a0cbadc7a authored almost 11 years ago
Wallet address derivation follows bip32/bitcoinj keychain structure

Also wallet accepts bytes in constructor

[#60]

1212099bfcafd04213f6d70797b7ee6fca1160e1 authored almost 11 years ago
HD wallet fromMaterHex allows specifying network

[#60]

142b84796815d24c38b134f3dd3f5ef25c3b3ead authored almost 11 years ago
change hd wallet constructor to take bytes

original constructor -> fromSeedString, fromMasterHex -> fromSeedHex

[#60]

44012b47b5c817fcebe566c4bfc841f1fb2b49bc authored almost 11 years ago
fix compile script #65

4b1b9d9cb6141df0622866918cef210eb9386fc4 authored almost 11 years ago
Travis image, remove 0.6 test

ac895ca9f9c778a763d440a0a554e2e797ff3cf3 authored almost 11 years ago
add newline to README

aaf037aff7e8a003a6e98c358cdf98e59e0cbdb9 authored almost 11 years ago
Merge pull request #63 from coinpunk/coverage

cleanup runners, add coverage script, fix typo

e9fab62f33aff3e16993d56d562eb2a84ae52351 authored almost 11 years ago
Merge pull request #64 from coinpunk/removeendiancode

remove endian code in index.js nothing is using

0d9c78fd740b87737c59fe20a074b79fe9934605 authored almost 11 years ago
remove endian code in index.js nothing is using

eb4da5f5c526e200a128ed58d09ba079dc7cb0e4 authored almost 11 years ago
cleanup runners, add coverage script, fix typo

c277fed4e120014b8041d7af87244927cd8a0362 authored almost 11 years ago
Merge pull request #62 from bitcoinjs/compressed-sign

Fix sign/verify for with compressed keys

7219c27413506b0f07e53312f688751c561b9ff4 authored almost 11 years ago
Merge pull request #59 from bitcoinjs/remove-demo

remove demo

b6f6a10b366b884a2feb684bb2abe42b0e5bff1f authored almost 11 years ago
Add whether pubkey recovered from sig is compressed. close #61

08e75a82c91368af8002865e66adee6c01eb9167 authored almost 11 years ago
Determine whether key is compressed from the key itself. ref #61

f09890fed1331931d083ebcdc9f4052fd7498137 authored almost 11 years ago
Message signing does not work with compressed keys. ref #61

29ad6b692e5bac9a1282f3dcf05222c79f086fc2 authored almost 11 years ago
move convert methods from util to convert

3d6b66e811d5fd6ceec506e34c19d047df4a8bb6 authored almost 11 years ago
remove old crypto-js

227fa9750090e4cc72f7853c9c079e7482ac5e1c authored almost 11 years ago
Merge pull request #57 from bitcoinjs/upgrade-crypto-js

Use crypto-js as a module from npm

9c15fa0cbf946d594c4379d1f972dbde3c6b9997 authored almost 11 years ago
fix transaction serialization/deserialization

[closes #58]

45e55a07b006cc49a565a591d8cda9a7dd75065c authored almost 11 years ago
throw error when input to script constructor is not an array

[#58]

d2b790fef93c998f90085aefa83156a7bbfd6e10 authored almost 11 years ago
remove demo

56e37e744bd260fd8cae395be484b46b1d34fbc8 authored almost 11 years ago
migrate crypto-js to 3.1.2

a281a5ab53626228fb85cc6f9080e21ce1c1633a authored almost 11 years ago
note for more projects

8a2a9cb4e7ddd0f3789c7d4553b8312acf2280fc authored almost 11 years ago
order project usage by popularity

36cd938fef9f6911892a8eeabf456ab0b2a44815 authored almost 11 years ago
updates to the README

e4c25ba0ccd0adcc35dc4070ae2fbb82f6ab8ba0 authored almost 11 years ago
add tests for bytes and words conversion

33857437dbb974951a3f39f968670261fa9aa57d authored almost 11 years ago
add tests for checkEncode and checkDecode

bf1be94fe3f47232205a5a0aa4e177b70ea48802 authored almost 11 years ago
Merge pull request #55 from coinpunk/opcodecleanups

new Opcode() is not used

78c257ff9b7c21f2224b79ab072a733ab032ae2d authored almost 11 years ago
Merge pull request #54 from coinpunk/moreaddresstesting

More address testing

ef1a4017f88f07340a984eee4c58f94316d7c976 authored almost 11 years ago
Merge pull request #53 from coinpunk/base58cleanup

Remove unused hex helpers

ad9f1ddfd5f2239f31c8f61f9f0ec9d1c084f93c authored almost 11 years ago
new Opcode() is not used

6f04743081035f84ab9bb6a12900cacd520ff703 authored almost 11 years ago
fix spacing

a6706ea8bed730375c4ced0691be993a94690005 authored almost 11 years ago
remove unused hex helpers

8471df731767080189c129f900d902e07efbf7a5 authored almost 11 years ago
cleanup throw tests, add case for bad input

09925cff5aae567fc4958e219e867b47e5e528bd authored almost 11 years ago
merge weilu's changes

fdc78dad2ecace02bb6cbfdf0e7db817c248f395 authored almost 11 years ago
reorganize address tests #50

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...

786198f130ba2acbf1e8fa9afb2e65d51898f456 authored almost 11 years ago
update testling config & add badge to readme

[#48]

db8b38803c0006657f382dedc84feff2688e69cf authored almost 11 years ago
remove isArray shim

[closes #40]

bde9b13b154b33d28e736366f15c36c999eff9b8 authored almost 11 years ago
Merge pull request #46 from xnova/master

include 'network' in the library exports

a8d9708caa27ab8fdf077030349270d6a6ad01c9 authored almost 11 years ago
include 'network' in the library exports

f50c1a91f74241230c2383be8cac11dff53f805c authored almost 11 years ago
Merge pull request #44 from justcoin/tidy-scripts

Tidy up script.js

e7de3540d16abb894d7866181a9169b4bbfe77b4 authored almost 11 years ago
Merge pull request #43 from justcoin/remove-event-emitter

Remove event emitter

f4b819e1af3ee50f607778a00aacace1749c4900 authored almost 11 years ago
Merge pull request #42 from justcoin/remove-txdb

Remove txdb.js

9f74a13864b5fc540364acba71ea291c6fb3856a authored almost 11 years ago
Merge pull request #28 from bitcoinjs/hd-testnet-support

HD testnet support (#27) + unify network names

b9de99943469bbbcc5f2fbc793de86314aa85780 authored almost 11 years ago
Remove exit node class #32, @abrkn

3dfc3cd0e81af4507032ab46ead1682bba06e2f1 authored almost 11 years ago
Remove pailier.js #33, @abrkn

3bed73da65d252ea83ed27574aee7ef6ba886a38 authored almost 11 years ago
Simplify Script constructor. close #41

4a4e75d007291b661ae1df5d85dac48bf650bfea authored almost 11 years ago
Clean up script.js formatting. ref #41

354d31a297b49a99af2db877fa43b90f7203293a authored almost 11 years ago
Remove EventEmitter.js. close #37

23ccb974392e68a2c21243a70b0f4fdbaa25ae01 authored almost 11 years ago
Remove txdb. close #39

51ad071446858a8c79cd45b93f5f63fa73f8d068 authored almost 11 years ago
Merge pull request #35 from justcoin/convert-cleanup

Cleanup convert.js and add base64 test

e3559660e3cd68a6f13ff1d2f5384896e4e1ea26 authored almost 11 years ago
Merge pull request #34 from justcoin/readme

Rewrite README

a253046c1ba5bff86ed4bf1f27be9177cf6d56e4 authored almost 11 years ago
Rewrite README

74ec735e0bddc7b7b801a761e87fd37e4eaf5ae4 authored almost 11 years ago
Add RFC test vectors for convert.bytesToBase64

81b44ef269e6fd661ab9cde14ca75584166dc128 authored almost 11 years ago
Remove String.lpad and cleanup

80f46d32b48a1b9fd6b81ae523d9e255c7190671 authored almost 11 years ago
pull out hdwallet network specific values

65a13cbf4147b9ba6b94ccc0ea9fdce81b13e7d3 authored almost 11 years ago
throws exception if specified network is unknown

also move network type tests to hdwallet

2e9782837913d4b7d6d58a4b623e0795a8f621de authored almost 11 years ago
HDWallet prod -> mainnet

02b3a2b5640f3765031361c8d1290acfa2a5f6f5 authored almost 11 years ago
move address versions into network

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

eaf84c42839a8c07700a276ef5de03451142ab18 authored almost 11 years ago
HD wallet versions: Bitcoin -> prod, BitcoinTest -> testnet

293c864f4f0ffca7c8409925820ca8e890fda98e authored almost 11 years ago
key version check always always relies on the network property

[#27]

c3528680808f3ae703c37f40a759e2ef75eed882 authored almost 11 years ago
squashed commits from #27

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...

09ee406106e938f2a581ea4ed5b7bd39f7f394a1 authored almost 11 years ago
Merge pull request #27 from xnova/master

Additional testnet fixes with HDWallet

[WIP]

a4ba59e9bacd27191d59959793f8b67eade987c2 authored almost 11 years ago
added testcases for new logic

2ca02c47ce95c48aeacecf1532a29c1898b71a7d authored almost 11 years ago
didn't mean to remove getPub()

0310a890ba084008fc51172c5c4ecc7c454b43d7 authored almost 11 years ago
more ECKey version specification in HDWallet

d447e6927976959980e371aa797d759ec8c68f15 authored almost 11 years ago
HDWallet passes along network type when it creates the master private key

ff70f661f7ed36298bb63edb724216db878e2c5a authored almost 11 years ago
use options in wallet contructor & add tests

[#26]

36d3d6ebaaa0f99a35c8e0bba765037e006efbc9 authored almost 11 years ago
Merge pull request #26 from xnova/master

Address some shortcomings with wallet.js

baaddc893006918eae41dcb7ecdb3b4ba61f50ac authored almost 11 years ago
added ability to specify child key derivation method to the Wallet constructor

933474a973672eef686fd1207f8870f728531bb8 authored almost 11 years ago
allow Wallet to work with testnet

49c2fc06b5d9ca182ab689a3f0ea88a30d3507e4 authored almost 11 years ago
Wallet.generateAddress uses the new HD wallet method

102e2b3d48e09ee5b07acf69d78d1f345d255906 authored almost 11 years ago
Merge branch 'MichaelGooden/feature/testnet-support'

Conflicts:
bitcoinjs-min.js

d150b7acc62f52aa34f059bc822a34b29c50b9a3 authored almost 11 years ago
Update compiled file.

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

3b8d53b7d105af286b8adfd2d2661bc48cedf7b6 authored almost 11 years ago
Add testnet support to Address and ECKey, more tests.

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

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...

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.

932b6bce70cd873a1551cc9ac9a9d38cbb03011a authored almost 11 years ago
Fix parsing of base58 compressed private keys. Add base64 parse support.

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

b3e3f806cb9371f2ffd6663f2910215024d13b10 authored almost 11 years ago
Merge vbuterin/master

cb3653105ab12407264e6f5dd73159cb7eb91bbf authored almost 11 years ago
Merge justcoin/master

fcf3fde0894fccc2cd6adabea8d5dec81fa17013 authored almost 11 years ago
Fixed ECKey constructor

c8732e5d380730ccfe970c0f45e142d0851ed778 authored about 11 years ago
Fix wrong bitcoin address from priv key.

a68b0910afdd259253db9a2c92045ca5bcf795c6 authored about 11 years ago
Fix wallet.js so it does not crash with HDWallet.

4edbaee96ad53a420b329cb281e20c17a4e40198 authored about 11 years ago
Replace BIP32key with HDWallet in index.js

e3cf19343dd4c655899b9055c2dabd2d9d305643 authored about 11 years ago
Remove obsolete bip32.js

966d2ee90d880bddbdec071a150655d5993de748 authored about 11 years ago
Rewrite HD Wallet (BIP0032) with all test vectors

5f9e2624f8270cd7d6933bbc2fc17cb17d89cbe0 authored about 11 years ago
Add toBase58, toWif to ECPubKey

8ccb8ad70a8b26f6ed124aa0fbcf7175ed9340fd authored about 11 years ago
Allow specifying whether to compress key in ECKey.toBytes

ecbb6f81eea1f95ade0b2ab16aff41d840891fb4 authored about 11 years ago
Begin work to properly cover the test vectors from bip32 docs

6cc7a23bdd962e5c187742414e16493933b5d065 authored about 11 years ago
Add BIP32_PRIME constant, 0x80000000

1cb41fdaba3c51c40674233e6d9c0c4371803c59 authored about 11 years ago
Improve naming of ECKey/ECPubKey formatters. close vbuterin/bitcoinjs-lib#13

56bb0a0c6d49181a38228ce828bbb40cef02c339 authored about 11 years ago
Document serialization of BIP32key

e08533ff7a1328fc0ff07efe7f143f5cbd655aa1 authored about 11 years ago
Fix ECKey.verify

29ebd4edc5b924c818f015bc28f1a8bf2ad897b5 authored about 11 years ago