Commit Graph

125 Commits

Author SHA1 Message Date
Andrew Stone 7f87dd4745 wiki commit 2020-10-08 20:20:41 +00:00
lugaxker e9096a929f Remove old introduction phrase. 2020-10-02 16:54:12 +02:00
lugaxker 1a06ff6582 Update the Transaction Signing section as per #27. 2020-10-02 10:48:29 +02:00
lugaxker b7e082987e Change title from 'Transaction Signature' to 'Transaction Signing' 2020-10-02 10:35:11 +02:00
lugaxker eef5b73d38 Uppercase titles. 2020-09-26 16:45:41 +02:00
lugaxker fff6559bb7 Create the transaction signature page. 2020-09-26 16:43:09 +02:00
Andrew Stone c61ce63208 merge a few changes from the verde repo 2020-06-09 11:46:28 -04:00
Ludovic Lars e9b2e3fd1f Add simpleledger prefix and uppercase option
Add simpleledger prefix and uppercase option for CashAddr, correct 1 typo
2020-04-06 22:15:44 +02:00
lugaxker ab05beac06 Remove some layout details. 2020-03-27 21:55:48 +01:00
lugaxker 399c71fa68 Create the CashAddr encoding section. 2020-03-27 21:52:14 +01:00
lugaxker 6f3ec7356e Create the Base58Check encoding section. 2020-03-12 00:35:35 +01:00
dagurval a358b3ca1d [nit] Reword OP_CODESEPARATOR
As per discussion: https://github.com/BitcoinUnlimited/BitcoinCashSpecification/pull/20#discussion_r390840926
2020-03-11 10:41:36 +01:00
Tobias 0267139ddc Updated OP_CODESEPARATOR and OP_CHECKSIG to BCH‘s rules
OP_CODESEPARATOR and OP_CHECKSIG‘s descriptions were based on pre-BCH rules and have been updated to the current BCH rules
2020-03-11 01:45:50 +01:00
dagurval eb358ea9e9 Update multisignature.md
Nits from #19
2020-03-03 14:20:19 +01:00
lugaxker 4dd9f319b7 Remove the detailed description of OP_CHECKMULTISIG and add a link to the Multisignature section. 2020-03-02 11:43:36 +01:00
lugaxker 8ecdbb731d Create the Multisignature section, and describe how OP_CHECKMULTISIG and OP_CHECKMULTISIGVERIFY opcodes work. 2020-03-02 11:42:05 +01:00
Ludovic Lars 41b4a4bd58 Added the remaining arithmetic and crypto opcodes
- Added the remaining arithmetic and cryptography opcodes.
- With Schnorr multisig support added in November 2019, OP_CHECKMULTISIG description may be too long. It coud be nice if it was moved somewhere else.
- Added OP_REVERSEBYTES to the list of uncategorized opcodes.
2020-02-25 22:46:50 +00:00
dagurval e6659104a9 Merge pull request #14 from BitcoinUnlimited/dagurval-patch-1
Update transaction-ordering.md
2020-02-25 20:12:10 +01:00
dagurval e5c9d43195 Merge branch 'master' into patch-2 2020-02-25 20:10:54 +01:00
dagurval 8964af5d58 Merge pull request #16 from lugaxker/patch-3
Added stack opcodes (0x6d-0x7d)
2020-02-25 20:09:18 +01:00
Ludovic Lars 02e3593d9c Clarified the appropriate length for P2PK scripts 2020-02-25 13:21:57 +01:00
Ludovic Lars eb9c596375 Added stack opcodes (0x6d-0x7d) 2020-02-21 10:41:36 +01:00
Ludovic Lars f0212dca1c Added flow control opcodes to the list 2020-02-20 23:57:05 +00:00
dagurval bf0afffa37 Update transaction-ordering.md 2020-02-06 19:21:15 +01:00
Dagur Valberg Johannsson bf75b22394 Describe more crypto-opcodes 2020-02-06 13:42:10 +01:00
Dagur Valberg Johannsson 853b84a4d3 Merge remote-tracking branch 'upstream/master' into patch-1 2020-02-06 13:04:16 +01:00
dagurval 8065b71cb9 Merge pull request #8 from dagurval/patch-3
Update network-level-validation-rules.md
2020-01-22 17:05:09 +01:00
dagurval 3afa4d5dbd Update network-level-validation-rules.md
Version 1 is also within standardness rules. Fix off-by-one on scriptSig. Add rationale.
2020-01-14 08:15:05 +01:00
dagurval eebf87f1a4 Add link 2020-01-14 07:22:22 +01:00
Josh Green 893ddc8566 Resolved Lint Warnings 2020-01-13 09:36:54 -05:00
Ludovic Lars 2f135ac04f Created opcode list (incomplete) 2020-01-12 17:46:52 +00:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH f7b93e1182 wiki commit 2020-01-07 11:19:58 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 5ef58782d6 wiki commit 2020-01-06 16:32:54 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH ccb55cf480 wiki commit 2020-01-06 15:19:15 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 44a36ab3e9 wiki commit 2020-01-06 13:42:19 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 70f688e52b wiki commit 2020-01-06 12:49:11 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 875bcc534c Merge branch 'master' of /git/bitcoin-cash-spec 2020-01-06 10:28:30 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH c0cdd2a3e6 wiki commit 2020-01-06 10:28:11 -05:00
Josh Green cd9404cfe6 Formatting & OP_DATA_X Updates. 2020-01-03 18:18:11 -05:00
Josh Green 35338de8d0 OP_X formatting. 2020-01-03 17:48:31 -05:00
Josh Green 69f65a0453 Minor OP_X Update 2020-01-03 17:44:50 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 1ab7422241 wiki commit 2020-01-03 17:27:12 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 25ae895030 wiki commit 2020-01-03 17:23:17 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 73b62ae014 wiki commit 2020-01-03 16:58:00 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH b416d50a7c wiki commit 2020-01-03 15:11:50 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 5dca18bcb0 wiki commit 2020-01-03 11:20:49 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH dad9ee78f6 wiki commit 2020-01-03 11:18:01 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 65980e1855 wiki commit 2020-01-02 17:08:52 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 0f33e6a828 Merge branch 'master' of /git/bitcoin-cash-spec 2020-01-02 17:04:24 -05:00
1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH 487456feb3 wiki commit 2020-01-02 17:04:13 -05:00