JeremyX2022
JeremyX2022
### Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest version - [x] I checked the documentation and found no...
### Version of Hardhat 2.20 ### What happened? Why the value of maxPriorityFeePerGas are different by using these two methods? I tested it on the Ethereum mainnet ### Minimal reproduction...
### Describe the bug The transaction is successfully onto the chain, but just got this error and cannot catch the exception (seems it stucked inside). ### Expected behavior _No response_...
I find this library sort the hashed leafs two pairs only: ``` func concatSortHash(b1 []byte, b2 []byte) []byte { if bytes.Compare(b1, b2) < 0 { return concatHash(b1, b2) } return...
### Version of Hardhat 2.22.7 ### What happened? ``` function func1(bytes memory code) public { address addr; assembly { addr := create(callvalue(), add(code, 0x20), mload(code)) } emit Deployed(addr); } function...