Commit Graph

244 Commits

Author SHA1 Message Date
Esteban Ordano d069029351 Fix `browser` entry in package.json 2015-01-21 16:42:39 -03:00
Braydon Fuller 2686ba3598 Merge pull request #4 from eordano/bitcoreversion
Update bitcore version to 0.9
2015-01-21 14:26:19 -05:00
Esteban Ordano bd82f1e7ab Update bitcore version to 0.9 2015-01-21 12:38:49 -03:00
Yemel Jardi c232e23225 Bump package version to 0.8.7 2015-01-21 11:10:43 -03:00
Esteban Ordano 930bf9129c Merge pull request #2 from yemel/browserify
Use browserify to handle browser-specific code
2015-01-21 11:01:32 -03:00
Yemel Jardi abbe879512 Add browserify config on package.json 2015-01-21 10:33:57 -03:00
Yemel Jardi fd8735033c Rename node.js to index.js 2015-01-21 10:33:09 -03:00
Yemel Jardi 09cedc9ee6 Remove index 2015-01-21 10:32:37 -03:00
Esteban Ordano bce05d86f7 Merge pull request #3 from braydonf/yaml-formatting
Fix formatting for yaml
2015-01-20 15:42:16 -03:00
Braydon Fuller fa1b972dcc Fix formatting for yaml 2015-01-20 13:35:04 -05:00
Manuel Aráoz 2bb12c1f27 Merge pull request #1 from braydonf/rename-doc-index
Renamed docs/paymentprotocol.md to docs/index.md
2015-01-20 12:49:02 -03:00
Braydon Fuller 57ebf49e2e Renamed docs/paymentprotocol.md to docs/index.md 2015-01-20 10:33:12 -05:00
Braydon Fuller d667402efc Update devDependencies in package.json 2015-01-19 10:56:55 -05:00
Yemel Jardi 0801c7e86a Remove unused files 2015-01-19 01:48:29 -05:00
Yemel Jardi a1ae7e2c2b Update package 2015-01-19 01:48:29 -05:00
Yemel Jardi c4445b5551 Update to bitcore-build 2015-01-19 01:48:29 -05:00
Yemel Jardi bca39d0cfb Remove all errors schema 2015-01-19 01:48:29 -05:00
Yemel Jardi 7b808da73c Update docs with installation 2015-01-19 01:48:29 -05:00
Esteban Ordano 952ef68a7f Fix browser detection 2015-01-19 01:48:29 -05:00
Esteban Ordano 3570e2da36 Fix authors 2015-01-19 01:48:29 -05:00
Esteban Ordano 3999b31eef Add example to README 2015-01-19 01:48:29 -05:00
Esteban Ordano 446c3a2c5a Fix badge for npm 2015-01-19 01:48:29 -05:00
Esteban Ordano 7d6794586d Add coveralls token 2015-01-19 01:48:29 -05:00
Esteban Ordano 404d0de4e3 Fix karma issues 2015-01-19 01:48:29 -05:00
Esteban Ordano 3b8bba60f4 Rename to payment-protocol 2015-01-19 01:48:29 -05:00
Esteban Ordano cb209204df Fix package.json npm install & bump version 2015-01-19 01:48:29 -05:00
Esteban Ordano b388fb6541 Initial commit for bitcore-paymentprotocol 2015-01-19 01:48:29 -05:00
Braydon Fuller d5e0e73ca4 Prepare files to be seperated into another module. 2015-01-19 01:43:15 -05:00
Braydon Fuller e8458a72e1 Fixed bugs in IE11 2015-01-19 01:34:54 -05:00
Braydon Fuller ff227c0e65 Fixed spelling mistakes, typos, and other documentation adjustments. 2015-01-19 01:34:54 -05:00
Yemel Jardi 30f5f071b4 Add title and description to doc files 2015-01-19 01:34:53 -05:00
Braydon Fuller e675d6e7ba Proofread Documentation 2015-01-19 01:34:53 -05:00
Braydon Fuller 819c35483f Added jsdoc2md to generate api reference documentation to markdown, and organized docs into 'api' and 'guide' 2015-01-19 01:34:53 -05:00
Braydon Fuller 4c8db452ef Moved docs to match organization and naming of `lib` (mostly) 2015-01-19 01:34:53 -05:00
Esteban Ordano 58da18b62b Update index for the documentation 2015-01-19 01:34:53 -05:00
Braydon Fuller 665ff1603b Payment Protocol: Added tests and misc formatting 2015-01-19 01:34:53 -05:00
Braydon Fuller 33b854b103 Docs: Added general Payment Protocol documentation 2015-01-19 01:34:53 -05:00
Manuel Araoz 2308c0326a script interpreting working 2015-01-19 01:34:53 -05:00
Braydon Fuller 56e72548b0 Payment Protocol: Restore and reorganize files for payment protocol. 2015-01-19 01:34:53 -05:00
Braydon Fuller 62083a2f81 Move and delete files to prepare for v0.8 2015-01-19 01:13:20 -05:00
Manuel Aráoz 924a165766 Merge pull request #543 from eordano/style/package
Leaner package distribution
2014-10-27 12:58:17 -03:00
Manuel Aráoz 0c855737fe Merge pull request #525 from eordano/fix/missingBuffertools
Add missing browser shim for buffertools
2014-10-02 12:57:48 -03:00
Manuel Aráoz 52344a0abb Merge pull request #509 from sagivo/patch-2
syntax fix - typeof is not a function, it's  an operator
2014-10-01 13:18:09 -03:00
Manuel Aráoz 90b09db15b Merge pull request #520 from matiu/test/dust
add test for uxtos containing dust
2014-10-01 13:17:32 -03:00
Manuel Aráoz 47c5b8324b Merge pull request #501 from sagivo/patch-3
no need for ts argument
2014-10-01 11:52:37 -03:00
Manuel Aráoz 9cbe43c82a Merge pull request #490 from viacoin/op_return
Implement check for OP_RETURN
2014-09-25 08:38:43 -03:00
Ryan X. Charles e8e6730532 Merge pull request #511 from chjj/fix_paypro_example
paypro: fix example server for no-tx argument.
2014-09-16 10:37:04 -07:00
Christopher Jeffrey 41db3442e1 paypro: fix example server for no-tx argument. 2014-09-15 19:07:28 -07:00
Ryan X. Charles 0e14e210ae Merge pull request #508 from chjj/pem_fix
PEM parsing fix
2014-09-10 12:42:58 -07:00
Christopher Jeffrey e49bba29ec root-certs: ensure JSON parses properly. 2014-09-10 10:20:11 -07:00