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

remove unnecessary imports from wallet

83db6483fa7a164615a61b9e0d3bf8dda8482dee authored almost 11 years ago
Transaction fee calculation does not need BigInteger

75218e784fce97858ec3cb8f0ad536728714e8db authored almost 11 years ago
add async version of createTx

68b08b638a9eccd7eaae66f1a51f637be0dada31 authored almost 11 years ago
implement and use txOut.scriptPubKey

3d12d3b03889a3d359f127d8af210a28cc9aaf8b authored almost 11 years ago
remove processOutput and processExistingOutput

instead of processOutput, use processTx instead
processExistingOutput is time based which is not...

5d79b094d47d52ec8873124b108d9050f8fb81b9 authored almost 11 years ago
sign tx

913b48e87fede1f41948cfd295952f5aa05daf4b authored almost 11 years ago
check for dust before creating transaction

7c81bfef724aba6383eb9aa807fdfc8f07b93b7e authored almost 11 years ago
always assume change output exists when estimating fee

8f0413da987dfb12cc3eb45133828fab9dde585a authored almost 11 years ago
skip change if it is not above dust threshold

471bc7ed97158bb92e7ad56e1f3302326efd90a0 authored almost 11 years ago
throws error on insufficient fund

90921798cff549bfb1b06893f635a85948b7b36c authored almost 11 years ago
remove old methods

2501868f5283d5d7c971383301c114a31b454681 authored almost 11 years ago
createTX returns tx with expected inputs and outputs

2dc0f69d000b77d049e3ebb57362062d67174577 authored almost 11 years ago
lock down sinon version

756e8771818c9bbbd838090bccb3b6aab52eb500 authored almost 11 years ago
add toAddress and getOutType tests to script

423124966facadf4e67a5e30b7c287b1220c7d9a authored almost 11 years ago
add tests and refactor wallet.processTx

dbb56813660990a123765265f24050c4e0518d6a authored almost 11 years ago
script.toAddress -> script.getToAddress

c3880c0cdf5324b28b554f8bc3b052def77fafc0 authored almost 11 years ago
add (some) fromAddress and getInType tests to script

83381186d136064a48bc4136b983d346a99b07d4 authored almost 11 years ago
minor refactoring: Transaction tests use fixtures

eb9e98aa7ba647a2087a43f493d8387bdda0d6c8 authored almost 11 years ago
Transaction is able to estimate fees

b7d65fb75777a8b5a02d0223d1b0cf234d927256 authored almost 11 years ago
wallet.outputs[0].output -> wallet.outputs[0].receive

output is overloaded. Considering we have output.spend, output.receive makes sense to me

e574693594e78204506dd7ca4c88d633cf0405d5 authored almost 11 years ago
minor refactoring

c39aa6cb0793f704a153a3a7c71e60a38e2abaf1 authored almost 11 years ago
throw error when unspent output does not have required keys

01dc34d720d0bc207eeca83e92c3f2182a7f778d authored almost 11 years ago
wallet exposes unspent outputs via a getter

also add reverseEndian method to convert

16dc68cbaa18877890a9b0f14c58e687c5d0c3ba authored almost 11 years ago
wallet allows setting unspent outputs

26afbccc98ea44b113c9efef29a72d14c7e32cd2 authored almost 11 years ago
Merge pull request #94 from dcousens/patch-2

VarInt now uses correct prefix for 64-bit

68e8834c664c354877d827bc7397eb1bd2328d02 authored almost 11 years ago
Adds simple test vectors for numToVarInt

baa50d6aa26f00bd18f6700501f989229f6437a0 authored almost 11 years ago
Merge pull request #95 from juliustayl/multisig-tests

validate multi-sig address

4c82a09aae5470951271285f02a497ff3c53c35f authored almost 11 years ago
VarInt now uses correct prefix for 64-bit

164d31ee3d05c48973285885b1d646e583f130f8 authored almost 11 years ago
validate multi-sig address

This is a test I have been using to validate a 2-of-3 multi sig address
using known public keys ...

a4317d67bef1621791b9f6f2abcaaea0d2606126 authored almost 11 years ago
Uses previously generated private key hex string instead

c59336c1f2dba37f6b8d64325ce5165cbcd923bc authored almost 11 years ago
Rewords addInput/addOutput clarifications

afd1a488d7d285d28aa7d1688b7b01e419e2dd47 authored almost 11 years ago
Updates comments on example transaction

1175c602ffb4f7756381be4f63e46a0ecc68ab96 authored almost 11 years ago
merge eckeyoutput

a74c878b590b1e7c3077bd5da3e7ecc14afa6ffb authored almost 11 years ago
Merge pull request #89 from Dcousens/eckeyfnc

Adds ECPubKey.verify and tests for ECKey signing

d16ea7f2a6a47bd2bdc13743f390f696490840e8 authored almost 11 years ago
Merge pull request #86 from Dcousens/patch-1

Updates README.md examples

df727c627a439b0102fde98d3e64462e50fad19a authored almost 11 years ago
Merge pull request #85 from Dcousens/convertcleanup

Convert.js/Base58.js Cleanup

7686ac122e0242fd71db41cfe1dd616e0451909c authored almost 11 years ago
Adds some ECKey tests

a1944fdc777b364c2d0f9f47ec763a60d9a01d1e authored almost 11 years ago
Adds verify to ECPubKey

f1414b0d2f7edcd9b801bde13b13afdfa3508d1a authored almost 11 years ago
Adds compression flag to toHex/toBin and tests

a96dfea1f421b2186219559b9fa21119fbfee638 authored almost 11 years ago
Updates README.md examples

Address is now properly displayed as per #80.

Adds example serialized transaction hex output.

76b20af515e304f258ea50c67d17e605ca99b922 authored almost 11 years ago
Changes indentation to 2 spaces

f8de9a66daf0c595c15dfc9381fcbdcbfb16e782 authored almost 11 years ago
Standardizes function signatures

fc2c49533732a6e769890919121d7ce820afd630 authored almost 11 years ago
Merge pull request #82 from Dcousens/jshint

Basic pass through JSHint

c42e0fb8e0fa9b46a5f2a1f153919237b7167843 authored almost 11 years ago
Various stylistic changes

ed137a3b9dd0433f14e6b9e117699183c138d710 authored almost 11 years ago
Uses Array.prototype.foreach for stricter scoping

a062297be2b690403775feedfcfa94438df3bbfd authored almost 11 years ago
Strict comparison operators with 0

36af0223de10f9b46b332df1b2624f8b0d5289d8 authored almost 11 years ago
Removes unused variables

f580516c06f1242f00a55bc9822eb201a79f48db authored almost 11 years ago
Fixes variable redeclarations

87453f1828e6848a18521273ac067c0d520edfda authored almost 11 years ago
tabs -> spaces

9358a4050056f5cc209aaa2d9f09fb810d202f4b authored almost 11 years ago
Merge pull request #81 from Dcousens/tostring

EC*Key.toString now returns hex instead of WIF

eca20ad2971143487e9f4164bb040b8a9bf86fb3 authored almost 11 years ago
Changes expected key output to hex

48883dd069e870c9aaa6b6631590921aaee4a7b5 authored almost 11 years ago
Changes default EC*Key.toString behaviour to Hex

e9fdfecfea6271b6269a15fb55e1d1ea992f576b authored almost 11 years ago
Renames variables to better reflect their values

2e2932c4104249a1b30af275d4be87f55c078874 authored almost 11 years ago
upgrade crypto-js (uglified source no more)

thank you @evanvosberg, @kyledrake. [evanvosberg/crypto-js#6]

ea7821b6face9a4990b5d37182be8fb32c29531e authored almost 11 years ago
Merge pull request #80 from Dcousens/versionextract

Extracts version from ECKey private/public key utility class

9a2953767ce001a6b902fbc5e074380284050eca authored almost 11 years ago
Restructures test/eckey.js

fcf67a87ccee2be2817aa78da37c285d3e0010c3 authored almost 11 years ago
Changes to new version-less ECKey API

b40374e332ce0400eb57a8b4d8d4cfdb233f758c authored almost 11 years ago
Fixes network tests for proper address types

9bab1e96ad21efa3624ffd226f532505e9f1143e authored almost 11 years ago
Merge pull request #79 from Dcousens/master

Fixes #78 for alternative constructor syntax

807972bbaf96f99194ed8de91e9b9a0070077555 authored almost 11 years ago
Fixes #78

a1be488d1b7de536de811cbfa7fa3a8d8a0d6b23 authored almost 11 years ago
Adds failing test for #78

74ee2f90d0c6c59842e2846a3390a62bdf6ab9d0 authored almost 11 years ago
Merge pull request #76 from coinpunk/transactioncleanups

Many cleanups to Transaction, see detailed.

35747fb1fbf61a28511fcbf3cfcfb193260a2144 authored almost 11 years ago
pull IE from testling

f5053375e3e2cec334cd5ad01ace47bb483c615b authored almost 11 years ago
change tx example to use two-argument method signature instead of a single string

fa9f473932cb71113b5549bcc6655982968de2de authored almost 11 years ago
add back SIGHASH code to transaction

40881a7dd81f672095ce971d103f5712c27041c2 authored almost 11 years ago
upgrade mocha

ebcaf41b311a1521b2f0235397252eb01bcdc01e authored almost 11 years ago
remove mocha config file

[fixes #75]

ea723c7caf28c175c7b8340748b28657f3f27e0c authored almost 11 years ago
upgrade secure-random

f76dd9431054987711be4d851e4d85dd1591ea10 authored almost 11 years ago
update testling list

1e20947a02dd2763b3702d476ca044c43c2e3b8b authored almost 11 years ago
Merge pull request #77 from coinpunk/master

add warning about master to readme

e0cd67e2e72c01b366b863391b2887bd6dc25bf8 authored almost 11 years ago
add warning about master to readme

6dcf692f3aa7370f3c0d9b5de4c6419642dcf23e authored almost 11 years ago
Many cleanups to Transaction, see detailed.

Default-ize the sequence rather than use a number, and default to bytes
for input. I doubt anybo...

28e146431c58996e79edc12153c9023e84e58d85 authored almost 11 years ago
Merge pull request #36 from bitcoinjs/replace-rng

Replace all Math.random/other (P)RNG

771d41517924d87394bd0dacd29a9884374f594b authored almost 11 years ago
lock down secure-random version

15592a260c54edc83e4af8ea8a88ff99f7778ef5 authored almost 11 years ago
replace jsbn's rng with module secure-random

This uses window.crypto.getRandomValues on browser
and crypto.randomBytes on node

b7861e4336664901519081db221a9edf29990e21 authored almost 11 years ago
Merge pull request #74 from greenaddress/patch-1

GreenAddress in "Projects utilizing bitcoinjs-lib"

b94f9a687f7f55db86e01ea292ee12837b037f91 authored almost 11 years ago
GreenAddress in "Projects utilizing bitcoinjs-lib"

0cc8ba30f21f1fa95769b767cb6cd37b5d75e206 authored almost 11 years ago
Merge pull request #72 from masonforest/master

Add examples to the README

ff625968ce776ac1d463ee5a36ca857477d3de8b authored almost 11 years ago
Add examples to the README

aa3116288a89856336878e424c57626469d44384 authored almost 11 years ago
Merge pull request #71 from bitcoinjs/transaction-tests

Transaction tests & fix addInput hash allowed formats

28517bed13c250f683a83c625d5015861cbda732 authored almost 11 years ago
Test validateSig. Use validateSig to test transaction signing

a26c01b8dacf77ca4d76407723fbdf4e65ae5ea8 authored almost 11 years ago
Merge pull request #60 from bitcoinjs/hd-keychain-structure

HD wallet keychain structure

ace3fd122c9d5d401eb26dad231eab27281b4d34 authored almost 11 years ago
test transaction signing (failing)

9df37a31b196d51056915b98284eda88198e794d authored almost 11 years ago
add tests to addOutput

be9c19c50c28e3c828638da35f21fdda0281cf75 authored almost 11 years ago
fix and add tests for addInput

2e6ef6cb856b73822a7c1d7fc346fff387f0156d authored almost 11 years ago
Add tests to transaction deserialization

lock_time -> locktime

a5ee07f7f632f01fca82345bb6036f64647d8551 authored almost 11 years ago
fix script constructor array check

9f2da415ea6510604cdf8aeb9bcbfe327a42f410 authored almost 11 years ago
Merge pull request #70 from caedesvvv/master

fix transaction hashing (was using Message.getHash incorrectly).

b93a77441457df27b6bdec7ccee159de7b0cca08 authored almost 11 years ago
Merge pull request #67 from bitcoinjs/static-dep-versions

Remove wildcarded dependencies

8e0de1dae482583642f7c12f16c81acfbb91a961 authored almost 11 years ago
new master key resets accounts and addresses

31cfb111786ea7765f7526539b82dd0f37699b7a authored almost 11 years ago
require crypto-js/sha256 instead of ./crypto-js/sha256.

2e26a137d504857fb3708624da26ab002aff1737 authored almost 11 years ago
fix transaction hashing (was using Message.getHash incorrectly).

8f383be3257bec8cbac9ce32b2505b4c450e2243 authored almost 11 years ago
fix Wallet default constructor

a7a7999e3f10b4b4b1fc3fa2b30256d534bab458 authored almost 11 years ago
Merge pull request #69 from sembrestels/patch-1

Added DarkWallet to projects using bitcoinjs-lib

966eb7ea4ab463e408e0670445d93203e35793c0 authored almost 11 years ago
Added DarkWallet to projects using bitcoinjs-lib

ecadd2a5867e249aaf7dd18d31d87b72a581a946 authored almost 11 years ago
only show master branch test status

903064c76f1e7762b8c5078b1422032a2b2d3beb authored almost 11 years ago
Specify static versions of dependencies

3b12531a6ae21d20fa6e89d41f8912fb5ed0bc28 authored almost 11 years ago
Remove trailing whitespace

ccc7d45c6b0156003bb2ff31139ed341458455c9 authored almost 11 years ago
change testling image back to https

0729e008e91c00a197613d865648051744456335 authored almost 11 years ago
change testling firefox min version from 10 to 15

also change testling image to insecure url as an attempt to flush github cache

4f7077bad3fbc52c378e206a646c1023b07012e5 authored almost 11 years ago