good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Source project has a limited visibility.
  • Yoichi Hirai's avatar
    bb6115b7
    vm, ethapi: add `limit` option to traceTransaction · bb6115b7
    Yoichi Hirai authored
    that specifies the maximum number of elements in the `structLogs`
    output.  This option is useful for debugging a transaction that
    involves a large number of repetition.
    
    For example,
    ```
    debug.traceTransaction(tx, {disableStorage: true, limit: 2})
    ```
    shows at most the first two steps in the `structLogs`.
    bb6115b7
    History
    vm, ethapi: add `limit` option to traceTransaction
    Yoichi Hirai authored
    that specifies the maximum number of elements in the `structLogs`
    output.  This option is useful for debugging a transaction that
    involves a large number of repetition.
    
    For example,
    ```
    debug.traceTransaction(tx, {disableStorage: true, limit: 2})
    ```
    shows at most the first two steps in the `structLogs`.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.