Skip to content

Commit

Permalink
Merge branch 'main' into PRT-add-evmos-missing-debug-apis
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Oct 7, 2024
2 parents 74cd04f + a3e095b commit 923ac8a
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Lava Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+)?'
workflow_dispatch:
inputs:
release_tag:
Expand Down
21 changes: 21 additions & 0 deletions cookbook/specs/solana.json
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,27 @@
"expected_value": "*"
}
]
},
{
"name": "tokens-owner-indexed",
"parse_directive": {
"function_template": "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"getTokenAccountsByOwner\",\"params\":[\"4Qkev8aNZcqFNSRhQzwyLMFSsi94jHqE8WNVTJzTP99F\",{\"programId\":\"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA\"},{\"encoding\":\"jsonParsed\"}]}",
"function_tag": "VERIFICATION",
"result_parsing": {
"parser_arg": [
"0",
"value"
],
"parser_func": "PARSE_CANONICAL"
},
"api_name": "getTokenAccountsByOwner"
},
"values": [
{
"expected_value": "*",
"severity": "Warning"
}
]
}
]
}
Expand Down
Loading

0 comments on commit 923ac8a

Please sign in to comment.