...在软件行业中,许多开发者都信奉“快速破局”(move fast and break things)的原则。但一旦涉及到几百亿甚至几万亿美元用户资金的[跨链安全](http://mp.weixin.qq.com/s?__biz=MzU0MTgyMDQwNQ==&mid=2247500203&idx=1&sn=4578f109e2b7d7611cc55bbb3f036049&chksm=fb26953...
...数,同时保持最高分数
it("Should reset the user's current score and maintain the high score", async function () {
await scoreboard.createUser();
await scoreboard.addPoints(50);
// 重置用户的当前分数
await scoreboard.resetScore();
// 检索当前分数和最高...
...nterest();
// mintFresh emits the actual Mint event if successful and logs on errors, so we don't need to
mintFresh(msg.sender, mintAmount);
}
```
查看 `mintInternal` 的调用栈:
![WeChat7c65e2da5bde3157fa4b7155b3071b6e.png](https://img.learnblockchain.cn/attachme...
...功启动
```
# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
26477f6ae83d huobi-eco:v1.0.0 "geth --config /data…" About an hour ago ...