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

HDWallet: improve testing coverage

github.com/block-core/blockcore-js - 533d61380a5cb95442d0efe83059cf25b7e4606c authored over 10 years ago
HDWallet: more explicit branch for parentFingerprint

github.com/block-core/blockcore-js - 3f24e87c541c58683955fd50033091fc957ed6cd authored over 10 years ago
HDWallet: adds PubKey validation

github.com/block-core/blockcore-js - e8e862f6325c15c1a1c67f6dc19e873145fc0a67 authored over 10 years ago
HDWallet: extract BIP32 params search function

github.com/block-core/blockcore-js - 708e27aa2db3f99e7d62ece9b7ac0f0943cb6e37 authored over 10 years ago
HDWallet: remove repeated assertion

github.com/block-core/blockcore-js - 759aeb9abcc57de0b9267b7179d7e88387d75088 authored over 10 years ago
HDWallet: use new constructor

github.com/block-core/blockcore-js - c0006c299ff1ba676cf8193363972962521f8894 authored over 10 years ago
HDWallet: remove getKeyVersion

github.com/block-core/blockcore-js - ac9e259fcd3f5bfb19425e27d6e7f8633ad87d48 authored over 10 years ago
HDWallet: remove unused imports

github.com/block-core/blockcore-js - 02f5fceda7cfca962566ef163032e706574256da authored over 10 years ago
HDWallet: use assert.throws

github.com/block-core/blockcore-js - 799b69eb1e511207947232f30a9d06142bf0eb69 authored over 10 years ago
HDWallet: moves fromBuffer tests to data driven style

github.com/block-core/blockcore-js - 58dd86bda1c59409a58f7c636bbc569c68a8eee3 authored over 10 years ago
Merge pull request #200 from dcousens/walletclean

HD/Wallet clean

github.com/block-core/blockcore-js - 1bce66246ce64a0ad109313c5f10c33ebd563315 authored over 10 years ago
HDWallet: clarify test intention

github.com/block-core/blockcore-js - 749943cb4e33e80873f12f1bbb6e173cd124ee8f authored over 10 years ago
base58: cleanup variable names

The encode/decode functions are also now similar syntactically.

github.com/block-core/blockcore-js - 77d4325d4b57d3b26494b56922b6ce9b89de1d7b authored over 10 years ago
ECKey: ensure throw is from ECKey

github.com/block-core/blockcore-js - 77ed66b24ddcf4184ba579271728e6a2ba87b7dc authored over 10 years ago
Address: Expected T, got PARAM for Buffer assertion

github.com/block-core/blockcore-js - 61c57adbf86d8cee0122ae3ae15aae8d84a7938f authored over 10 years ago
base58: use signum over compareTo

github.com/block-core/blockcore-js - baec325e6f6d73ad6c947e436ebdc0f3052a4ae1 authored over 10 years ago
base58check: buffers only, remove explicit 0

Undefined is treated as zero if it ever gets to this point anyway, so no
value is added by havin...

github.com/block-core/blockcore-js - 2b2081bed906be7c6fbf61ef17b9c5bc89b89e16 authored over 10 years ago
ECKey: adds test to ensure throws on negative D

github.com/block-core/blockcore-js - 978f0c5406fdd0b927578455e308e899a161e3e1 authored over 10 years ago
ECKey: use signum over compareTo

github.com/block-core/blockcore-js - 5f88cb89318d92884c7f2203b1088b70988f13d8 authored over 10 years ago
Wallet: use assert for consistency

github.com/block-core/blockcore-js - 3bce535e36d0537f4702ddc41efe17671a66c74b authored over 10 years ago
bufferutils: test fixture filename copies parent

github.com/block-core/blockcore-js - 5b7873d05b8689ff64e03b923cdab1070afcbff8 authored over 10 years ago
bufferutils: use verifuint for 64 bit integers

Taken from browserify-buffer.

Also adds a few more tests to assert this is working correctly fr...

github.com/block-core/blockcore-js - b9bdf21cbe67074c119b4cbdffd11b38532d665b authored over 10 years ago
remove backwards compatible code, use npm versioning instead

github.com/block-core/blockcore-coininfo - cacf0633a143bdff506134ef59755a26c0a5e657 authored over 10 years ago
Wallet: enforce operator new

github.com/block-core/blockcore-js - cde285ccfcdd699cd99c10f92ea2006bfc04208d authored over 10 years ago
HDWallet: add fromBase58 exception checks

github.com/block-core/blockcore-js - 80da2ed2d5e91864e7e9295b9e736a6f1588f761 authored over 10 years ago
HD/Wallet: use network objects, not strings

github.com/block-core/blockcore-js - 4952c5f4e7026661e8be3a6bb96759fc4aaf72fb authored over 10 years ago
Wallet: remove async interface

github.com/block-core/blockcore-js - bd3690bdc032aa88dbc624de8ffa795760e90ce5 authored over 10 years ago
Wallet: use dustThreshold directly

The definition of a dust amount is pretty clear, and I feel it is less
readable when represented...

github.com/block-core/blockcore-js - 4afdbc9f6820b24fc3a6c5dc58339682a8e5c19a authored over 10 years ago
Wallet: remove use of hashLittleEndian

github.com/block-core/blockcore-js - 2df790e2ab9a13a46a84c6c9701803d6c92375bb authored over 10 years ago
Wallet: cleanup createTx control flow

Unknowingly this also revealed a subtle bug in the previous
implementation which allowed the cre...

github.com/block-core/blockcore-js - 50e9a09a8c572b45f68f7e3361d4a41aeb740761 authored over 10 years ago
bufferutils: return opcode for use

github.com/block-core/blockcore-js - 7e9b5d858497c4ec63bf1ff7f02509194520bd83 authored over 10 years ago
ecdsa: serializeSig should return a Buffer

github.com/block-core/blockcore-js - b10e96cbff0c88ca171366e1c6af49b803f8e828 authored over 10 years ago
Merge pull request #199 from dcousens/btccoretests

Bitcoin core tests and fixed exception testing

github.com/block-core/blockcore-js - 13f95d4ecf92896993bdc21a4e7268ccbe8a2df5 authored over 10 years ago
bufferutils: unrolls tests and adds more 16 bit test fixtures

github.com/block-core/blockcore-js - bda1a8321c4c60c713a7e306e0f872e5eeab87e3 authored over 10 years ago
all: Expected T, got PARAM

github.com/block-core/blockcore-js - 6f3d829be0b471d41b81ca8ae379a74ef97e4a86 authored over 10 years ago
tests: adds Bitcoin core test data

github.com/block-core/blockcore-js - 12a2dc3cc2f7cdcabdfa7d870d1ca51fa3acf07b authored over 10 years ago
bufferutils: add PUSHDATA implementation

github.com/block-core/blockcore-js - d18f2dba009d7e2a4ad9ea0f8d1bee00554ef0c5 authored over 10 years ago
Transaction: extract DEFAULT_SEQUENCE constant

Also fixes the bug when the sequence number is 0 and
`TransactionIn.defaultSequence` is used; re...

github.com/block-core/blockcore-js - db814439a3c9b5c81a2c7227bb94d920f73b0338 authored over 10 years ago
Transaction: refactor hashForSignature

Adds asserts to ensure only valid hashes are created (until the
implementation is complete).

Al...

github.com/block-core/blockcore-js - 2f446286047557f8ac9356c068bf55797ace5f73 authored over 10 years ago
tests: adds bitcoin core tests

Not all tests are added yet, but this represents a significant portion.

github.com/block-core/blockcore-js - 14069155b0b450b924369043e600c0d069bed47f authored over 10 years ago
Script: add fromChunks and without

github.com/block-core/blockcore-js - 7d94d1b0684145d12f57b946555d7780b3ab2443 authored over 10 years ago
coretests: reverse inputs for simplicity of testing

To save on us building a hash map with which to check the inputs,
instead I just ensure that the...

github.com/block-core/blockcore-js - 36a1d579f88281c6f48bc7c1f898e79ac178154a authored over 10 years ago
Transaction: fix SIGHASH_* constant values

github.com/block-core/blockcore-js - 54950c9abb736f15a308644a1f49bb5a2515632a authored over 10 years ago
Script: adds missing exception regex

github.com/block-core/blockcore-js - b05d17f9049246d3a2ef42255e8df6b21ad5ea61 authored over 10 years ago
HDWallet: adds missing exception regex

github.com/block-core/blockcore-js - 8b3634c866d48f83837f08b7defa23280e18683a authored over 10 years ago
ECKey: fix exception tests

These weren't broken as such, but they weren't distinctly checking that
the right exception was ...

github.com/block-core/blockcore-js - 7494a146a68403a00984a1e80bd8f7b88c585bcd authored over 10 years ago
ecdsa: fix missing exceptions

github.com/block-core/blockcore-js - 6cfa729dae4699fb68bac754e749fdd54646324d authored over 10 years ago
address/base58check: fix missing exceptions/tests

All the `invalid2` tests have been removed as they were not invalid
base58check. They were actu...

github.com/block-core/blockcore-js - 2fc69b08346fc17bee91bdb82fd5a13a7a7274bc authored over 10 years ago
base58: fix missing exceptions

github.com/block-core/blockcore-js - 47ae862ae9128c35fdcebd5ea3e5117b007fd40d authored over 10 years ago
Merge pull request #196 from dcousens/intasync

Integration tests running async causing wrong balance

github.com/block-core/blockcore-js - c9ad359520cd2d60906ebcb63474b6e2a9f8c15b authored over 10 years ago
integration: stop async tests causing wrong balance

github.com/block-core/blockcore-js - c9f9d86cb449ebf164a1bc4711e567cbb45428df authored over 10 years ago
integration: use Script.getHash

github.com/block-core/blockcore-js - 326cda63c0f46bfa189182ea2a691496c94295d2 authored over 10 years ago
tests: fix #198 indentation

github.com/block-core/blockcore-js - 778aab104e6822e419a29da8546a1e4f27b106a7 authored over 10 years ago
Merge pull request #198 from thallium205/master

ensure pubkeys length greater than m

github.com/block-core/blockcore-js - cf4d7bb0f3542f44631a7c0743c92d6f88b6cfc3 authored over 10 years ago
ensures that pubKey length is greater than m

ensure that pubKey length is greater than m

use Array.isArray over instanceof

error message

github.com/block-core/blockcore-js - 343289229eff85223f030c0f5e63c98854b6da22 authored over 10 years ago
wallet: fix address description typo

github.com/block-core/blockcore-js - 4dd617d5ca86b78978975d585d03ae9ab1ed5be6 authored over 10 years ago
Address: remove Address.Error

By removing Address.Error, we remove a code smell.
This part of the code base was also not under...

github.com/block-core/blockcore-js - 8514bbfabd48e9fd9900ca765a27132d87e0b362 authored over 10 years ago
README: improve feature list

github.com/block-core/blockcore-js - 4332c9e3d41a086b4a8768c3c1c750da374ab309 authored over 10 years ago
Merge pull request #195 from coinpunk/addcoveralls

Add support for continuous coverage reporting

github.com/block-core/blockcore-js - befa0d34461466799ecf3f6daafb1a605adbc909 authored over 10 years ago
package.json: add support for continuous coverage reporting

github.com/block-core/blockcore-js - 6f87c437d5224b6097dcc6138e4b0a2a029e25b6 authored over 10 years ago
sec: remove untested alt curves not used by bitcoin

github.com/block-core/blockcore-js - 33e5883be10add3628383872ae2231bf61897997 authored over 10 years ago
Merge pull request #194 from coinpunk/hdcleanups

Remove fromHex, tests for edge case fromBuffer errors

github.com/block-core/blockcore-js - c962d0c9b75ba17f372570ff119cca230041cdc3 authored over 10 years ago
hdwallet: remove fromHex, add better tests for edge cases

github.com/block-core/blockcore-js - 600209b1a633a134aa18482a8220713929b4e64d authored over 10 years ago
Merge pull request #193 from dcousens/hdtests

HDWallet: move test vectors to fixtures

github.com/block-core/blockcore-js - c5704cfd44cc736bdf2e29a44c92df6b16d6bd29 authored over 10 years ago
Merge pull request #188 from dcousens/ecsig

ecdsa: always use signature object

github.com/block-core/blockcore-js - dd3e1712127a92ffc74bc4d8e6fbd9e2896fb9e6 authored over 10 years ago
HDWallet: move test vectors to fixtures

github.com/block-core/blockcore-js - d2e921fce6e8a9e08d9908779a7df7a95f9ed6ab authored over 10 years ago
README: change fromHex to fromWIF

github.com/block-core/blockcore-js - 1e70e31e9f9a49313d3f0d967dbf8d103c7f6d81 authored over 10 years ago
Script: add createPubKeyScriptPubKey

github.com/block-core/blockcore-js - 08951be66fa1ceafd99864d5b36d2b31ea5c2f39 authored over 10 years ago
Merge pull request #191 from coinpunk/remove-crypto-hash-transistions

Remove crypto hash transistions

github.com/block-core/blockcore-js - 05d0baae7c4f2d32efcdb092b807449071ef7435 authored over 10 years ago
fix for hash160 in integration test

github.com/block-core/blockcore-js - 4e3cb6762b49101d485e56274a282a0571eba9cc authored over 10 years ago
remove crypto hash transition code

github.com/block-core/blockcore-js - f545ed1279a5f2834cf879a7ad3e274979e3ed9a authored over 10 years ago
Merge pull request #192 from coinpunk/eccleanup

Cleanup some unused ec.js code

github.com/block-core/blockcore-js - c17c6f9291070ad704ae5512e5d41cd0f02a7aa4 authored over 10 years ago
Merge pull request #190 from coinpunk/readmefixes

fix for a few readme examples

github.com/block-core/blockcore-js - f88b5cbbb9d83191b064da6611465280f8d80b81 authored over 10 years ago
ecdsa: always use signature object

github.com/block-core/blockcore-js - 58fd12e66d004e418a1e6b6383640a6cb4328967 authored over 10 years ago
Merge pull request #187 from dcousens/messagefixtures

Improved message fixtures and data driven testing

github.com/block-core/blockcore-js - 52217ea262295bbd87a85c5091ca0c9a385f9ed4 authored over 10 years ago
ecdsa: use signum() over compareTo

github.com/block-core/blockcore-js - bd1a08bfa1925b5390359e16d62c1a7965706e7f authored over 10 years ago
ecdsa: add invalid tests for verifyRaw

github.com/block-core/blockcore-js - 37d5147cacbe30b3db6fb3591e5eb499f804d2cb authored over 10 years ago
message: better variable names

github.com/block-core/blockcore-js - 1d6b1fe58bd6d15ab18ff3398e1336f5afe784e4 authored over 10 years ago
message: data-driven tests

github.com/block-core/blockcore-js - 2114deba95b067e0c954d003bf5be43875ca7f02 authored over 10 years ago
cleanup some unused ec.js code

github.com/block-core/blockcore-js - bc062fbdcefd7174293751ed4902abf6f4dea3dd authored over 10 years ago
fix for a few readme examples

github.com/block-core/blockcore-js - b6addfdfc83aefa7fda6fd4366fc716010c0dfbe authored over 10 years ago
Merge pull request #186 from dcousens/jsontests

JSON Test data

github.com/block-core/blockcore-js - 3f808829398994c937716ce0acd79d7af557c0d9 authored over 10 years ago
Merge pull request #185 from dcousens/secclean

SEC clean and bigi upgrade

github.com/block-core/blockcore-js - d4e165268898ea141f03f431b6b709a019f526c7 authored over 10 years ago
Merge pull request #184 from dcousens/ecclean

ECDSA cleanup

github.com/block-core/blockcore-js - c6bc0ebdcb24dfab973a36983acce1d56db39400 authored over 10 years ago
tests: use JSON fixtures exclusively

github.com/block-core/blockcore-js - b2351f90262e95f49dc90b0fe7002247310ee41a authored over 10 years ago
tests: remove bigi test fixture

github.com/block-core/blockcore-js - 0fcda5835edc2fd375ae3a51cee33120e5e8b974 authored over 10 years ago
bigi: upgrade to 1.1.0

github.com/block-core/blockcore-js - cd326921bc38ce1aa5805ec00300506ca3102155 authored over 10 years ago
sec: use a hashtable for lookup

github.com/block-core/blockcore-js - da48c988f63cf0df0ec92a3eb02e2e2b15c17f7a authored over 10 years ago
sec: fix formatting

github.com/block-core/blockcore-js - 1087ac07decfc74a75d4b1118cbf9ea23384374d authored over 10 years ago
sec: use BigInteger.fromHex directly

github.com/block-core/blockcore-js - b8858c0bc921c393d701bdcddc03f43a62687829 authored over 10 years ago
ECKey: remove unnecessary slice

github.com/block-core/blockcore-js - aca565239a985da27969ddf527ecade843baee5d authored over 10 years ago
ecdsa: consistent parameter ordering

github.com/block-core/blockcore-js - 8d7408202f95233dadd90e9b97e4bf574841e8b0 authored over 10 years ago
ecdsa: use standard declarative notation for functions

github.com/block-core/blockcore-js - d05d661aeadaf440b53d8d213ad384abf90e6165 authored over 10 years ago
ecdsa: remove ECKey dependency in tests

github.com/block-core/blockcore-js - ab2ca395ac08eac8cc50240ccdfcf8ac2383474b authored over 10 years ago
ecdsa: fix indentation

github.com/block-core/blockcore-js - 087ca551f5b201cf71038d55a2b099a020e2a2b8 authored over 10 years ago
ecdsa: use (r, s) values directly

github.com/block-core/blockcore-js - 2dec1375a17f19e36c1eda1e0a6270071ff45a03 authored over 10 years ago
ecdsa: remove implicit ecparams

github.com/block-core/blockcore-js - bcfd62fdb5586ad63234b157ab1e5b6d0751bdb1 authored over 10 years ago
ecdsa: use shamirs trick

github.com/block-core/blockcore-js - abe65b8d4a36923aaf5f23b9e90e350d61ec8184 authored over 10 years ago
Package: node-browserify -> browserify

github.com/block-core/blockcore-js - d9184ba6b8f91debd5dcbc2599e1a70597136ed4 authored over 10 years ago
Merge pull request #183 from dcousens/ecconst

EC constants and bitShifts

github.com/block-core/blockcore-js - e4aac0f2de5c28f5f0287796886d51e04392d8b2 authored over 10 years ago