Randy Du
Randy Du
src: ----- bitcore-lib/lib/networks.js issue ------- uses function remove() to delete existing network ("testnet" for example), then add a new custom network with the same name ("testnet"), expecting the function get("testnet")...
When using BIT(1) as storage type for boolean value, all values retrieved from node-mariasql are empty string ("") no matter what the real value is (1 or 0). The fix...
The errorData could be null when the error is thrown from hardhat / ethers.js, hence a "Cannot read properties of null (reading 'data')" error will occur when setting returnData at...