Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
common
doc
Commits
a127a565
Commit
a127a565
authored
7 years ago
by
nanocryk
Browse files
Options
Downloads
Patches
Plain Diff
Corrected data sizes
parent
2b97a831
No related branches found
No related tags found
1 merge request
!1
WIP: RFC 1 : Abstract Syntax Tree-based output script locks
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
DIP0001.md
+3
-3
3 additions, 3 deletions
DIP0001.md
with
3 additions
and
3 deletions
DIP0001.md
+
3
−
3
View file @
a127a565
...
@@ -235,7 +235,7 @@ We calculate the Merkle Root `<merkle root>`, and then build the final output sc
...
@@ -235,7 +235,7 @@ We calculate the Merkle Root `<merkle root>`, and then build the final output sc
```
```
SMR 2
SMR 2
U
128
<merkle_root>
U
32
<merkle_root>
EXT 3 # Script AST
EXT 3 # Script AST
# We need to use index 3 because 0 to 2
# We need to use index 3 because 0 to 2
# are already used by the hashed script
# are already used by the hashed script
...
@@ -244,9 +244,9 @@ SMR 2
...
@@ -244,9 +244,9 @@ SMR 2
Then when you want to use it, you provide as parameters :
Then when you want to use it, you provide as parameters :
```
```
0 : U
32
<signature_a>
0 : U
64
<signature_a>
1 : NOP
1 : NOP
2 : U
32
<signature_c>
2 : U
64
<signature_c>
3 : GE 2
3 : GE 2
SUM 3
SUM 3
ED 2
ED 2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment