Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: apply default restrictions to max depth #352

Merged
merged 12 commits into from
Aug 27, 2024
Prev Previous commit
Next Next commit
Update testdata/TestCheckAgainstSpecData.json
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
colin-axner and crodriguezvega authored Aug 26, 2024
commit 0f9ad2744be52ad6cd3d6542579fdbc3615df192
2 changes: 1 addition & 1 deletion testdata/TestCheckAgainstSpecData.json
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@
"max_prefix_length": 12,
"hash": 1
},
"max_depth": 4,
"max_depth": 0,
"min_depth": 2
},
"Err": "innerOps depth too long: 129"
Expand Down
Loading