You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Creates a new VM object
60
60
-`state` - A merkle-patricia-tree instance for the state tree (ignored if `stateManager` is passed)
61
61
-`blockchain` - A blockchain object for storing/retrieving blocks (ignored if `stateManager` is passed)
62
62
-`activatePrecompiles` - Create entries in the state tree for the precompiled contracts
63
+
-`allowUnlimitedContractSize` - Allows unlimited contract sizes while debugging. By setting this to `true`, the check for contract size limit of 2KB (see [EIP-170](https://git.io/vxZkK)) is bypassed. (default: `false`; **ONLY** set to `true` during debugging).
0 commit comments