leiiiooo
leiiiooo
[].filter() 明显filter是对的。
Thank you for your reply. I am looking for a way to control a deployment address because as shown in the code above, I need to know the deployment address...
@davidmurdoch thank you very much for your reply, I think this proposal (https://github.com/trufflesuite/ganache/pull/2337) is very interesting and necessary to make it very easy to write some unit test code. I...
Here is my test code, I am trying to understand the meaning of `Contract.at()` function. As you can see, I have insert the code to `mockAddress`, but when I call...
@cliffoo Hi, here is the code for your mentioned function. In the first step, I can read the code and print it, second step, I try to call `evm_setAccountCode` after...
Here are my deps. 🤔 ``` "devDependencies": { "@openzeppelin/test-helpers": "0.5.15", "@typechain/truffle-v5": "8.0.0", "@types/bn.js": "5.1.0", "@types/chai": "4.3.1", "@types/mocha": "9.1.1", "@types/node": "^17.0.40", "@types/shelljs": "0.8.11", "chai": "4.3.6", "ganache": "7.0.5", "mocha": "10.0.0", "shelljs": "0.8.5",...
Sad, the same. ``` > Everything is up to date, there is nothing to compile. Contract: Hello test code addressCode: --- 0x608060405234801561001057600080fd5b50600436106100415760003560e01c8063594f4d4a14610046578063b954e8a814610076578063fd5afcc114610092575b600080fd5b610060600480360381019061005b9190610134565b6100c2565b60405161006d919061017c565b60405180910390f35b610090600480360381019061008b9190610134565b6100c9565b005b6100ac60048036038101906100a79190610134565b6100cc565b6040516100b9919061017c565b60405180910390f35b6000919050565b50565b600060019050919050565b600080fd5b60007fffffffffffffffff00000000000000000000000000000000000000000000000082169050919050565b610111816100dc565b811461011c57600080fd5b50565b60008135905061012e81610108565b92915050565b60006020828403121561014a576101496100d7565b5b60006101588482850161011f565b91505092915050565b60008115159050919050565b61017681610161565b82525050565b6000602082019050610191600083018461016d565b9291505056fea2646970667358221220d77f282d34daca82dc75a8eeb088d3d83938a7e2bd8bdadc419ea177d026788f64736f6c634300080e0033 1) byte code test newAddressCode: --- 0x 2)...
Yep, your codes are acceptable. 🤔 MAY be the root cause is the plugin `solidity-coverage`. It does not support the newest version of Ganache. In my code, when I call...
``` org.web3j web3j-maven-plugin 4.9.4 ``` @SweeXordious still cannot deal with turple, need help @conor10 @snazha-blkio @antonydenyer ``` struct A { B[] b; } struct B { uint256 b1; address b2;...
> Just checked, Web3J doesn't currently support structs of array of structs. That's why it's failing sad, bro. if like that, i need try to create bytes with another lib.