Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shiliuhui committed Jul 30, 2021
1 parent ece76e8 commit 0aa4ffb
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ response
> - params: blockHash, txHash
> - response: result:1 成功, 0 失败,""" 未查到
```
curl -d '{"id":2000,"method":"debug_traceETHTxReceiptStatusByHash","params":["0x7f4f917bdd0a17e8c22c27a1e9f8fc6713891362243348968efce88569f90ada","0x7ef7c3e1ad3fa1b5c60ef72268b3b8b6e112fd6b113445d9ecebc56379bccd22"]}' -H "content-type:application/json" -s "http://0.0.0.0:8111"
curl -d '{"id":2000,"method":"debug_traceETHTxReceiptStatusByHash","params":["0x7f4f917bdd0a17e8c22c27a1e9f8fc6713891362243348968efce88569f90ada","0x7ef7c3e1ad3fa1b5c60ef72268b3b8b6e112fd6b113445d9ecebc56379bccd22"]}' -H "content-type:application/json" -s "http://0.0.0.0:8111"
response
{
"jsonrpc": "2.0",
Expand All @@ -153,6 +153,22 @@ response

> 环境说明:master 分支是和官方master分支同步的,task/huobi 是我们所使用的分支

```
/*
默认git状态设置
remote = origin
origin-official git@github.com:ethereum/go-ethereum.git
origin git@wallet-gitlab-1a-1.aws-jp1.huobiidc.com:dongwei/blockchain-go-ethereum.git
*/
// 更新官方代码. 注释
git checkout master
git pull -p origin-official master
git pull origin-official master --tags
git push --tags
```

比方说,当前火币 v_huobi_1.9.11 (tag)
先查看官方版本与火币版本的区别:`git diff v1.9.11 v_huobi_1.9.11 --stat`

Expand Down

0 comments on commit 0aa4ffb

Please sign in to comment.