Skip to content

Commit

Permalink
fix: CNS-973: added pruning verification to EVMOS (lavanet#1456)
Browse files Browse the repository at this point in the history
* CNS-973: added pruning verification to EVMOS

* CNS-973: small fix
  • Loading branch information
oren-lava authored Jun 3, 2024
1 parent 897e768 commit 11c2b00
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions cookbook/specs/evmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,10 @@
"values": [
{
"latest_distance": 10000
},
{
"extension": "archive",
"latest_distance": 1000000
}
]
}
Expand Down Expand Up @@ -1460,6 +1464,10 @@
"values": [
{
"latest_distance": 10000
},
{
"extension": "archive",
"latest_distance": 1000000
}
]
}
Expand Down Expand Up @@ -1550,13 +1558,16 @@
},
{
"name": "pruning",
"parse_directive": {
"function_tag": "GET_BLOCK_BY_NUM"
},
"values": [
{
"expected_value": ""
"latest_distance": 10000
},
{
"extension": "archive",
"expected_value": ""
"latest_distance": 1000000
}
]
}
Expand Down

0 comments on commit 11c2b00

Please sign in to comment.