kourin
kourin
I've not faced the issues @Aleksao998 mentioned above with the latest commit. Could you check on your side again?
@dbrajovic > (1) introduce a new type (IstanbulHeader) in the signer package This type is really just the regular types.Header, but you extend it with additional methods. In fact, these...
@dbrajovic I tried to move the interface of Signer but stopped due to cycle importing. I can define exactly the same interface in both ibft and forks package. But I...
I tried to pre deploy contract according to the description of the flows in doc https://github.com/maticnetwork/matic-docs/pull/1028. My contract code is here: ```sol pragma solidity ^0.8.7; contract Greeter { struct MyStruct...
https://github.com/0xPolygon/polygon-edge/pull/536#issuecomment-1228292292 Fixed this issue and predeploy function is available with the constructor that takes nested object ```solidity contract HRM { struct Group { string name; uint128 number; bool flag; }...
I've created a new PR. I confirmed no more logs appeared after WebSocket connection suddenly terminated
> Should this check be implemented in the other instructions that have a dataOffset? Are you asking whether we need to do such a check in other instructions? Basically `checkMemory`...
@zivkovicmilos Renamed and added comment 87d7d41e9a629b12f714bb5f0f37c21de2108e3b
Please update sidebars.js