trufflesuite/truffle

View on GitHub
packages/debugger/lib/web3/adapter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getExistingStorage has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async getExistingStorage(address, slot, blockHash, txIndex) {
    debug("slot: %O", slot);
    const provider = this.web3.currentProvider;
    const hashedSlot = Web3.utils.soliditySha3({
      type: "bytes",
Severity: Minor
Found in packages/debugger/lib/web3/adapter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status