Braydon Fuller
|
5d1da9802c
|
Block: Added validation of proof of work, merkle tree and other interface changes. Closes #601
|
2014-12-08 14:51:43 -05:00 |
Braydon Fuller
|
bc8d5fddf4
|
Tests: Remove devDependency
|
2014-12-05 10:20:53 -05:00 |
Braydon Fuller
|
10a92cdebb
|
Tests: Remove devDependency and change to relative path names
|
2014-12-05 09:54:58 -05:00 |
Braydon Fuller
|
64c0d5f942
|
Payment Protocol: Restore and reorganize files for payment protocol.
|
2014-12-04 10:43:40 -05:00 |
Esteban Ordano
|
1d2b746996
|
Remove gulp from npm install dependencies
|
2014-12-04 09:15:56 -03:00 |
Esteban Ordano
|
70795ec9a6
|
Revert gulp delete
|
2014-12-03 17:26:31 -03:00 |
Esteban Ordano
|
9a57bd3748
|
Remove duplicate lodash dependency
|
2014-12-03 10:10:17 -03:00 |
Esteban Ordano
|
121b9fc090
|
Fixes issues with errors
|
2014-12-03 10:06:44 -03:00 |
Manuel Araoz
|
96e1451d28
|
add script.isMultisigOut
|
2014-12-02 14:20:58 -03:00 |
Esteban Ordano
|
13fd2592fc
|
Add autogenerated errors
|
2014-11-30 09:47:44 -03:00 |
Esteban Ordano
|
803027353a
|
Change errors
|
2014-11-30 09:47:44 -03:00 |
Braydon Fuller
|
6af3559a97
|
Merge pull request #3 from maraoz/feature/karma
add npm install hook for browserify
|
2014-11-26 18:09:11 -05:00 |
Manuel Araoz
|
4fb0ddd8f2
|
use local gulp
|
2014-11-26 19:36:59 -03:00 |
Manuel Araoz
|
433cd81543
|
add npm install hook for browserify
|
2014-11-26 19:33:50 -03:00 |
Braydon Fuller
|
089744f645
|
Tests: Add firefox launcher to package.json for karma tests
|
2014-11-26 17:20:58 -05:00 |
Manuel Araoz
|
25651813e8
|
make travis run all tests
|
2014-11-26 18:50:53 -03:00 |
Manuel Araoz
|
3300aa8015
|
fix package.json
|
2014-11-26 16:52:45 -03:00 |
Braydon Fuller
|
b456d9a11a
|
Tests: Add karma config and dependencies
|
2014-11-26 14:47:26 -05:00 |
Esteban Ordano
|
077a501da3
|
fixes gulpfile cover and browser-test
|
2014-11-26 13:19:15 -03:00 |
Esteban Ordano
|
4b201a8db1
|
Replace grunt with gulp
|
2014-11-25 21:26:52 -03:00 |
Esteban Ordano
|
73265d9089
|
Refactor network.js
|
2014-11-25 20:39:43 -03:00 |
Braydon Fuller
|
8c4301cb0a
|
Tests: Updated tests to run from sub-directories and fixed crypto and encoding related missing updates.
|
2014-11-25 14:20:43 -05:00 |
Braydon Fuller
|
cfb32f7fc8
|
Package: Updated to include the latest versions of dependencies
|
2014-11-24 15:20:14 -05:00 |
Manuel Araoz
|
4974fc99a5
|
remove AES
|
2014-11-21 16:16:50 -03:00 |
Manuel Araoz
|
e0340213fe
|
remove KDF
|
2014-11-21 10:43:12 -03:00 |
Braydon Fuller
|
8ca49fb523
|
update to include new version of bn.js and elliptic that include hex padding
|
2014-11-03 16:53:14 -05:00 |
Eric Martindale
|
6102374875
|
Full suite of working tests for Identities.
|
2014-10-06 18:03:20 -04:00 |
Eric Martindale
|
be95a3f3a7
|
Merge bitcore2 into bitcore, prepare branch.
|
2014-10-01 16:16:05 -04:00 |
Ryan X. Charles
|
8b0b30e226
|
Initial commit of Full Node
all current code is forked from bitcore2
|
2014-09-28 18:33:54 -07:00 |
Ryan X. Charles
|
199ed7c4ba
|
update dependencies
|
2014-09-18 18:46:31 -07:00 |
Ryan X. Charles
|
b7bde14e06
|
add bitcoinjs contributors
...since some of the source code comes from bitcoinjs
|
2014-08-28 20:32:44 -07:00 |
Ryan X. Charles
|
e097fe23ec
|
add contributors
...copied from bitcore. Should also add bitcoinjs-lib contributors.
|
2014-08-24 20:41:36 -07:00 |
Ryan X. Charles
|
63d0fa96b0
|
add repository field
...so npm quits complaining
|
2014-08-24 20:38:49 -07:00 |
Ryan X. Charles
|
1dead4cbc4
|
AES
|
2014-08-24 17:33:09 -07:00 |
Ryan X. Charles
|
7fe333d367
|
temporarily rename to bitcore2
...to distinguish from old bitcore. Will rename once we merge it into the main
branch.
|
2014-08-19 10:27:47 -07:00 |
Ryan X. Charles
|
337b19849c
|
fork bitcore from privsec
|
2014-08-19 09:41:46 -07:00 |
Ryan X. Charles
|
381481fb7c
|
rename back to privsec
...if this package ever actually turns into bitcore2, then we will rename it
again.
|
2014-08-15 12:57:31 -04:00 |
Ryan X. Charles
|
b783b58762
|
rename privsec -> bitcore
|
2014-08-14 11:02:28 -04:00 |
Ryan X. Charles
|
bd3a2c42ec
|
works in browser
compiled with ./browser/build and then open test/index.html
|
2014-08-09 22:47:32 -07:00 |
Ryan X. Charles
|
ca4131ab05
|
remove ripemd160 dep., replace with hash.js
|
2014-08-06 19:06:32 -07:00 |
Ryan X. Charles
|
862235e57e
|
initial commit
address, base58, base58check, hash all working with tests.
base58check code taken from bitcore.
|
2014-08-06 18:25:45 -07:00 |