Commit graph

26 commits

Author SHA1 Message Date
thephez
87f068343f P2P messages (dsf/dss)
- Update details
 - Add hexdump for dss
2017-12-07 09:09:11 -05:00
thephez
12bfa82710 Reference updates and minor corrections 2017-12-07 09:09:11 -05:00
thephez
dc0241f4dc P2P Message (dsi)
- Add detail and corrections
 - Add hexdump
2017-12-07 09:09:11 -05:00
thephez
febacdbf11 P2P Message (dsq)
- Add detail and corrections (hexdump and data types)
2017-12-07 09:09:11 -05:00
thephez
601fb8737e P2P Message (dsa)
- Add detail, hexdump
2017-12-07 09:09:11 -05:00
thephez
2b17a2ace9 P2P Message (govobj)
- Clarify details re: collateral hash, vin, and vchSig since they are
not always required
 - Add hexdump example of proposal in addition to trigger
2017-12-07 09:09:11 -05:00
thephez
d59d4570a8 P2P Guide
- Update to masternode payment section. Included link to official doc

Misc minor cleanup - glossary terms, etc.
2017-12-07 09:09:11 -05:00
thephez
703c54ffbc Dev ref conversion (#2)
Developer reference/guide updates to this point

* Update some reference documents
 - Adjust ref_intro to reference Dash
 - Start updating p2p network ref
 - Adjust some items in references.md to point to Dash URLs

* Update P2P networking protocol versions and message headers sections
Update subheading-links
Update more items in references.md

* Update inventories to include Dash specific items
 - Update references.md with them also
Update disclaimer (Bitcoin -> Dash)

* Remove reference to bitcoin mailing list from ref_intro

* Add Spork/GetSporks message details
Add placeholders for Dash specific messages
 - Added subsections for InstantSend, PrivateSend, Masternodes, and
Governance

* Some Bitcoin->Dash conversions
 - Update title / section name for Dev Doc/Dev Reference
 - Updated favicon

* Updates for the Data Network section of P2P reference

* Added Alert message details from Bitcoin back and removed feefilter

* More updates for Control Messages section of P2P network
 - Bitcoin->Dash reference changes
 - Reject and Version message updates

* InstantSend subsection of P2P reference detail
 - Added ix, txlvote message details and associated references

* Governance subsection (P2P)
 - Start adding govobj, govobjvote details
 - Add spork references

* Missed spork xref in previous

* Governance (P2P) updates
 - Add details to govobjvote and govsync

* Governance object P2P messages
 - Add additional description/details

* PrivateSend P2P messages
 - Added details for dsa, dsc, dsf, dsi, dsq, dss, dssu, and dstx
messages
  - Added references also
  - Hexdump examples for all but dsi and dss

* PrivateSend P2P minor updates

* Masternode P2P messages
 - Add descriptions
 - Add hexdump details

* Masternode P2P messages (dseg, mnb, mnget, mnp, mnv, mnw, mnwb, ssc)
 - Add reference/crossref entries
 - Add message structure

* P2P messages - minor formatting and corrections

* Block chain reference
 - Version info updates

* Update Block Chain reference (Headers)
 - Update version details
 - Update block reward info

* Update Transactions reference
 - Add some Dash specific updates

* Minor Transactions reference change

* RPC reference updates

* RPC reference updates
 - Added/removed commands to match available Dash commands

* Core API updates

* Renamed devdocs/bitcoin-core to dash-core
 - Updated developer-reference.md to point at new location

* Update filename to use dash-core instead of bitcoin-core

* Add Dash-specific GetAddressBalance RPC command and associated updates
Update RPC quick reference list

* Added cross reference/reference placeholders for remaining GetAddress... RPC commands
Added RPC template placeholder files for remaining GetAddress...
commands

* Scripts for environment setup and frequently used builds

* Add details for GetAddressDeltas/Mempool RPCs
Update path in Makefile bitcoin-core -> dash-core

* Add GetAddressTxids/Utxos details
Update minor formatting, etc. for GetAddressBalance/Deltas/Mempool
Changed reference to Dash Core and updated denominations for Dash

* Misc minor cleanup

* Work on updating existing Block Chain RPCs
 - GetBestBlockHash, GetBlock, GetBlockChainInfo, GetBlockCount,
GetBlockHash

* Continue updating existing Block Chain RPCs
 - GetBlockHeader, GetChainTips, GetDifficulty, GetMemPoolInfo,
GetRawMemPool

* Update RPCs quick-ref
 - Added descriptions for Dash
 - Updated description for Bitcoin related items for clarity

* Comment out content of non-implemented Block chain RPCs (GetMemPoolAncestors, GetMemPoolDescendants, GetMemPoolEntry, PreciousBlock, PruneBlockChain)

* Continue updating existing Block Chain RPCs
 - GetTxOut, GetTxOutProof, GetTxOutSetInfo, VerifyChain,
VerifyTxOutProof
Update previous block hash type to indicate X11 instead of double SHA256

* Add script to create basic RPC md file
Set up empty GetBlockHashes/Headers and GetSpentInfo RPCs

* Add GetBlockhashes details
Minor correction in Empty RPC generation script

* Add GetBlockHeaders details
Minor formatting updates

* Update Address Index related RPCs to indicate the necessity of enabling addressindex to use them

* Actual details of GetBlockHeaders

* Add details for GetSpentInfo

* Update existing Control RPCs (GetInfo, Help, Stop)

* Add Debug RPC

* Expand empty RPC generation script to add example section and fix format

* Added empty RPC files and cross-ref details for all Dash RPCs

* Add details for some Dash RPCs
- GetGovernanceInfo, GetPoolInfo, GetSuperblockBudget

* Add details for MasternodeList RPC (Dash section)

* Add details for MnSync RPC (Dash section)

* Dash RPC updates
 - Add Result section to MasternodeList
 - Formatting updates to MnSync

* Expand script to add placeholders for parameters/resuls/example

* Add details for PrivateSend RPC (Dash section)

* Update Generating RPCs
 - Added details back for GetGenerate/SetGenerate which were deprecated
in Bitcoin

* Formatting and example updates

* Add result detail and example to GetBlockTemplate

* Update existing Mining RPCs
 - GetMiningInfo, GetNetworkHashPs, PrioritiseTransaction, SubmitBlock

* Minor formatting updates

* Update most existing Network RPCs
 - AddNode, ClearBanned, DisconnectNode, GetAddedNodeInfo,
GetConnectionCount, GetNetTotals,GetNetworkInfo, GetPeerInfo,
ListBanned, Ping, SetBan
 - Added some norefs as needed (Network RPCs only)

* Misc cleanup

* SetNetworkActive (Network RPC)

* Misc updates
 - Change logo
 - Disable some headers (alert, donation)
 - Disable footer

* Governance updates
 - Add description of govsync to P2P guide
 - Updates to P2P reference

* Governance
 - Add governance message SVG image
 - Typo fixes

* Dseg updates
 - Added clarifying details regarding how to request single/all nodes
 - Ban warning

* Minor governance updates

* Governance updates / MN sync
 - Correct some reference links
 - Add MN sync info to guide
 - Update dseg, mnget, ssc, and govsync messages to include more detail

* Governance updates
 - Guide updated to show both stages of govsync
 - Reference
  - Correcte ssc typo and add sync item detail
  - Update govobjvote to include detail about propagation
  - Update govsync details

* Governance updates
 - More clarification on govsync (guide and reference)

* Raw Transaction RPC
 - Previously uncommitted CreateRawTransaction update

* Dash RPC (Gobject)
 - Add details for count and get sub-commands

Also added description for govobj types

* P2P messages
 - Spork updated to include verification details and a hexdump

Minor typo / note updates

* P2P Message - mnv
 - Draft details regarding use and operation

* P2P message (mnv)
 - Additional detail updates based on info from Udjin

Minor update to mnp

* Guide - Masternode payment
 - Add section and start putting in details

* P2P Messages - deprecated
 - Move deprecated messages to their own group

* Misc minor non-content updates
2017-10-25 09:17:55 -04:00
Michael Rotarius
064c0113ba Protocol versions update 2017-08-01 14:49:12 +02:00
Andrew Chow
1320506acc Clarify about empty headers messages 2017-05-21 23:40:53 -04:00
Andrew Chow
7e9305eb8a Make reject message code descriptions more accurate
Changed extra data *is* to *may include* since the extra data does not necessarily have to include what was stated.
2017-05-21 23:37:50 -04:00
Jonathan Cross
8d842795da
P2P 'alert' messaging was removed, updating DevDocs 2017-05-10 16:52:35 +02:00
Will Binns
9e4d0fb8ca
ref_p2p_networking: Fix protocol version
An incorrect protocol version was referenced. It should be `60001`, not
`60000`.
2017-03-22 07:42:32 -06:00
David A. Harding
2b32781db4 Dev Docs: P2P feefilter: add extra details
- Add annotated hex example

- Add search box entry and autocrossref entry

- Add Bitcoin Core 0.12/0.13 cross links
2017-03-16 09:27:37 -04:00
jnewbery
8b9a5048e2 Add feefilter documentation 2017-03-16 09:27:37 -04:00
Will Binns
f43ba29029 Merge pull request #1385 from jnewbery/optionalFields
Version message Relay field is optional
2017-02-12 16:39:26 -06:00
Wladimir J. van der Laan
32060431b6 Add mention of protocol version 70013 and 70014
These were first implemented in Bitcoin Core 0.13.0.

Closes #1364.
2016-10-09 11:57:14 +02:00
jnewbery
e8f49dab83 Version message Relay field is optional 2016-10-06 09:23:47 -04:00
Filippo Merli
fe323af516 fixed type error in first table dev reference merkleblock, change 32 bits in 32 bytes refered to the size of a txs or merkle node hash 2016-09-03 20:03:10 +01:00
Chris Stewart
f5d84476b1 Update ref_p2p_networking.md
See this conversion around 6:20PM CDT
https://botbot.me/freenode/bitcoin-core-dev/2016-07-19/?tz=America/Chicago
2016-07-21 09:19:35 -05:00
Cøbra
eeccfd2493 Merge pull request #1259 from OP-TRUE/patch-2
Update latest version and protocolversion
2016-03-23 20:22:29 +00:00
bitcoin
c90f93a968 post 0.12.0 update - strike (not released yet) 2016-03-12 19:58:40 -05:00
bitcoin
72adcac50f Update latest version and protocolversion 2016-03-12 17:38:44 -05:00
David A. Harding
79e8fb50e7
Dev Docs: document sendheaders P2P message
Closes #1153
2015-12-07 19:50:21 -05:00
David A. Harding
64e4c549bc
Dev docs: change "op code" to "opcode"
Closes #1068
2015-10-23 11:20:36 -04:00
Saivann
af1704002b Group _includes files in subfolders 2015-09-05 20:49:55 -04:00
Renamed from _includes/ref_p2p_networking.md (Browse further)