Commit Graph

65 Commits

Author SHA1 Message Date
Matthew Wampler-Doty 203c4585ff Introducing reference tests for verifying signatures 2015-10-01 10:08:35 -04:00
Braydon Fuller c8afc47fcf Collapse absolute paths in browserify build. 2015-09-21 18:06:03 -04:00
Braydon Fuller 66a3dbb61d Added gulp tasks for release process.
- Includes commands to build and release browser builds
- Commands to run node and browser tests with karma
2015-09-18 19:03:10 -04:00
Braydon Fuller 452dc5386c Performance Optimization
- Uses optimized c secp256k1 library Node.js addon
- Browserified version continues to use elliptic.js
2015-09-18 09:49:17 -04:00
Eric Martindale b1b2693a5c Merge pull request #36 from braydonf/bug/dependency-post-install
Removed post install action that requires devDependencies
2015-02-03 12:25:02 -05:00
Braydon Fuller 5ee1c32688 Add server example text 2015-02-03 11:50:12 -05:00
Braydon Fuller dbac5e8261 Include a basic getting started in the readme for making a browser bundle. 2015-02-03 11:45:52 -05:00
Braydon Fuller adc694ee25 Removed post install action that requires devDependencies. Closes #35 2015-02-03 11:19:58 -05:00
Eric Martindale 4e76ffa5d4 Bump version to 0.2.1. 2015-02-02 20:56:36 -05:00
Eric Martindale 8a039f22d0 Merge pull request #34 from gordonwritescode/master
Replace base58-native with bs58 in encrypt/decrypt
2015-02-02 20:55:40 -05:00
Gordon Hall 4d2404ccde Merge pull request #1 from braydonf/master
Added a test to verify that a previosly encrypted message can be decrypted.
2015-02-02 20:34:56 -05:00
Braydon Fuller f0dedd7ef9 Added a test to verify that a previosly encrypted message can be decrypted. 2015-02-02 18:54:47 -05:00
Gordon Hall afcd0e1662 Merge branch 'master' of github.com:bitpay/bitauth 2015-02-02 15:16:36 -05:00
Gordon Hall 820dc3749c remove base58 native, replace with bs58 2015-02-02 15:16:29 -05:00
Eric Martindale 1e89b20eae Merge branch 'v0.2' 2015-01-15 20:21:46 -05:00
Eric Martindale c2afd9f50d Bump version, 0.2.0. 2015-01-15 20:21:02 -05:00
Eric Martindale 86616beab3 Merge pull request #32 from braydonf/bug/elliptic-public-key-generation
Upgrade elliptic.js to fix a public key calculation bug. Fixes #31
2015-01-15 20:09:46 -05:00
Braydon Fuller ae38af135c Upgrade elliptic.js to fix public key calculation bug. 2015-01-06 20:11:59 -05:00
Braydon Fuller 6f82ffe79e bump version to 0.1.2 2014-11-06 18:16:24 -05:00
Eric Martindale 8a52d04f71 Merge pull request #29 from braydonf/feature/minify
Reduce Filesize of Browser Bundle
2014-11-05 16:05:04 -05:00
Braydon Fuller 7f0d542a6a cleanup docs and formatting 2014-11-04 10:53:37 -05:00
Braydon Fuller f39f5a9b61 include compress param in make-dist 2014-11-04 09:45:20 -05:00
Braydon Fuller 7f4a10f72b fixed formatting and docs 2014-11-03 13:44:03 -05:00
Braydon Fuller 81bc5c9779 remove unnecessary buffers, handle non-base58 chars in validateSin, and add postinstall 2014-11-03 13:30:11 -05:00
Braydon Fuller e6bcf12934 fixed an issue with verifying a signature with a public key with leading zeros 2014-11-03 12:05:33 -05:00
Braydon Fuller a4309b8f3b updated to use the new version of elliptic that includes hex padding 2014-11-02 16:14:23 -05:00
Braydon Fuller 74cecb7fdf add padding of leading zeros 2014-10-30 13:09:55 -04:00
Braydon Fuller 1ae18d227f replace bitcore with elliptic, hashjs and bs58 to produce a smaller browser build 2014-10-28 21:12:31 -04:00
Patrick Nagurny 9fdc439d88 Merge pull request #28 from braydonf/refactor/make-dist
Refactor/make dist
2014-10-22 15:34:10 -04:00
Braydon Fuller c18ee6fc9e gitignore any files in dist 2014-10-22 15:11:01 -04:00
Braydon Fuller f5de5891c2 use projects locally installed browserify 2014-10-20 20:18:03 -04:00
Braydon Fuller a697dcc93f reduced the size of browser bundle, fixes #24 2014-10-20 20:07:03 -04:00
Braydon Fuller 1bddf91c3a remove duplicated repository in package.js 2014-10-20 18:36:13 -04:00
Braydon Fuller 9b18c36b03 Merge branch 'master' into feature/browser-tests, fix conflicts 2014-10-20 18:29:50 -04:00
Braydon Fuller 3364f4f26b added browser tests 2014-10-20 17:35:49 -04:00
Eric Martindale 9e54ccdae3 Merge pull request #19 from gordonwritescode/master
adds repository to package.json
2014-09-03 23:49:35 -04:00
Gordon Hall 0dd79d723a Merge pull request #17 from martindale/identity
Replace `x-pubkey` with `x-identity`.
2014-09-03 11:57:16 -04:00
Gordon Hall b131e94987 add space 2014-09-03 11:47:20 -04:00
Gordon Hall 53bd4d1b72 update package.json to include repository field 2014-09-03 11:44:37 -04:00
Gordon Hall 28c13f6c1d Merge pull request #18 from martindale/master
Add repository to package.json.
2014-08-20 15:49:25 -04:00
Eric Martindale e695ac7011 Add repository to package.json. 2014-08-20 19:46:01 +00:00
Eric Martindale e1e7a3d933 Update documentation for `x-identity`. 2014-07-28 14:21:56 -07:00
Eric Martindale 1840d8a18b Merge pull request #6 from ryanxcharles/remove-unused-crypto-dependency
Remove unused crypto dependency
2014-07-28 14:19:02 -07:00
Eric Martindale 0235eb3a7c Replace `x-pubkey` with `x-identity`. 2014-07-28 14:17:17 -07:00
Eric Martindale 72e61ee7c1 Merge pull request #16 from gordonwritescode/master
bump to bitcore 0.1.32
2014-07-20 10:55:23 -07:00
Gordon Hall 02be67f55a bump to bitcore 0.1.32 2014-07-18 15:15:03 -04:00
Eric Martindale 73b7d880da Merge pull request #15 from martindale/travis
Add Travis Config
2014-07-16 15:35:01 -04:00
Eric Martindale e268555f2a Merge pull request #14 from braydonf/feature/validateSin
Added feature to validate a SIN
2014-07-16 15:34:46 -04:00
Eric Martindale 44c59cfdc9 Add travis config. 2014-07-16 14:59:12 -04:00
Braydon Fuller dea969d544 Added feature to validate a SIN 2014-07-16 13:46:49 -04:00