Chris Buckland
Results
2
issues of
Chris Buckland
The following contract: ``` contract Overloads { function myFunc(uint a) public {} function myFunc(bool b) public {} } ``` generates an interface like this: ``` export interface OverloadInterface extends utils.Interface...
Sync has been running on my Raspberry Pi 4 8GB with Samsung 2TB T7 for almost 4 days now. Geth fell over after about 6 hours of syncing, which I...