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
Mark Erhardt
d509de0694
Correct the inclusion height for locktime
...
Bitcoin transactions locked to a block height `H` become valid at height
`H` and can be relayed, but they may only be included in a block of
height `H + 1`.
H/T: Pieter Wuille
Refs:
* https://github.com/bitcoin/bitcoin/blob/v0.19.0.1/src/consensus/tx_verify.cpp#L21L22
* https://bitcoin.stackexchange.com/q/92412/5406
2020-01-16 13:31:12 -08:00
Will Binns
ca402fef97
Merge pull request #3077 from Tibo-lg/patch-1
...
Update regtest block generation command
2019-08-30 08:43:40 -06:00
Thibaut Le Guilly
87f696bf50
Update regtest block generation command
...
The command `generate` is deprecated from Bitcoin Core 18.0. This adds the workaround proposed in the PR that deprecated it (https://github.com/bitcoin/bitcoin/issues/14299#issuecomment-424138977 ).
2019-08-29 08:38:15 +09:00
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
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