David A. Harding
2f0d7d8c3a
Revert CC-BY-SA material added since the second edition
...
The commit ab5ae32bae
is the last commit
for the second edition, so all changes since then are dropped except for
several commits for the third edition authored by Andreas Antonopoulos.
No attempt is made to remove CC-BY-SA or other licensed content present
in the already-published first or second editions.
This revert may itself be reverted for versions of the book published
under CC-BY-SA.
2023-02-01 06:31:10 -10:00
Martin Harrigan
576493e718
The workaround requires an extra element on the stack; OP_NOP does nothing
2020-06-26 15:19:08 +01:00
Will Binns
1bdd74320a
Merge branch 'develop' into op-tuck
2019-10-05 09:07:24 +02:00
James Cramer
1376e976e8
fix OP_SWAP error in description
2018-07-12 13:14:38 -04:00
Arthur O'Dwyer
c4f2e530df
Replace some hyphens.
2018-03-26 14:17:11 -07:00
Arthur O'Dwyer
f0beb7b613
Italicize a few disabled opcodes.
2018-03-26 13:52:51 -07:00
Arthur O'Dwyer
e9e2b53769
Fix the description of OP_TUCK.
...
The code is
https://github.com/bitcoin/bitcoin/blob/master/src/script/interpreter.cpp#L686-L693
valtype vch = stacktop(-1);
stack.insert(stack.end()-2, vch);
which looks to me like it turns
bottom-> ..., D, C, B, A <-top
into
bottom-> ..., D, C, A, B, A <-top
2018-03-26 13:39:13 -07:00
nadams
8f51377ed8
Edited appdx-scriptops.asciidoc with Atlas code editor
2017-05-18 07:32:57 -07:00
nadams
0a277d62f1
Edited appdx-scriptops.asciidoc with Atlas code editor
2017-05-18 06:20:28 -07:00
nadams
2a588d6f11
Edited appdx-scriptops.asciidoc with Atlas code editor
2017-05-18 05:57:19 -07:00
Nick Adams
6055cd17f4
AU QC1 edits
2017-05-10 15:06:23 -04:00
Nick Adams
e28eec8a98
PR edits through the end
2017-05-10 13:04:27 -04:00
judymcconville@roadrunner.com
0653a8ee07
Edited appdx-scriptops.asciidoc with Atlas code editor
2017-05-03 10:22:14 -07:00
judymcconville@roadrunner.com
786edc7eb6
Edited appdx-scriptops.asciidoc with Atlas code editor
2017-05-03 10:21:16 -07:00
judymcconville@roadrunner.com
be3cb69de3
Edited appdx-scriptops.asciidoc with Atlas code editor
2017-05-02 13:45:02 -07:00
judymcconville@roadrunner.com
8cf04626df
Edited appdx-scriptops.asciidoc with Atlas code editor
2017-05-02 13:43:09 -07:00
judymcconville@roadrunner.com
d8b8c0848a
Edited appdx-scriptops.asciidoc with Atlas code editor
2017-05-02 13:42:56 -07:00
judymcconville@roadrunner.com
fd2dbccf25
Edited appdx-scriptops.asciidoc with Atlas code editor
2017-05-02 13:41:04 -07:00
Matthew Hacker
5af2dd8dfe
Removing all remaining index terms
2017-04-26 13:08:26 -04:00
Nick Adams
9e3417bb88
CE edits through appendices
2017-04-19 17:54:30 -04:00
Andreas M. Antonopoulos
57520b2eec
update scriptops appendix
...
add timelock opcodes
add missing attribution to Wiki
2017-02-15 14:30:43 +07:00
Matthew Hacker
072d2f3cad
updating passthroughs for htmlbook toolchain
2015-11-25 16:13:53 -05:00
myarbrough@oreilly.com
c0a9d23caf
Made changes to appdx-scriptops.asciidoc
2014-11-25 13:01:06 -08:00
myarbrough@oreilly.com
6671e99c95
Made changes to appdx-scriptops.asciidoc
2014-11-25 13:01:03 -08:00
myarbrough@oreilly.com
2a59e13375
Made changes to appdx-scriptops.asciidoc
2014-11-18 13:01:22 -08:00
Meghan Jones
a6ac4caee5
indexing compelte
2014-11-12 16:35:31 -05:00
Chris Pappas
2ca656f3da
Fixing markup and removing unneccesary file from book.asciidoc RT #185160
2014-11-04 13:45:34 -05:00
myarbrough@oreilly.com
89949a436b
Made changes to appdx-scriptops.asciidoc
2014-11-04 10:10:50 -08:00
drusselloctal@gmail.com
72064fad3c
Made changes to appdx-scriptops.asciidoc
2014-11-01 19:31:31 -07:00
drusselloctal@gmail.com
4cdb693e06
Made changes to appdx-scriptops.asciidoc
2014-11-01 19:30:40 -07:00
drusselloctal@gmail.com
3296f8b5df
Made changes to appdx-scriptops.asciidoc
2014-11-01 19:26:58 -07:00
drusselloctal@gmail.com
e510ac0bb5
Made changes to appdx-scriptops.asciidoc
2014-11-01 19:25:53 -07:00
drusselloctal@gmail.com
c6d98042ac
Made changes to appdx-scriptops.asciidoc
2014-11-01 10:03:06 -07:00
drusselloctal@gmail.com
5aa84d2006
Made changes to appdx-scriptops.asciidoc
2014-10-31 09:16:22 -07:00
Chris Pappas
86ba01ae9e
Some more markup changes
2014-10-07 13:22:44 -04:00
Andreas M. Antonopoulos
46c2394a07
move OP appendix
2014-09-08 11:49:56 -04:00
Andreas M. Antonopoulos
23a6c8276c
ch4 and ch5 fixes, moved OP list to appendix
2014-09-07 13:39:44 -04:00