Browse Source

release 1.6.1

tags/1.6.1
liuyuanmu 3 years ago
parent
commit
e5db6fb132
12 changed files with 18 additions and 37 deletions
  1. +6
    -7
      README.md
  2. +1
    -1
      core
  3. +1
    -1
      deploy/deploy-gateway/pom.xml
  4. +1
    -19
      deploy/deploy-peer/pom.xml
  5. +2
    -2
      deploy/pom.xml
  6. +1
    -1
      framework
  7. +1
    -1
      libs/bft-smart
  8. +1
    -1
      libs/binary-proto
  9. +1
    -1
      libs/httpservice
  10. +1
    -1
      libs/utils
  11. +1
    -1
      pom.xml
  12. +1
    -1
      test

+ 6
- 7
README.md View File

@@ -42,24 +42,23 @@ build/build.sh --update --skipTests

### 快速部署

使用[源码构建](#源码构建)生成的部署安装包,或者下载[官方部署安装包](http://ledger.jd.com/downloadapps.html) 参照[快速部署文档](docs/quick_start.md)可快速部署运行`JD Chain`网络。
使用[源码构建](#源码构建)生成的部署安装包,或者下载[官方部署安装包](https://blockchain-jd-com.github.io/#/download) 参照[快速部署文档](https://blockchain-jd-com.github.io/#/install/testnet?id=%e5%91%bd%e4%bb%a4%e8%a1%8c%e6%96%b9%e5%bc%8f%e3%80%90%e6%8e%a8%e8%8d%90%e3%80%91)可快速部署运行`JD Chain`网络。

### 数据上链

1. 命令行工具

`JD Chain` 命令行工具集,即[jdchain-cli](docs/jdchain_cli.md),提供密钥管理,实时交易,链上信息查询,离线交易,共识节点变更等操作。可快速执行数据上链和链上数据查询。
`JD Chain` 命令行工具集,即[jdchain-cli](https://blockchain-jd-com.github.io/#/cli/tx),可快速执行数据上链和链上数据查询。

2. SDK

`JD Chain`提供了`Java`和`Go`版本的`SDK`。实际项目开发中`Java`可参照[示例代码](https://github.com/blockchain-jd-com/jdchain/tree/master/samples),`Go`语言`SDK`参照[framework-go](https://github.com/blockchain-jd-com/framework-go)。
`JD Chain`提供了`Java`和`Go`版本的`SDK`。实际项目开发中`Java`可参照[示例代码](https://github.com/blockchain-jd-com/jdchain-samples),`Go`语言`SDK`参照[framework-go](https://github.com/blockchain-jd-com/framework-go/blob/master/sdk/test/tx_test.go)。

### 更多

`JD Chain`功能开发,使用问题等欢迎`issue`中探讨,也欢迎广大开发者积极参与`JD Chain`社区活动及代码开发~

- `JD Chain`官方网站:https://ledger.jd.com/
- 文档:[wiki](https://github.com/blockchain-jd-com/jdchain/wiki),[docs](docs/)
- 文档:[docs](https://blockchain-jd-com.github.io)
- `JD Chain`官网:https://ledger.jd.com/
- 京东智臻链官网:https://blockchain.jd.com/
- 服务邮箱:jdchain-support@jd.com
- `FAQ`:https://github.com/blockchain-jd-com/jdchain/wiki/FAQ
- 服务邮箱:jdchain-support@jd.com

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit dfc2d5199bde98bd423ecb12949e014321f28475
Subproject commit 923fc8701594b57df1936c4e770dc6cf5388438d

+ 1
- 1
deploy/deploy-gateway/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>deploy-root</artifactId>
<version>1.6.0.RELEASE</version>
<version>1.6.1.RELEASE</version>
</parent>
<artifactId>deploy-gateway</artifactId>



+ 1
- 19
deploy/deploy-peer/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>deploy-root</artifactId>
<version>1.6.0.RELEASE</version>
<version>1.6.1.RELEASE</version>
</parent>
<artifactId>deploy-peer</artifactId>

@@ -60,24 +60,6 @@

<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>tools-regparti-booter</artifactId>
<version>${core.version}</version>
</dependency>

<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>tools-activeparti-booter</artifactId>
<version>${core.version}</version>
</dependency>

<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>tools-deactiveparti-booter</artifactId>
<version>${core.version}</version>
</dependency>

<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-cli</artifactId>
<version>${core.version}</version>
</dependency>


+ 2
- 2
deploy/pom.xml View File

@@ -9,11 +9,11 @@
<relativePath>../project/parent</relativePath>
</parent>
<artifactId>deploy-root</artifactId>
<version>1.6.0.RELEASE</version>
<version>1.6.1.RELEASE</version>
<packaging>pom</packaging>

<properties>
<core.version>1.6.0.RELEASE</core.version>
<core.version>1.6.1.RELEASE</core.version>
</properties>

<modules>


+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit a39c5333732d6033cf80b73ca712acb6d14df224
Subproject commit 8624047cd598d85a614b3a9dada64578cb2af1d3

+ 1
- 1
libs/bft-smart

@@ -1 +1 @@
Subproject commit cf3e296cd79d37e2285403f5e0d7597582b4db66
Subproject commit db6cbc794fc941b799ce2ccdf8f969c5b3ee9403

+ 1
- 1
libs/binary-proto

@@ -1 +1 @@
Subproject commit 2fec50a46f0c8cbc62a46b057d199b722ad7bc8b
Subproject commit 4b8a14a05c8d4b4ef9f9390cc4255c5b84788024

+ 1
- 1
libs/httpservice

@@ -1 +1 @@
Subproject commit ea243540c51dc261126d0e32618b3dd868d3d053
Subproject commit 55190ca843098d30740e61aa1911239983fdd032

+ 1
- 1
libs/utils

@@ -1 +1 @@
Subproject commit 542fa6a2387798f4ad7f47dc9d08aa088030860c
Subproject commit 7f0b301addd9ec6237c2c947cdb629b12831fd43

+ 1
- 1
pom.xml View File

@@ -5,7 +5,7 @@

<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>
<version>1.6.0.RELEASE</version>
<version>1.6.1.RELEASE</version>
<packaging>pom</packaging>
<description>jdchain root project</description>



+ 1
- 1
test

@@ -1 +1 @@
Subproject commit 87fae6a8e6795433a0c07c1bbc0129c1e964b400
Subproject commit 24dca7ccdca0d6b8d7d765a1edd7e24427b04470

Loading…
Cancel
Save