Skip to content

Commit

Permalink
update reverse step support, only deletion num suffices
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu committed Jun 28, 2023
1 parent cf311f5 commit c64b63f
Show file tree
Hide file tree
Showing 14 changed files with 740 additions and 1,505 deletions.
7 changes: 2 additions & 5 deletions daemon/algod/api/algod.oas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3899,11 +3899,8 @@
}
},
"deletions": {
"description": "The values deleted by this opcode from the stack.",
"type": "array",
"items": {
"$ref": "#/definitions/StackValue"
}
"description": "The number of deleted stack values by this opcode.",
"type": "integer"
},
"additions": {
"description": "The values added by this opcode to the stack.",
Expand Down
7 changes: 2 additions & 5 deletions daemon/algod/api/algod.oas3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2065,11 +2065,8 @@
"type": "array"
},
"deletions": {
"description": "The values deleted by this opcode from the stack.",
"items": {
"$ref": "#/components/schemas/StackValue"
},
"type": "array"
"description": "The number of deleted stack values by this opcode.",
"type": "integer"
},
"pc": {
"description": "The program counter of the current opcode being evaluated.",
Expand Down
60 changes: 30 additions & 30 deletions daemon/algod/api/server/v2/generated/data/routes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions daemon/algod/api/server/v2/generated/experimental/routes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions daemon/algod/api/server/v2/generated/model/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c64b63f

Please sign in to comment.