wbt

Results 57 issues of wbt

## Description [Documentation](https://web3js.readthedocs.io/en/v1.7.1/web3-eth.html#gettransactionreceipt) states that the transaction receipt could be null if no receipt was found. An alternative would be to change [this line](https://github.com/ChainSafe/web3.js/blob/72b14a48143d13e22c1b27ff4658756cf05b8390/packages/web3-eth/types/index.d.ts#L285) to add ` | null `...

1.x
Review Needed

npm audit is failing in packages that use this, reporting: > got

I have some code which attempts to get the contract name by checking `contractInstance.constructor._json.contractName` and this executes fine, but can't compile with TypeChain, throwing error `Property '_json' does not exist...

This PR updates the Truffle dependency to use a minimum version of what is now the [latest one out](https://github.com/trufflesuite/truffle/releases/tag/v5.5.19), which uses a [later version of pouchdb](https://github.com/trufflesuite/truffle/pull/5188) incorporating a [fix](https://github.com/node-fetch/node-fetch/pull/1453) for...

per deprecation notice posted at pre-PR link target.

With contract code like `contract Car is GroundVehicle` and `contract Truck is GroundVehicle` I get types generated for `CarInstance` and `TruckInstance` and `GroundVehicleInstance` but when I have a function expecting...

bug

I have some contracts using a library structure data storage, compiled using an older version of Solidity, but which throw an error asking me to make a report here. In...

bug
good first issue

In the [description of @truffle/contract](https://www.npmjs.com/package/@truffle/contract) under "Calling getters" the documentation makes clear you can do something like ```js instance.getValue.call().then(function(val) { // val represents the `value` storage object in the solidity...

good first issue

# Bug Report ### 🔎 Search Terms generic function parameter 2322 return type ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and...

Is it possible to change the CVSS / Severity ratings after discussion/new information comes to light, to make that signal more accurate using the latest & best information available? If...