Commit Graph

128 Commits

Author SHA1 Message Date
Saran Siriphantnon 85666e92da Fix wrong property name in docs (Address.Pay2PubKeyHash)
Hi,

There is no `Address.Pay2PubKeyHash` property, instead it's `Address.PayToPublicKeyHash`.
2016-05-06 15:12:13 +07:00
Braydon Fuller 0c983c9c4a Networks: Added regtest to networks
Brings better compatibility between "testnet" and "regtest". Services such as
Bitcore Wallet Service and wallets such as Copay that have "testnet" and not
"regtest" will be compatible with "regtest" if enabled in a Bitcore node. This
adds two new API methods to enable/disable regtest on the testnet network:
- `bitcore.Networks.enableRegtest()`
- `bitcore.Networks.disableRegtest()`
2016-02-04 10:43:03 -05:00
Rob Riddle 5b08d72876 Fix typos in documentation 2015-10-22 18:34:31 +03:00
Braydon Fuller 09e31b08fb Update browser docs. 2015-10-21 23:01:52 -04:00
Jason Dreyzehner 004e793217 format docs 2015-10-16 12:43:27 -04:00
Braydon Fuller aba78f92ba Bump version to 0.13 in documentation. 2015-08-19 11:09:34 -04:00
Braydon Fuller e64581e4eb Update documentation with API changes for toJSON. 2015-08-13 10:55:37 -04:00
Braydon Fuller 8ff26bb260 Fixes for various formatting issues and typos. 2015-07-29 10:11:40 -04:00
Manuel Araoz 8a13a22baf add Transaction#clearOutputs 2015-05-15 15:29:05 -03:00
Braydon Fuller a02258dfba Merge pull request #1218 from maraoz/docs/pubkeys
improve PublicKey docs and fix #1215
2015-05-12 13:31:34 -04:00
Manuel Araoz 48761fd08f formatting fixes on pubkey docs 2015-05-12 13:47:14 -03:00
Braydon Fuller 55f663737f Update HDPrivateKey docs. Fixes #1209 2015-05-11 14:30:58 -04:00
Manuel Araoz 6a3e10539c small doc fixes 2015-05-11 12:47:25 -03:00
Manuel Araoz 74b93e228c add compressed vs uncompressed docs 2015-05-11 12:07:17 -03:00
Manuel Araoz 0a81acf618 Fix doc index version to v0.12 2015-04-29 12:38:30 -03:00
Manuel Araoz 5664dac015 add explanatory example for need of Unit 2015-04-06 16:30:25 -03:00
Manuel Araoz b685b5d28a add inputAmount and outputAmount to docs 2015-03-02 10:44:39 -03:00
Manuel Araoz f7d0b433ee Fix doc index version 2015-02-25 13:05:43 -03:00
eordano 405f4f43df Update dust amount 2015-02-24 17:24:22 -03:00
eordano 1893b1db0e Fix capitalization of bitcore on docs 2015-02-24 17:19:11 -03:00
eordano 2f86f323c0 Add link when throwing a serialization error 2015-02-24 16:41:15 -03:00
eordano 97671abfdc Add more docs on serialization checks 2015-02-24 16:36:08 -03:00
Manuel Araoz a4b72325cd capitalize 2015-02-24 12:59:36 -03:00
Manuel Araoz 0a319b9fde minor fixes 2015-02-24 11:26:37 -03:00
Manuel Araoz 0772cd77f6 add sh types 2015-02-23 19:32:57 -03:00
Manuel Araoz 2f691e2cae fix typo 2015-02-23 19:32:01 -03:00
Manuel Araoz 739c280f6b document modern browser usage 2015-02-23 19:30:25 -03:00
Yemel Jardi 92b261a849 Update examples 2015-02-18 12:00:20 -03:00
Yemel Jardi fbd39bf149 Add bitcore examples to the README 2015-02-13 13:33:25 -03:00
Manuel Aráoz 09b7fa41ea Merge pull request #1067 from yemel/fix/bump-docs
Bump bitcore version on docs
2015-02-12 10:39:14 -03:00
Yemel Jardi 5c580ccdfe Bump bitcore version on docs 2015-02-12 10:30:00 -03:00
Esteban Ordano 703f92fb34 Update documentation with indications on signatures 2015-02-11 13:01:24 -03:00
Esteban Ordano 1c21f6e118 Merge pull request #1048 from maraoz/nlocktime/utils
Add some useful Transaction methods to handle nLockTime
2015-02-11 12:31:14 -03:00
Manuel Aráoz 2f02c4c832 Merge pull request #1033 from thofmann/master
Add bitcore-message to modules list
2015-02-11 11:51:20 -03:00
Manuel Araoz aa1158097d fix bug in change calculation 2015-02-10 18:12:45 -03:00
Manuel Araoz 986264e181 add locktime docs and Transaction#getLockTime 2015-02-10 13:03:07 -03:00
Manuel Aráoz ebf43b3f4a Merge pull request #1056 from eordano/docs/transaction
Rewrite of Transaction doc
2015-02-09 14:20:13 -03:00
Esteban Ordano 78189f61d9 Rewrite of Transaction doc 2015-02-09 14:11:51 -03:00
Esteban Ordano 004056c8fa docs: fix hierarchical.md
Closes https://github.com/bitpay/bitcore/issues/1055
2015-02-09 11:26:30 -03:00
Trevin Hofmann d615ebf555 Add bitcore-message to modules list
I am not sure if the module must undergo some vetting process before
being added to the list of official Bitcore modules, but I have added it
here for when it is ready.
2015-02-04 15:24:56 -06:00
Chris Arnesen 3d463970c8 spelling typo 2015-02-04 08:55:25 -08:00
Esteban Ordano 68015bfb58 Suggest that users use `.toObject()` for tx serialization 2015-02-04 10:44:14 -03:00
Trevin Hofmann 99c88c440a Apply lowerCamelCase to P2SHAddress in docs 2015-02-04 00:31:49 -06:00
Trevin Hofmann 7fd9e8ee64 Add documentation for instantiating P2SH multisig
There is documentation available at
http://bitcore.io/api/#Create_a_Multisig_Address but I think it would
also be useful in the address.md document.
2015-02-03 21:18:42 -06:00
Braydon Fuller 39484c755e Fixed typo in docs 2015-01-28 11:10:06 -05:00
Esteban Ordano 54c8b17164 Docs: add hexa export example for private key 2015-01-27 10:12:04 -03:00
Braydon Fuller 818d9cb331 Docs: Include information about saving a PrivateKey 2015-01-23 20:20:54 -05:00
Manuel Araoz 5a3d56bc86 improve hd keys docs 2015-01-22 15:54:05 -03:00
Braydon Fuller fad20d1444 Update docs for Block 2015-01-21 19:06:43 -05:00
Braydon Fuller 78b81673ae Fixed submodule link 2015-01-21 09:00:01 -05:00