Coding Enthusiast
8abac170c2
Small P2P Network document fix
...
Headers in a `headers` message are fixed 81 bytes.
2020-02-14 10:59:19 +03:30
Cornelius Schumacher
3181046b14
Clarify note about relay field
2019-08-18 02:09:49 +02:00
Cornelius Schumacher
6141b5232d
Fix type of IP address fields
...
The IP address fields are 16 characters wide. Make this explicit in
the type field.
2019-08-03 18:11:05 +02:00
Cornelius Schumacher
8ed0814207
Add note about deprecation of reject message
2019-08-03 18:08:15 +02:00
Cornelius Schumacher
7103ab0c10
Fix data type in sendcmpct message
...
See #2747
2019-08-03 18:05:38 +02:00
Cornelius Schumacher
62eab5c5f5
Add note about version.relay field
...
See also #1341
2019-08-03 18:05:20 +02:00
Cornelius Schumacher
0249745a86
Remove trailing whitespace
2019-08-03 18:05:20 +02:00
Cornelius Schumacher
bbdef720d7
Update reference to Bitcoin Core
...
Bitcoin Core 0.18.0 is the latest released version. It still implements
protocol version 70015.
See also #2043
2019-08-03 18:04:57 +02:00
Will Binns
687fa091f7
Merge pull request #3036 from amoskyler/patch-1
...
Reflect correct transaction version type
2019-07-10 07:51:41 +00:00
Cornelius Schumacher
0b12c58a2c
Mark up table headers as headers
...
This fixes the display of the headers.
2019-07-02 14:54:53 +02:00
Amos Kyler
60ac6bce26
Reflect correct transaction version type
...
Per bitcoin source code, the transaction version is of type `int32_t`. Documentation currently lists it as a `uint32_t`.
bitcoin source: c65c77c721/src/primitives/transaction.h (L289)
2019-06-30 01:07:17 -07:00
Coding Enthusiast
dcacf96a3c
Corrected sort
...
Changed position of two items to be in right place.
2019-03-25 09:47:02 +04:30
Coding Enthusiast
c9a95f40f3
Corrected data message type identifiers
...
The type values with witness are set by combining existing type identifiers with a bit mask called `MSG_WITNESS_FLAG` in [bitcoin core](3f12515199/src/protocol.h (L379-L381) ) instead of being separate values of 5, 6, 7.
2019-03-24 04:10:58 +04:30
Will Binns
2c0aa0c853
Merge pull request #2888 from behradkhodayar/patch-2
...
Changed verbal tense to reflect currently provided consensus sharing from v 0.10.
2019-03-19 16:08:46 -06:00
Will Binns
06b5536385
Merge pull request #2884 from Coding-Enthusiast/patch-2
...
Update node service identifier flags
2019-03-15 11:30:43 +00:00
Behrad Khodayar
167e954b59
Changed verbal tense.
...
As we are on 0.17 now, text updated to represent what has been already developed rather than tasks going to be developed
2019-03-11 10:59:42 +03:30
Coding Enthusiast
0f0ab3ba38
Updated links and added extra info
2019-03-06 19:40:46 +03:30
Coding Enthusiast
a55a709fab
Update node service identifier flags
...
For reference: fa2510d5c1/src/protocol.h (L246-L279)
2019-03-06 16:31:14 +03:30
Coding Enthusiast
73f1ddcab4
Fix number of allowed Inv. message type identifier
...
There are already 7 type identifier defined not 3.
2019-02-26 08:46:05 +03:30
James Hilliard
fa9372f55f
Add BIP70 deprecation warnings
2018-11-21 22:51:27 -07:00
Janus Troelsen
52ed3cd6b5
Transaction version can be 2
2018-10-30 15:25:46 +01:00
Martin Erlandsson
97a20a4257
Merged these two lines. The indendation was meaningless, caused an incorrect indentation on the site.
2018-09-12 13:59:39 +02:00
Martin Erlandsson
76fe3899fb
Fixed wrong tense
2018-09-12 12:39:02 +02:00
Will Binns
9b5797093a
site: Cache burst CSS/JS/PNG/SVG
2018-06-07 09:25:25 -06:00
alexcherman
5c4537aaf5
solve conflicts
2018-05-10 16:13:49 +02:00
alexcherman
421a0907ce
legal page desktop
2018-04-05 11:04:58 +02:00
alexcherman
2f59cfc706
changes to the devdoc-category layout
2018-03-29 17:45:37 +02:00
looterz
66bb197af5
Added missing BIP144, Protocol version 70015 cross-reference. Fixed more autocrossreference issues and formatting.
2018-01-23 07:40:01 -06:00
looterz
4402f801a2
Removed incompatible anchor references.
2018-01-23 05:59:24 -06:00
looterz
d65a2db626
Fixed some incorrect references to anchors and improved formatting.
2018-01-23 05:49:10 -06:00
looterz
ba6255e0ec
Added developer documentation for new p2p protocol message types defined in BIP144, BIP152
2018-01-23 05:20:08 -06:00
Igor Kuzmenko
74653a9130
Fixes tests
2017-12-07 15:03:59 +02:00
Igor Kuzmenko
cd116f0301
Merge branch 'master' into translation-dev-docs
2017-11-24 17:35:17 +01:00
Igor Kuzmenko
fcb67cf236
WIP: Refactoring documentation files, adds templating for index files
2017-11-03 19:19:38 +02:00
Igor Kuzmenko
9214a752fd
WIP: Restructures devdocs and moves fragment to _includes
2017-11-03 02:41:30 +02:00