Commit Graph

116 Commits

Author SHA1 Message Date
Will Binns
5ea0ad2d2f
devdocs: Fix typo, "through" (should be thorough) 2019-05-04 03:12:52 +00:00
Will Binns
f771e8f949
devdocs: Fix incorrect punctuation (period instead of comma) 2019-05-04 03:11:24 +00:00
Will Binns
3a35313df5
devdocs: Remove duplicate word use in sentence ("a a") 2019-05-04 03:09:48 +00:00
Will Binns
fbb1e14694
Merge pull request #2903 from Coding-Enthusiast/patch-1
Corrected data message type identifiers
2019-04-24 18:53:42 +00:00
Will Binns
ea96fbc08a
Merge pull request #2912 from real-or-random/patch-1
Remove incorrect explanation of `verifymessage`
2019-04-12 07:52:49 -06:00
Gigi
d658c00948
Add list of standard transaction types
Add a complete list of standard transaction types after the introductory paragraph. See issue #2918
2019-04-07 13:24:49 -05:00
Tim Ruffing
aab8660aa3
Remove incorrect explanation of verifymessage
It's not true that all four possible public keys (corresponding to recovery
ids) are tried. The recovery id is instead read from the signature, see
78dae8cacc/src/pubkey.cpp (L189).
2019-04-04 13:21:27 +02: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
Will Binns
85c96a2b08
Merge pull request #2763 from cornelius/fix-syntax
Markdown fixes
2019-01-02 22:19:27 -06:00
nopara73
daed3be3a8
Fix typo. 2018-12-18 08:56:39 +01:00
nopara73
3ff25d1f29
Change back to correct English phrasing. 2018-12-18 08:55:43 +01:00
nopara73
64f71e2bcb
Change back Tor netw to Tor serv. 2018-12-18 08:54:58 +01:00
nopara73
1cad1c13e9
Add back one more forgotten abbreviation. 2018-12-18 08:53:39 +01:00
nopara73
9caf8275d5
Add back abbreviations. 2018-12-18 08:52:19 +01:00
nopara73
00cb388ef8
Fix 1018 typo -> 2018. 2018-12-18 08:48:51 +01:00
nopara73
37eac3b92f
Change back Blockchain to block chain. 2018-12-18 08:44:24 +01:00
nopara73
b0ee354c83
Fix typo 2018-12-17 07:01:46 +01:00
nopara73
729e6210a4
Fix typos 2018-12-15 07:17:27 +01:00
nopara73
33d22cd5e9
Extend CoinJoin description with currently operational implementations and their descriptions. 2018-12-15 07:11:54 +01:00
Cornelius Schumacher
7d38fa2b95 Mark up escaped newline as literal
This makes it a bit more explicit that a literal escaped newline
is meant.
2018-11-27 15:13:33 +01:00
Cornelius Schumacher
4fe5f5f08a Fix table
Use standard GFM markdown tables
2018-11-27 15:13:33 +01:00
Cornelius Schumacher
112062d7d7 Highlight output as text
Due to the grep the output is not valid JSON anymore. Mark it as
text so syntax highlighters don't get confused.
2018-11-27 15:13:21 +01:00
Cornelius Schumacher
d73dc6fd41 Fix JSON
Make the highlighted code proper JSON so syntax highlighting works
2018-11-26 17:14:07 +01:00
James Hilliard
fa9372f55f Add BIP70 deprecation warnings 2018-11-21 22:51:27 -07:00
Will Binns
74d982e973
Revert "Split developer guide up into multiple pages" 2018-11-07 11:37:01 -06:00
Will Binns
2f86ac4c9c
Merge pull request #2730 from ysangkok/patch-1
Transaction version can be 2
2018-10-31 10:21:16 -04:00
Janus Troelsen
52ed3cd6b5
Transaction version can be 2 2018-10-30 15:25:46 +01:00
Cøbra
a8e6619946
Merge branch 'master' into seperate-pages-devdocs 2018-10-28 23:07:04 +00:00
Victor Skvortsov
90712e91d2
Remove duplicate articles 2018-10-27 16:22:15 +05:00
Cøbra
3f31e33dc8 Put developer documentation into seperate pages
Put developer documentation into seperate pages
2018-10-08 02:34:19 +01:00
Will Binns
e749d449a1
Merge pull request #2694 from bitcoin-dot-org/deprecate-signrawtransaction
Add deprecated to signrawtransaction
2018-10-07 11:58:18 +02:00
Cøbra
53844f5e78
Update the documentation for getwalletinfo
Updates the documentation for `getwalletinfo`.
2018-10-05 02:08:52 +01:00
Cøbra
e4fa0deb64
Add deprecated to signrawtransaction
Mark that signrawtransaction is deprecated (it's scheduled for removal in 0.18.0).
2018-10-05 01:22:59 +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
Jack
e2d516b62d
Add minor spelling fixes
Adverbs, which end in -ly, do not need hyphens. I am continuing onward with my documentation review and testing.
2018-09-06 18:31:21 -04:00
Will Binns
9992af6f02
Merge pull request #2630 from jdabs/patch-2
Remove unnecessary hyphen
2018-09-05 21:00:04 -06:00
Jack
e8aa7f93e2
Remove unnecessary hyphen
"part-time" does not need to be hyphened in this sentence. Examples:
She held a part-time job.
She worked part time on the forum.
2018-09-05 17:02:28 -04:00
Jack
8ff70d6969
Remove unnecessary hyphens
Seemingly is an adverb and thus doesn't need a hyphen.
2018-09-05 16:55:41 -04:00
@RandyMcMillan
3a16424ac2
change rawtransaction to raw transaction 2018-08-13 04:19:08 -04:00
Will Binns
b93095e97f
Merge pull request #2547 from odarboe/patch-3
Fix for #2219: Add deprecated to estimatefee and estimatedpriority
2018-08-05 09:02:31 -06:00
Will Binns
6792b0f4e9
Merge pull request #2546 from odarboe/odarboe-patch-1
Fix for #2219: Add deprecated to Estimate Fee in developer reference
2018-08-05 08:47:54 -06:00
odarboe
5a2b510da5
Fix for #2219: Use html break in the table 2018-07-28 10:24:46 +02:00