Commit graph

3755 commits

Author SHA1 Message Date
Joshua Seigler
11c086fe5e Add scripts to collect RPCs and expand summaries 2019-10-29 09:53:18 -04:00
Joshua Seigler
6e61800c97 Create script to apply RPC internal links 2019-10-28 17:57:27 -04:00
Joshua Seigler
5365b23a9c Add script to apply references for external links 2019-10-28 15:42:23 -04:00
Joshua Seigler
81e15f4d9e Convert summaries.md into a script 2019-10-28 12:00:08 -04:00
Joshua Seigler
4be3501939 Add Readme.io conversion script 2019-10-24 10:01:53 -04:00
thephez
0b2e0319c7
RPC - Add combinerawtransaction (#162)
* RPC - Add combinerawtransaction

* Add links to other rawtx RPCs
2019-10-02 14:07:42 -04:00
thephez
4e64bcbf89
RPC backports (#161)
* RPC - Update estimatesmartfee
Change params, results, and example

* RPC - Update signrawtransaction to include amount

* RPC - Add getblockstats

* Formatting corrections
2019-10-02 11:46:47 -04:00
thephez
471899ae2d
RPC - Add getbestchainlock (#160)
* RPC - Add getbestchainlock

* Add missing markdown file
2019-09-30 16:06:46 -04:00
thephez
1b23f2c8e4
Update faucet list to remove non-functional faucets 2019-09-17 10:01:40 -04:00
thephez
66fc0be0dc
PrivateSend updates (#159)
* Content - PrivateSend no longer creates new mixing pools unnecessarily

* Content - Remove outdated statement about PrivateSend denom conversion

* Content - Update queue strategy with 14.1 change
2019-09-17 09:27:22 -04:00
thephez
924eaaa008
RPC - Remove unsupported feature (segwit and RBF-related) content (#158)
* RPC - Remove segwit-related addwitnessadress

* RPC - Remove RBF-related bumpfee

* Remove segwit-related comments
2019-09-16 11:59:28 -04:00
thephez
8eb56e6fc9
Guide - Update Dash features section (#157)
* Content - Update InstantSend section with LLMQ-IS detail

* Content - Add historical reference section for deprecated design info

* Content - Move old MN sync section to historical reference

* Formatting fix

* Typo fixes

* Content - move old MN payment description to historical reference
2019-09-16 09:57:41 -04:00
thephez
3a68e8987a
RPC - Update fundrawtransaction and gettxout (#156)
* RPC - Remove version from gettxout

* RPC - deprecated reserveChangeKey in fundrawtx
2019-09-11 14:52:02 -04:00
thephez
1d8d23d083 RPC - add IS fields to getblock
Update RPC table for getrawtx
2019-09-09 11:02:08 -04:00
thephez
211265790a
RPC - Update getrawtransaction (#153)
* RPC - Update getrawtransaction
 - Move hex field
 - Update examples

* RPC - Add height field to getrawtransaction
2019-09-09 10:04:40 -04:00
thephez
9c2b5e09b3
Content - Default regtest port changed 18332->19898 (#152)
* Content - Default regtest port changed 18332->19898
Avoids conflict with bitcoin

* Content - Update default regtest P2P port to 19899

* Content - Display default devnet port

* Formatting
2019-09-05 16:29:46 -04:00
thephez
2d740801ae
RPC - Remove setbip69enabled command (#151) 2019-09-05 16:23:34 -04:00
thephez
d79945cd87
Config - Update nokogiri version due to CVE-2019-5477 (#150) 2019-08-23 10:01:01 -04:00
thephez
806f29dce1
V0.14.1 RPC updates (#148)
* RPC - Add getmemoryinfo mode parameter

* RPC - Update RPC Table and quick-ref for getmemoryinfo

* RPC - Add disconnectnode nodeid parameter

* RPC - Update formatting of previous versions

* RPC - Add getmempoolinfo instantsendlocks param

* Correct RPC table getmemoryinfo entry

* Formatting - fix getmempoolinfo indentation

* RPC - getinfo add deprecations-warning

* RPC - estimatesmartfee add conservative param

* RPC - remove instantsendtoaddress references

* RPC - IS changes
 - Remove instantsend field from result of getmempoolentry and 
getrawmempool
 - Deprecated IS send params for multiple RPCs

* RPC - Remove deprecated starting/current priority fields
 Related to dashpay/dash#2768

* Add missing change to fix build error

* RPC Table and quick ref updates

* RPC - Add addrbind to getpeerinfo

* RPC - Add bogosize and disk_size to gettxoutsetinfo

* RPC - Add query_options to listunspent

* Typo fix in generate RPC

* RPC - Add abortrescan

* Formatting fix

* RPC - Add param to listsinceblock 
Also fix depth issue with full tx template and add abandoned field

* RPC - update 2nd param name in submitblock

* RPC - Add conf_target and estimate_mode to sendmany and sendtoaddress

* RPC - Add new uptime RPC

* RPC - Add new listwallets RPC

* RPC - Add new getchaintxstats RPC

* RPC - Update category list for debug

* RPC - Update getblockchaininfo statistics format

* RPC - Add uptime to table

* RPC - Add new logging RPC

* RPC - Add hex field to getblock

* Update rpc table
2019-08-22 16:42:38 -04:00
thephez
f527344b13
RPC add quorum memberof (#147)
* RPC - Add quorum memberof sub-command

* RPC - improve formatting of some quorum examples

* Typo fix

* Formatting and result description
2019-08-19 09:34:44 -04:00
thephez
47783eb41f
RPC - Add getmerkleblocks (#146)
* RPC - Add getmerkleblocks

* Fix xref issue

* Add missing link
2019-08-15 13:07:22 -04:00
thephez
9e953be7b5
P2P - Deprecate inclusion of entry count in dssu message (#145) 2019-08-14 13:44:40 -04:00
thephez
80e4cce47e
V0.14.1 spork updates (#143)
* Content - Update list of sporks
 - Move 5 and 12 to removed list

* RPC - Update spork output
2019-08-08 13:03:32 -04:00
thephez
d1db8ba12d
V0.14.1 P2P deprecations (#144)
* P2P - Remove Alert guide info and code xref

* P2P - Move alert message to deprecated section

* Content - Remove misbehave based on alert

* P2P - Update IS related inventories (changed due to LLQM-IS)

* P2P - Move ix and txlvote messages to deprecated section

* P2P - Add warning icon for deprecated messages

* Content - remove bad link

* RPC - Remove alert categoryfrom debug list
 - Also remove previously eliminated masternode category

* P2P - Remove messages deprecated in 0.12.1

* P2P - Remove messages deprecated in 0.14.0

* Move alert, ix, and txlvote to deprecated section of config.yml

* Remove deprecated messages from references
2019-08-08 12:52:05 -04:00
thephez
c3527c18ab
Config - Update version in Doxyfile to 0.14.0.2 (#142) 2019-07-04 10:28:13 -04:00
thephez
3f6f7a7dd7
Rpc/getreceivedbyaddress note (#141)
* RPC - getreceivedbyaddress clarification

* RPC - getreceivedbyaddress
2019-06-26 09:38:26 -04:00
thephez
1d7d3920a7
RPC GObject updates (#140)
* RPC - Update gobject check example

* RPC - Update gobject count examples

* RPC - Update gobject prepare
 - Add details for how to create the data-hex field

* RPC - Update gobject submit

* RPC - Update gobject deserialize (proposal)

* RPC - Add data-hex note to prepare/submit

* RPC - Update trigger deserialize example
 - Add missing SigningMasternode field
2019-06-17 15:23:57 -04:00
thephez
1936f62587
Content - Bump current proto version (#139) 2019-06-13 14:55:03 -04:00
thephez
a3642bf28c
Content - Add protocol version 70215 (#138) 2019-06-13 13:44:12 -04:00
thephez
937a179ab8
Content - Add Proof of Service section (#137)
* Content - Add Proof of Service section
 - Describe v0.14.0 PoSe scoring

* Add LLMQs and PoSe links to main page

* Correct un-banning special tx type

* Review updates
2019-06-06 09:52:17 -04:00
thephez
4dad3915f4
Config - Update nokogiri (CVE-2018-14404) (#136) 2019-06-03 11:37:30 -04:00
thephez
9d56024219
Config - Update version in Doxyfile to 0.14.0.1 (#134) 2019-06-03 10:22:09 -04:00
thephez
ecb57a023b
Content/v0.14.0 glossary update (#133)
* Content - Add glossary entries
 - ChainLock, LLMQ, Special Tx

* Content - Add norefs to prevent broken links
2019-05-23 11:37:26 -04:00
thephez
1bd057a071
Config - Update version in Doxyfile to 0.14.0.0 (#132) 2019-05-23 11:12:37 -04:00
thephez
c8a285539d
Fix - Make qsendrecsigs message show up in search (#131) 2019-05-21 10:12:50 -04:00
thephez
85f779bfc5
Config - analytics (#130)
* Config - Update analytics

* Config - Enable analytics IP anonymization
2019-05-20 12:08:22 -04:00
thephez
e98d344734 Trivial - Add release month 2019-05-17 10:23:43 -04:00
thephez
960a98d96e Minor review update 2019-05-17 10:23:43 -04:00
thephez
c523af4ca9 Minor review updates
- listunspent RPC - remove RBF-related text
 - InstantSend
   - Convert improvement list to table
   - Add some additional detail
   - Update limitation list
2019-05-17 10:23:43 -04:00
thephez
ebe222c4f3 P2P - Add qcomplaint info and updated hexdump 2019-05-17 10:23:43 -04:00
thephez
029a436cf2 P2P - Add real qjustify hexdump 2019-05-17 10:23:43 -04:00
thephez
3d2842c6a6 RPC - Add quorum getrecsig (#129)
* RPC - Add quorum getrecsig

* RPC - Put id and msgHash in proper byte order
2019-05-17 10:23:43 -04:00
thephez
8c6d438a3a Cleanup (#128)
* Config - remove unused keys

* Remove aliases

* Script - minor updates

* Remove bitcoin papers

* Delete all but a couple example events

* Update all QE BIP links to reflect current reop location

* One more BIP link update
2019-05-17 10:23:43 -04:00
thephez
afe721020a V0.14.0 Misbehaving node list (#127)
* Content - Add details for LLMQs

* Content - Add/update remaining misbehaving events

* Content - Delete removed misbehaving messages 
 - Eliminated by DIP3 MNs
2019-05-17 10:23:43 -04:00
thephez
a0bf4ca79e Content - superblock clarify (#126)
* Content - Additional info regarding superblocks

* Content - Clarify superblock details

* Apply suggestions from code review

Co-Authored-By: thephez <thephez@users.noreply.github.com>

* Typo fix

* Update _includes/devdoc/guide_dash_features.md

Co-Authored-By: thephez <thephez@users.noreply.github.com>

* Formatting
2019-05-17 10:23:43 -04:00
thephez
9face1852d Formatting fix 2019-05-17 10:23:43 -04:00
thephez
d76e5b4e31 V0.14.0 LLMQ remove qdebugstatus and related items (#125)
* P2P - Remove qdebugstatus message

* Move Spork 18 and Quorum debug inv to deprecated list

* RPC - Remove quorum dkgstatus protx param
2019-05-17 10:23:43 -04:00
thephez
57ccbe0a8f RPC - Update masternodelist
- Related to dashpay/dash#2887
2019-05-17 10:23:43 -04:00
thephez
9d69c14b0b V0.14.0 LLMQ InstantSend (#124)
* InstantSend - Add partial LLMQ-IS details

* InstantSend - Add clarification and data flow

* Minor formatting change

* InstantSend - Add LLMQ-IS info to ChainLock section

* RPC - Add instantllock_internal field to RPCs

* Formatting update

* Formatting fix

* Content - Clarify instantlock* descriptions
2019-05-17 10:23:43 -04:00
thephez
ad582d2b58 Quroum Commitment tx update - add missing version field
- Updated hexdump
2019-05-17 10:23:43 -04:00