Commit graph

225 commits

Author SHA1 Message Date
thephez
ded0b9a8ce
[Content] v12.3 RPC changes (#38)
* content - Mempool related RPC updates
 - Add getmempoolancestors, getmempooldescendants, and getmempoolentry
RPCs
 - Update Ref and Table

* content - Generate RPCs updated
 - Mark get/setgenerate as removed
 - Add generatetoaddress details
 - Update Ref and Table

* content - Debug RPC updated
 - Change delimiter to + instead of comma
 - Update Ref and Table

* content - GetInfo RPCs updated
 - getaddednodeinfo, getmemoryinfo, getnetworkinfo
 - Update Ref and Table

* content - Added PreciousBlock RPC
 - Update Ref and Table

* content - Added and update RPCs
 - Debug, estimatepriority, estimatesmartpriority, listunspent,
signmessagewithprivkey, validateaddress
 - Update Ref and Table

* Update GObject Getcurrentvotes with shortened outpoint output
 - Update example and Vote Info field
 - Ref #24

* content - Update generate RPC
 - Add iterations parameter
 - Ref dashpay/dash#1790 (and bitcoin/bitcoin#7663)

* content - Update rawtransaction and generate RPCs
 - CreateRawTransaction, GetRawTransaction, and FundRawTransaction minor
updates
 - Some minor generate RPC updates for removed commands

* content - Update RPCs
 - Update GetBlockChainInfo and GetBlockTemplate
 - Add ImportMulti
 - Some minor generate RPC updates for removed commands

* content - Update Dash RPCs
 - Update GetGovernanceInfo and MasternodeList

* content - Update Pruning related RPCs
 - Update PruneBlockchain, ImportPrunedFunds, and RemovePrunedFunds

* content - RPC table
 - Minor updates

* content - Add SetBIP69Enabled RPC

* build - Update Makefile check to allow numbers in summary name

* content - Add example of RPC with named parameter
2018-02-27 16:01:30 -05:00
thephez
d8c79f3876 content - RPC ref and table updates
- Add 12.3 to quick-reference and update already modified RPCs
2018-02-20 13:43:17 -05:00
thephez
9ff2e0dd81 content - Change TxOut to outPoint to avoid inaccurate cross reference 2018-02-15 16:34:07 -05:00
thephez
0b5b55e665 content - Update GObject Getvotes with shortened outpoint output
- Update example and Vote Info field
 - Ref #24
2018-02-15 16:25:30 -05:00
thephez
45f02f5908
[Content] Switch MN ID from CTxIn to COutPoint in P2P messages (#33)
* content - Switch MN ID from CTxIn to COutPoint in P2P messages
 - mnb, mnp, mnw, dstx, dsq, govobj, govobjvote, mnv, and dseg message
details /hexdump updated

* content - Update mnb to use outPoint
 - Closes #32
2018-02-15 12:15:54 -05:00
thephez
7a1a6f07ca content - Update DNS seed description
- Closes #20
2018-02-15 11:57:47 -05:00
thephez
ebb6ce29fa content - Spork 13 removal updates
- RPC output examples / summary table
 - Spork list
 - Closes #19
2018-02-15 11:33:20 -05:00
thephez
4f177fb846 content - Masternode count RPC update
- RPC result / output examples and summary table
 - Closes #22
2018-02-15 11:18:12 -05:00
thephez
9d2bc49b56
content - Embed Matt Robertson InstantSend video from the 2017 Dash Conf (#31) 2018-02-13 12:55:37 -05:00
thephez
597d460bdf
[Content] Expand PrivateSend details (#27)
* content - Begin expansion of PrivateSend guide

* content - Expansion of PrivateSend guide (collateral creation)

* content - Expansion of PrivateSend guide
 - Mixing details added
 - Dash Core references added

* content - Expansion of PrivateSend guide
 - Add missing noref
2018-02-09 10:06:52 -05:00
thephez
deaa367a1d content - InstantSend
- Clarify confirmation meaning
 - Update fee info
2018-01-31 17:12:04 -05:00
thephez
29c930bd33 Add BIP reference section
- Include tables for BIPs/DIPs linked to source repos
2018-01-24 11:01:39 -05:00
thephez
fe5a7d3c21 Typo updates 2018-01-11 14:02:38 -05:00
thephez
da8a1f1737 Minor Bitcoin to Dash changes 2018-01-11 14:02:38 -05:00
thephez
d130446261 Link/cross-ref updates 2018-01-10 09:32:47 -05:00
thephez
2870d0170c Build update - finish fixing subhead-links
- Disable html-proofer so make test works
2018-01-10 09:32:47 -05:00
thephez
088f104adf Build updates, cont.
- Fix cross-reference issues
 - Properly comment out unused sections (coinjoin, payment processing)
 - Link correction
 - Subheading corrections
2018-01-10 09:32:47 -05:00
thephez
422329ea85 Update list of major changes for 12.2.x with 12.2.2 item 2018-01-03 16:28:08 -05:00
thephez
c00d8bc58d Minor updates
- GetGovernanceInfo parameter added / table updated (from 0.12.2.2)
 - Typo fixed in GetHashesPerSec
2018-01-03 16:03:45 -05:00
thephez
57f1017b5e Cross-reference link correction
Index update to include link to doxygen docs
2018-01-03 10:39:37 -05:00
thephez
295be42529 Fix additional cross-reference issues 2018-01-02 09:25:28 -05:00
thephez
3495dbbdf5 Add/update glossary terms
Fix some cross-reference issues
2018-01-02 09:25:28 -05:00
thephez
afe1c54caf Glossary - add some Dash terms 2018-01-02 09:25:28 -05:00
thephez
d327ad9771 Format update 2017-12-14 08:46:33 -05:00
thephez
c641d42118 Minor examples updates 2017-12-14 08:40:32 -05:00
thephez
e2149c179f Add embedded gist scripts for running some examples 2017-12-14 08:40:32 -05:00
thephez
1e3bb6bb43 Example transaction updates (P2SH tx) 2017-12-14 08:40:32 -05:00
thephez
1c6f8b06c9 Example transaction updates (complex raw / offline signing txs) 2017-12-14 08:40:32 -05:00
thephez
31f7365466 Example transaction updates (simple raw tx) 2017-12-14 08:40:32 -05:00
thephez
21cd8094d0 Example testing/transaction updates
- Convert bitcoin -> dash
 - Complete testing section
 - Update transaction simple spending example

Added script to run through simple spending example on regtest
2017-12-14 08:40:32 -05:00
thephez
822098b5a1 Example intro updates 2017-12-14 08:40:32 -05:00
thephez
2d5525253f RPC table update to link with content
Minor ref intro update
2017-12-11 13:11:42 -05:00
thephez
cdbe28f410 Update layout of developer doc page
- Eliminate Contract section link on Dev Doc page and insert Dash
features
 - Split Dash features out into own section of P2P guide
 - Add Dash Payment and BlockCypher links
2017-12-07 16:28:48 -05:00
thephez
61e478a335 Updates based on bitcoin-dot-org changes
- Blockchain guide typo (bitcoin-dot-org/#1920)
 - GetTxOut correction (bitcoin-dot-org/#1891)
 - Tx Guide (bitcoin-dot-org/#1819)
 - Vars.md (bitcoin-dot-org/#1825)
 - signrawtransaction typo
2017-12-07 12:31:34 -05:00
thephez
dc542202f4 Typo fixes and corrections from bitcoin-dot-org 2017-12-07 10:52:27 -05:00
thephez
7f27d1013b HTTP REST updates
- Updated all requests with Dash examples
 - Updated all requests to add/remove fields to match Dash
2017-12-07 09:09:11 -05:00
thephez
6fd6f8b8ab Dash RPCs - Add details to the keepass RPC 2017-12-07 09:09:11 -05:00
thephez
b3fc565eba Dash RPCs - Add details to the voteraw RPC 2017-12-07 09:09:11 -05:00
thephez
fb98f6f2f2 Dash RPCs - Add details to all masternode RPC sub-commands 2017-12-07 09:09:11 -05:00
thephez
980061a1d4 Dash RPCs
- Add placeholders for  masternode RPC sub-commands
2017-12-07 09:09:11 -05:00
thephez
04a062f5d8 Dash RPCs
- Finish details for GObject (voting related)
2017-12-07 09:09:11 -05:00
thephez
28e8294592 Wallet RPCs
- Add details for DumpHDInfo and InstantSendToAddress (new)
 - Minor updates
2017-12-07 09:09:11 -05:00
thephez
a71277cdee Wallet RPCs (new)
- Add details for ImportPubKey and ImportElectrumWallet
2017-12-07 09:09:11 -05:00
thephez
663d383b41 Update reference files with new RPCs 2017-12-07 09:09:11 -05:00
thephez
b953919a36 Add md files for new RPCs 2017-12-07 09:09:11 -05:00
thephez
fd75e603f0 Removed RPC updates
- Minor changes
2017-12-07 09:09:11 -05:00
thephez
5428b88aa2 Wallet RPC updates
- Convert remaining existing RPCs to Dash
(settxfee->walletpassphrasechange)
2017-12-07 09:09:11 -05:00
thephez
db89358b0a Wallet RPC updates
- Convert more existing RPCs to Dash (move->sendtoaddress)

Added var for Add Lock Conf parameter
2017-12-07 09:09:11 -05:00
thephez
022808165c Wallet RPC updates
- Comment out detail of non-implemented wallet RPCs
2017-12-07 09:09:11 -05:00
thephez
8c175dfdff Wallet RPC updates
- Convert more existing RPCs to Dash
(listsinceblock->listunspent)
2017-12-07 09:09:11 -05:00