Commit Graph

138 Commits

Author SHA1 Message Date
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
6073def18d
Merge pull request #3037 from roshii/blockhashbyheight
Add GET BlockHashByHeight
2019-07-29 20:28:53 +00:00
Jeff DiMarco
d28b0019cc Fix grammatical error 2019-07-22 22:22:40 -04: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
roshii
e5aa33e87f Proof read 2019-07-06 11:57:12 +02:00
roshii
9982cb873c Include get_blockhashbyheight.md 2019-07-06 11:32:35 +02:00
Cornelius Schumacher
961bc14f9b Reformat tables
Format tables with headers in the columns instead of in the rows. This
results in proper Markdown table headers and better copes with a larger
number of entries.
2019-07-02 15:10:53 +02: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
roshii
f5e27409c2 Proof read 2019-07-01 10:33:06 +02:00
roshii
718f5b3692 Update See also 2019-07-01 10:30:10 +02:00
roshii
fbf97766cf Fix broke down link 2019-07-01 10:29:56 +02:00
roshii
c59d5a1847 Add GET BlockHashByHeight 2019-07-01 09:33:38 +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
Cornelius Schumacher
aadba91969 Update Bitcoin Core RPC docs to version 0.18 2019-05-14 16:56:52 +02:00
Aaron Kuchma
e96a1fc56b
Added a space for EstimateFee deprecation warning.
EstimateFee block currently reads:

EstimateFee: estimates the transaction fee per kilobyte that needs to be paid for a transaction to be included within a certain number of blocks. Updated in 0.14.0Deprecated

There should be a space between the updated tag and deprecated tag.
2019-05-11 22:35:13 -04:00
Will Binns
912cc7faa5
Merge pull request #2955 from 0xB10C/patch-1
correct GET getutxos output format description
2019-05-08 12:38:40 +00:00
Will Binns
dcf44641ff
Merge branch 'master' into seperate-pages-devdocs 2019-05-06 16:03:22 +00:00
0xB10C
3407bf693f
s/set content/entries/ 2019-05-05 13:47:41 +02:00
0xB10C
95b5da6770
correct GET getutxos output format description
Changed from 'block' to 'UTXO set' in the output format description.
2019-05-05 13:20:57 +02:00
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
Cøbra
1860036687 Fix broken links
Fix broken links
2019-04-21 16:06:30 +01: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
Cøbra
f842a03192
Merge branch 'master' into seperate-pages-devdocs 2019-04-06 16:50:08 +01: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
Cøbra
b0f119cb56 Revert "Revert "Split developer guide up into multiple pages""
This reverts commit 74d982e973.
2018-12-09 11:02:09 +00: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