-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
solo配置下token预创建操作失败 #20
Comments
看上去是黑名单没有正确设置 |
用ticket挖矿开两个节点跑是通过的 |
solo 和 ticket 的区别是 solo的速度非常快,大概 20ms 一个块,可能设置黑名单的交易没有设置成功的原因,你打印一下黑名单设置的效果 |
脚本上操作类似,都是黑名单交易配置完等一个区块,再跑的autotest,理论上时间是充裕的,明天要打印下中间结果看看 |
已确定是配置文件问题,需要在chain33.test.toml中增加manage和token子配置,添加管理权限地址,已经在chain33 autotest pr中修改 |
suyanlong
pushed a commit
to suyanlong/plugin
that referenced
this issue
Sep 4, 2022
Zksync nft add spot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
执行命令:
结果:
通过本地启动单机版本chain solo挖坑,启动autotest测试,发现token预创建失败
本地启动autotest命令, make autotest dapp=token(需要合并最新的autotest pr)
The text was updated successfully, but these errors were encountered: