zhaoguangwei
|
19012ae8c4
|
intf-contract dev first edition.
|
6 years ago |
zhanglin33
|
1ea6576aea
|
Merge branch 'feature/crypto-spi' of http://git.jd.com/jd-blockchain/jdchain into feature/crypto-spi
|
6 years ago |
zhanglin33
|
be4f605174
|
add pki
|
6 years ago |
huanghaiquan
|
170e49c995
|
Merge branch 'feature/crypto-spi' into feature/optimize-tx-tree
|
6 years ago |
huanghaiquan
|
54bd864641
|
Fixed bugs of PerformanceTest;
|
6 years ago |
zhaoguangwei
|
1e04478715
|
delete the txOpTime in transactionContent.java, now use it in the ContractEventSendOpTemplate, only for contract related;
|
6 years ago |
zhaoguangwei
|
3d78edd155
|
delete the txOpTime in transactionContent.java, now use it in the ContractEventSendOpTemplate, only for contract related;
|
6 years ago |
huanghaiquan
|
d7526ff3ee
|
Merge branch 'develop' into feature/crypto-spi
|
6 years ago |
huanghaiquan
|
c3d011f7f8
|
Fixed compiling error of ledger-model;
|
6 years ago |
huanghaiquan
|
91ea158efc
|
Completed the basic processing of invoking contract with it's interface;
|
6 years ago |
zhaoguangwei
|
b75b598063
|
Merge remote-tracking branch 'origin/hotfix/zhaogw/15_contract-repeat-do' into hotfix/zhaogw/15_contract-repeat-do
|
6 years ago |
zhaoguangwei
|
5f1a80b08d
|
in bftsmart, fix the exception: Returned object not currently part of this pool.
|
6 years ago |
zhaoguangwei
|
dd8e38992c
|
去掉concat合并byte[]方法;
|
6 years ago |
zhaoguangwei
|
384c81393e
|
在transactonContent对象中添加txOpTime字段,避免重复执行合约时,出现contentHash碰撞的问题。
sleep时间恢复原先值;
|
6 years ago |
zhaoguangwei
|
a64ab90dd9
|
在transactonContent对象中添加txOpTime字段,避免重复执行合约时,出现contentHash碰撞的问题。
|
6 years ago |
zhanglin33
|
a99cf692e9
|
Merge commit '8e9f6948011d6b1bbc6c8e8da2dff4e7aba18fff' into feature/crypto-spi
|
6 years ago |
zhanglin33
|
02e82103a3
|
Merge commit '9a6a9e4fd166faa80b4f918bde7dffdfb2ec6796' into feature/crypto-spi
|
6 years ago |
zhangshuang
|
9a6a9e4fd1
|
adjustment code
|
6 years ago |
huanghaiquan
|
8e9f694801
|
Renamed;
|
6 years ago |
huanghaiquan
|
4bc5dbf36e
|
Renamed some base types in binary-proto;
|
6 years ago |
huanghaiquan
|
f88ef08fc2
|
Moved ValueType from utils-common project to binary-proto project
|
6 years ago |
huanghaiquan
|
f483a5a0d4
|
Fixed compiling errors.
|
6 years ago |
huanghaiquan
|
9cdda49897
|
Optimized contract loading.
|
6 years ago |
huanghaiquan
|
545aec3335
|
Merged contract-model project into ledger-model project,and removed it.
|
6 years ago |
huanghaiquan
|
4f60971f66
|
Refactor ledger model: rename packages;
|
6 years ago |
zhanglin33
|
03289580a4
|
fix bugs
|
6 years ago |
zhanglin33
|
46e80f53d8
|
remove loops
|
6 years ago |
zhanglin33
|
f9633391c1
|
remove loops
|
6 years ago |
zhanglin33
|
c9398ccfcd
|
implement Paillier encryption, the additive homomorphic encryption algorithm, and renew MultiSum
|
6 years ago |
zhangshuang
|
46c1e2b20b
|
add notes for code
|
6 years ago |
zhanglin33
|
73b53a7aa3
|
replace paillier encryption implementations in the MIT license with ones in the Apache 2.0
|
6 years ago |
zhangshuang
|
0a0dffc99e
|
solve ncp layer code bug
|
6 years ago |
zhangshuang
|
27591f0fe9
|
stp code debug
|
6 years ago |
huanghaiquan
|
66f81f156e
|
Merge pull request #6 from cg-zhou/develop
Update contract/README.MD style
|
6 years ago |
huanghaiquan
|
32a6b3131d
|
Merge branch 'master' into develop
* master:
Upgrade the version of Jetty dependencies to fix security vulnerabilities;
Modify license files, readme files, and other configurations, and generate 0.8.3.RELEASE versions
# 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-model/pom.xml
# source/contract/pom.xml
# source/crypto/crypto-adv/pom.xml
# source/crypto/crypto-framework/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/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/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
|
343629312e
|
Upgrade the version of Jetty dependencies to fix security vulnerabilities;
|
6 years ago |
shaozhuguang
|
20ed2db6c7
|
修改STP底层通信包装消息的Key
|
6 years ago |
shaozhuguang
|
c65896df10
|
修改STP底层通信处理代码
|
6 years ago |
zhanglin33
|
58bb7a8418
|
integrate RSA and ECDSA into spi
|
6 years ago |
zhangshuang
|
e681e8edc8
|
modify node communication protocol code
|
6 years ago |
zhangshuang
|
efedca1a08
|
add test examples for state transfer layer
|
6 years ago |
zhanglin33
|
019973b84f
|
fix RSA bugs and add RSA consistent test with jdk’s RSA
|
6 years ago |
zhangshuang
|
0b3b7f8109
|
add state transfer layer code
|
6 years ago |
zhanglin33
|
532a67b102
|
add RSA encryption and tests
|
6 years ago |
zhangshuang
|
9b2fa94463
|
add state transfer layer code
|
6 years ago |
zhanglin33
|
9d636b5935
|
add RSA signature algorithm and tests
|
6 years ago |
shaozhuguang
|
6e8130c30a
|
Fix BftsmartMessageService throw Exception...
|
6 years ago |
shaozhuguang
|
469c23fef8
|
Modify Class Note......
|
6 years ago |
shaozhuguang
|
a0a68fe933
|
Add Close receiver function
|
6 years ago |
shaozhuguang
|
a4ae5ab97b
|
Add Explanatory Notes for SFP-Communication Module.
|
6 years ago |