WeBASE icon indicating copy to clipboard operation
WeBASE copied to clipboard

合约仓库中的代码错误

Open wccyzxy opened this issue 2 years ago • 1 comments

代理合约模板的Proxy.sol,addressToString函数中存在错误,bytes memory str = new bytes(51);应该改为bytes memory str = new bytes(42); 1682056758179

wccyzxy avatar Apr 21 '23 06:04 wccyzxy

欢迎提交一个pr,修改webase-node-manager或者webase-front的resources/warehouse中的json文件的proxy合约源码。该处的源码通过base64编码,需要解码后,修改solidity代码,再进行编码替换

CodingCattwo avatar Jun 12 '23 14:06 CodingCattwo