Skip to content

Commit e2bc37e

Browse files
fix: readonly simulate extra opcode budget handling (#414)
* fix: readonly simulate extra opcode budget handling The simulate for readonly calls now uses a fixed maximum opcode budget. Updates tests to reflect the new behavior. * chore: remove max fee enforcement for readonly calls * fix: adjust test and clarify some docs --------- Co-authored-by: Neil Campbell <neil.campbell@makerx.com.au>
1 parent c6a6ee4 commit e2bc37e

20 files changed

+243
-228
lines changed

.nsprc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
{}
1+
{
2+
"1105444": {
3+
"reason": "Vulnerability is in npm's bundled dependencies (brace-expansion) and cannot be fixed automatically. This is a low severity RegEx DoS vulnerability in npm's internal tools. npm team needs to update their bundled dependencies.",
4+
"expiry": "2025-12-31"
5+
}
6+
}

0 commit comments

Comments
 (0)