huanghaiquan
f261cb79ae
Merge branch 'develop' into feature/authorize
6 years ago
huanghaiquan
d5bb40541a
Merge branch 'master' into develop
# Conflicts:
# source/base/pom.xml
# source/binary-proto/pom.xml
# source/consensus/consensus-bftsmart/pom.xml
# source/consensus/consensus-framework/pom.xml
# source/consensus/consensus-mq/pom.xml
# source/consensus/pom.xml
# source/contract/contract-framework/pom.xml
# source/contract/contract-jvm/pom.xml
# source/contract/contract-maven-plugin/pom.xml
# source/contract/contract-samples/pom.xml
# source/contract/pom.xml
# source/crypto/crypto-adv/pom.xml
# source/crypto/crypto-classic/pom.xml
# source/crypto/crypto-framework/pom.xml
# source/crypto/crypto-pki/pom.xml
# source/crypto/crypto-sm/pom.xml
# source/crypto/pom.xml
# source/deployment/deployment-gateway/pom.xml
# source/deployment/deployment-peer/pom.xml
# source/deployment/pom.xml
# source/gateway/pom.xml
# source/ledger/ledger-core/pom.xml
# source/ledger/ledger-model/pom.xml
# source/ledger/ledger-rpc/pom.xml
# source/ledger/pom.xml
# source/peer/pom.xml
# source/pom.xml
# source/runtime/pom.xml
# source/runtime/runtime-context/pom.xml
# source/runtime/runtime-modular-booter/pom.xml
# source/runtime/runtime-modular/pom.xml
# source/sdk/pom.xml
# source/sdk/sdk-base/pom.xml
# source/sdk/sdk-client/pom.xml
# source/sdk/sdk-samples/pom.xml
# source/storage/pom.xml
# source/storage/storage-composite/pom.xml
# source/storage/storage-redis/pom.xml
# source/storage/storage-rocksdb/pom.xml
# source/storage/storage-service/pom.xml
# source/test/pom.xml
# source/test/test-consensus-client/pom.xml
# source/test/test-consensus-node/pom.xml
# source/test/test-integration/pom.xml
# source/test/test-ledger-core/pom.xml
# source/tools/pom.xml
# source/tools/tools-capability/pom.xml
# source/tools/tools-initializer-booter/pom.xml
# source/tools/tools-initializer/pom.xml
# source/tools/tools-keygen-booter/pom.xml
# source/tools/tools-keygen/pom.xml
# source/tools/tools-mocker/pom.xml
# source/utils/pom.xml
# source/utils/utils-common/pom.xml
# source/utils/utils-http/pom.xml
# source/utils/utils-serialize/pom.xml
# source/utils/utils-test/pom.xml
# source/utils/utils-web-server/pom.xml
# source/utils/utils-web/pom.xml
6 years ago
huanghaiquan
1d4d5d2982
upgraded version to 1.0.1.RELEASE;
6 years ago
huanghaiquan
4e4748c800
temp;
6 years ago
shaozhuguang
7ec858a798
modify contract's classloader for check load classes!
6 years ago
shaozhuguang
7da4ad05d9
Fix Endpoint's Sign Error !
6 years ago
shaozhuguang
12feaf39b7
modify contract'plugin
6 years ago
shaozhuguang
4f8d4e942e
Fix Endpoint's Sign and Node's Sign Error !
6 years ago
shaozhuguang
be4b9cf8e6
Fix Endpoint's Sign and Node's Sign Error !
6 years ago
shaozhuguang
bd4537bba1
modify bftsmart-server's default host to 0.0.0.0
6 years ago
huanghaiquan
0d8cc2be3e
Merge branch 'release/1.0.0' into develop
# Conflicts:
# source/sdk/sdk-base/pom.xml
# source/storage/storage-redis/pom.xml
# source/storage/storage-service/pom.xml
6 years ago
huanghaiquan
fb771ef656
Upgraded the version of fastjson lib to avoid security issues;
6 years ago
huanghaiquan
884ae3d153
Merge branch 'test' into release/1.0.0
# Conflicts:
# source/pom.xml
# source/storage/storage-service/src/test/java/test/com/jd/blockchain/storage/service/utils/BufferedKVStorageTest.java
6 years ago
huanghaiquan
53fd891acb
Fixed bugs of testcases;
6 years ago
huanghaiquan
c727a35626
Implemented transaction rollback mechanism;
6 years ago
shaozhuguang
0722408d37
修改合约处理逻辑为在assembly基础上调用,并增加ReadME.MD文档
6 years ago
shaozhuguang
d7eb2a2816
增加合约打包异常删除逻辑
6 years ago
huanghaiquan
436022dda6
Set the default log level of console to error;
6 years ago
huanghaiquan
c72b3397ad
Fixed the bug that did not correctly handle transaction state when the writing DataAccount did not exist;
6 years ago
shaozhuguang
c021cf48ca
增加合约打包异常删除逻辑
6 years ago
shaozhuguang
13478a2129
修改合约打包模块对应的package
6 years ago
shaozhuguang
f08f6cc9cf
修改合约打包验证功能模块
6 years ago
shaozhuguang
6f13f26917
修改BFTSMART服务节点关联网卡启动异常的问题
6 years ago
shaozhuguang
d1bbc6ec22
增加合约验证
6 years ago
huanghaiquan
87ac6f8c9c
Fixed error of testcase;
6 years ago
huanghaiquan
bcbe8ae214
Fixed the bug where abnormal transaction processing was not reported;
6 years ago
shaozhuguang
5fadf9bdb8
SDK增加合约校验功能!
6 years ago
shaozhuguang
34c602991d
Modify Contract Plugin's Check Function!
6 years ago
zhaoguangwei
20c7feccb8
add the ContractCheckMojo for contract-maven-plugin;
6 years ago
zhaoguangwei
36bd35130b
modify the file of 安装部署.*
6 years ago
zhaoguangwei
2602fb7c96
clean the project;
fixed the bug: get 10+ results by /accounts/.../entries?fromIndex=10&count=10, no results in the seconds page;
delete the modules of stp/state-transfer/crypto-impl;
delete the dependency out the dependencyManagement
6 years ago
huanghaiquan
a5bb09c00e
Merge branch 'release/1.0.0' into develop
6 years ago
shaozhuguang
08ca5926a9
Modify the default settings for the initialization part of the ledger !
6 years ago
shaozhuguang
40e397da05
Modify contract usage in readme file !
6 years ago
shaozhuguang
4edfe964ec
1、Fixed get consensus file error !
6 years ago
shaozhuguang
f73a2280d9
Delete the public key part involved in the bftsmart file !
6 years ago
huanghaiquan
e33a21310c
Upgraded version to 1.1.0-SNAPSHOT
6 years ago
huanghaiquan
859a60d3af
Upgraded version to 1.0.0.RELEASE;
6 years ago
huanghaiquan
377e90e3c6
Merge commit '9f4a4412013c0fed958bc7ade253a94c129f9793' into develop
6 years ago
huanghaiquan
a6b0bebfda
Modified comment;
6 years ago
shaozhuguang
9f4a441201
Add Contract Code Show !
6 years ago
huanghaiquan
f5bc1a2404
Merge commit '09d14c30400634ab169d04e0d878722c502cbb10' into feature/contract_invocation
# Conflicts:
# source/tools/tools-mocker/src/main/java/com/jd/blockchain/mocker/MockerNodeContext.java
6 years ago
huanghaiquan
157f841a7a
Fixed the error caused by missing created-time property in ledger.init file;
6 years ago
huanghaiquan
83a99039ac
Added created-time attribute to transaction;
6 years ago
shaozhuguang
09d14c3040
Merge remote-tracking branch 'origin/feature/contract_invocation' into develop-local
# Conflicts:
# source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationBase.java
6 years ago
shaozhuguang
867c0f6911
Add Contract Code Show !
6 years ago
shaozhuguang
772eb27dd2
Fixed Test case !
6 years ago
shaozhuguang
c2ddfa9498
Fix Test case !
6 years ago
shaozhuguang
87b4d5d029
Fix Test case !
6 years ago
shaozhuguang
541d1b3c8c
Modify Operation return result resolver !!!
6 years ago