Commit Graph

330 Commits

Author SHA1 Message Date
Andrew Groot 9331a727c4 Added note about alternate names for variable-length-integer. 2021-05-03 15:42:20 -04:00
Andrew Groot 12192eedc4 Added BIP-133 to reference for feefilter. 2021-05-03 14:27:46 -04:00
Andrew Groot 1f18215906 Fixed block message timestamp length.
Per https://github.com/BitcoinUnlimited/BitcoinCashSpecification/issues/35.
2021-05-03 12:00:23 -04:00
Andrew Groot 055129d12c Fee filter fixes.
Per https://github.com/BitcoinUnlimited/BitcoinCashSpecification/issues/35.
2021-05-03 11:58:00 -04:00
Josh Green d639981955 Merge branch 'master' of /opt/jwik/data/repository 2021-05-03 11:01:58 -04:00
Andrew Groot 307900aa49 Merge pull request #22 from zander/quoting
Using block quotes ('>') instead of <pre> tags.
2021-05-03 10:59:16 -04:00
Andrew Groot 558d4fd2bc Merge remote-tracking branch 'BitcoinUnlimited/master' 2021-05-03 10:57:29 -04:00
Andrew Groot 5b04732880 Bitcoin-Verde-specific dsproof-beta behaviour.
Also, various grammatical fixes and clarifications.
2021-05-03 10:55:04 -04:00
Joshua Green f03bcd25bc Merge pull request #34 from A60AB5450353F40E/compact-size
Disambiguate Variable Length Integer
2021-05-03 10:44:52 -04:00
tomFlowee 8e6f78b559 Quoted segments don't belong in <pre> tags
In order to allow the specification to be read on a mobile phone
it helps to use the standard quoting standard (staring with '>')
for those paragraphs as that means they can still change their
content-width and a reader doesn't end up with a paragraph wider
than screen.
2021-04-03 10:57:25 +02:00
Josh Green c6604f307f Merge branch 'master' of /opt/jwik/data/repository 2021-03-30 12:48:27 -04:00
Josh Green 328ffed8a8 DSProof Specific Clarification
Improved the verbiage and reduced ambiguities, particularly endianness, within the Double Spend Proof specification.
2021-03-30 12:48:27 -04:00
Anonymous Contributor 14c13064ef Disambiguation: rename variable length integer to **compact** variable length integer
See issue [#32](https://github.com/BitcoinUnlimited/BitcoinCashSpecification/issues/32)

Quoting @joshmg:

"I think we're inclined to take your most recent suggestion and rename what the specification calls "variable length integer" to "compact variable length integer". It's similar enough to the C++ -ism such that anyone with that context will understand the intended parallel, while also avoiding the name collision of BCHN/Core's internal VarInt."
2021-03-24 10:49:12 +01:00
Andrew Groot ba6d40d393 Add missing cases for transaction preimage hashes. 2021-03-23 11:07:19 -04:00
Andrew Groot 08013f335d Added stratum protocol. 2021-03-22 15:44:50 -04:00
Paul Chandler 41a44500a0 Added inventory item count constraint.
Added the 50,000 inventory item per INV message constraint.
2021-03-22 08:28:57 -04:00
Paul Chandler b0aba5dcef Added block version history page.
Added block version history page.
2021-03-16 01:06:34 -04:00
Paul Chandler 84f77aeef1 Added transaction version history link.
Added transaction version history link.
2021-03-15 23:14:54 -04:00
Anonymous Contributor 982bc60412 Add a note to clarify limitations of arithmetic opcodes
Copied from: https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node/-/blob/master/src/script/script.h#L213
2021-03-13 13:56:56 +01:00
Andrew Groot 8b1108e79b Moving BIP-64 to an unimplemented directory to avoid confusion. 2021-03-10 16:51:34 -05:00
Andrew Groot ad613a95e6 Added information about the data output size limit for standard transactions. 2021-03-10 16:42:38 -05:00
Andrew Groot 4c0ce27555 Re-adding NODE_WEAKBLOCKS to BU service bits. 2021-03-10 11:28:42 -05:00
Andrew Groot 11fdb1b355 Merge pull request #20 from zander/version
cleanup confusion
2021-03-10 10:04:02 -05:00
Andrew Groot 88ea1c9696 Merge pull request #19 from zander/mempool
Put 'mempool' in the right category
2021-03-10 10:01:52 -05:00
tomFlowee 665fbbe79f Clarify the purpose of the service field 2021-03-09 08:09:19 +01:00
tomFlowee cec60d4be3 Put 'mempool' in the right category 2021-03-08 23:56:11 +01:00
Josh Green 505510c020 Merge remote-tracking branch 'github/master' 2021-03-08 16:57:17 -05:00
Andrew Groot 14da15f6d5 Using back-ticks for code segment with a tilde. 2021-03-08 16:34:32 -05:00
Andrew Groot 0708f55d6c Using code tags instead of back-ticks when sup/sub tags are used. 2021-03-08 16:30:00 -05:00
Andrew Groot d7d2363727 Merge pull request #16 from zander/fixes
Fix markdown issues
2021-03-08 16:24:34 -05:00
tomFlowee cefc3266ac Remove incorrect/unused opcodes 2021-03-08 21:22:53 +01:00
Andrew Groot 39534e072c Fixed anchors for transaction inputs/outputs. 2021-03-08 14:17:28 -05:00
Paul Chandler c5b669f2b8 Added missing 'reject data' field.
'reject data' is provided where transactions and block messages are rejected to inform peers of which message was rejected. This feature is inherited from the Bitcoin Core implementation.
2021-03-07 00:43:20 -05:00
tomFlowee adce08c931 cleanup confusion
bit 10 is supported by several nodes, others that are not used on
mainnet anymore are removed and special cases that are not special
are removed too.
2021-03-02 17:49:35 +01:00
tomFlowee 8b474f11af Fix markdown
Markdown renders make sure that the typed text shows up,
this means escaping them manually is not the way.
2021-02-24 22:32:43 +01:00
tomFlowee b0065f9e40 Escape star 2021-02-24 22:13:49 +01:00
tomFlowee 1a97710be6 Fix link 2021-02-24 21:38:48 +01:00
tomFlowee b3484fecad DSProof updates 2021-02-24 21:38:48 +01:00
tomFlowee 6e37857a4a Fix italic-confusion
markdown fixlet
2021-02-24 19:27:58 +01:00
tomFlowee f9995dbf18 Fix markdown issues 2021-02-24 17:53:28 +01:00
Josh Green 3c9fa43a71 Merge remote-tracking branch 'bu/master' 2021-02-11 14:35:57 -05:00
Josh Green 8f7270c2ab Added SLP links. 2021-02-11 13:22:28 -05:00
Josh Green 306c60e10b Merge remote-tracking branch 'github/master' 2021-02-11 12:09:23 -05:00
Andrew Groot c4ffbff559 Bloom filter documentation and changes to related pages. 2021-02-01 17:25:51 -05:00
Christopher-Zeng b84f5d6b9e Added the SLP topic page and message format pages. (#14)
SLP pages.
2021-01-28 09:57:10 -05:00
Andrew Groot 455e5887bf Tweaks to modified locking script details. 2021-01-26 10:54:58 -05:00
Andrew Groot 824f54ad98 Transaction Signing - putting sentences on separate lines. 2021-01-26 10:06:00 -05:00
Andrew Groot 2ecb0dfa36 More complete details on transaction signature formats. 2021-01-25 17:15:19 -05:00
Josh Green 20c9037fd8 Merge remote-tracking branch 'github/pull/10/head' 2021-01-05 17:48:26 -05:00
Josh Green 3074a35cb9 Merge remote-tracking branch 'github/pull/11/head' 2021-01-05 17:48:09 -05:00