Commit Graph

47 Commits

Author SHA1 Message Date
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
Ryan X. Charles 1d70984623 Remove unused crypto dependency
All the crypto is in bitcore.
2014-07-01 18:30:35 -07:00
Gordon Hall 73ca83b520 Merge pull request #3 from martindale/middleware
Expose Middleware
2014-07-01 16:14:19 -04:00
Eric Martindale 91e5e48009 Add documentation. 2014-06-29 18:05:31 -04:00
Eric Martindale aff3ed9c44 Expose middleware in library. 2014-06-29 18:01:41 -04:00
Eric Martindale 54b9bd1fff Merge branch 'master' of github.com:bitpay/bitauth
Conflicts:
	.gitignore
	README.md
	package.json
2014-06-29 17:48:07 -04:00
Eric Martindale 156d9762a7 Merge branch 'master' of github.com:martindale/bitauth 2014-06-26 13:47:12 -04:00
Eric Martindale bca110a9ea Merge branch 'master' of github.com:bitpay/bitauth
Conflicts:
	.gitignore
	README.md
	package.json
2014-06-26 13:46:22 -04:00
Patrick Nagurny 04cf746b9f Merge pull request #2 from gordonwritescode/master
add support for browser, include tests
2014-06-25 14:24:04 -04:00
Gordon Hall ca3e3dd3f3 add tests 2014-06-25 14:15:41 -04:00
Gordon Hall 75b77019c4 added browser support for bitauth 2014-06-25 13:56:24 -04:00
Eric Martindale ee6362bb8f Merge branch 'master' of github.com:bitpay/bitauth
Conflicts:
	.gitignore
	README.md
	package.json
2014-06-24 14:50:29 -04:00
Patrick Nagurny 4009ab9684 initial commit 2014-05-27 12:04:57 -04:00
Jason Dreyzehner 3af371d99f Merge pull request #1 from jasondreyzehner/master
init package.json
2014-04-30 10:21:40 -04:00
Jason Dreyzehner c7a6fd2a1b init package.json 2014-04-30 10:17:08 -04:00
Jason Dreyzehner fa7411bac8 Initial commit 2014-04-30 06:42:25 -07:00