zhanglin33
|
bf6ff4dfe7
|
SHA1WITHRSA2048 in crypto-pki module has been completed
|
6 years ago |
zhaoguangwei
|
c6f693352b
|
to the restful api:/entries-version, check the dataAddress and its version;
|
6 years ago |
zhanglin33
|
d44f97a646
|
Merge commit '173e4ba768cf66291320aabcf07d5f2fee9cce7a' into feature/crypto-spi
# Conflicts:
# source/pom.xml
|
6 years ago |
zhanglin33
|
962e0f200b
|
add SHA1WITHRSA2048 without junitTest
|
6 years ago |
huanghaiquan
|
173e4ba768
|
Fixed compiling error;
|
6 years ago |
zhanglin33
|
6920627ef3
|
add CertParser and its junitTest
|
6 years ago |
zhaoguangwei
|
a67ab58873
|
the first contract test based interface is OK.
|
6 years ago |
zhaoguangwei
|
8046ea0897
|
The original version did not meet the needs of the business side, and adopted the JSON mode again.
|
6 years ago |
zhanglin33
|
7b0cc1cafb
|
add CSRBuilder and its junitTest
|
6 years ago |
zhaoguangwei
|
535c6c2273
|
test then optimize the contract based interface;
|
6 years ago |
zhaoguangwei
|
ce1fb2b4b0
|
Merge remote-tracking branch 'remotes/origin/develop' into feature/intf-contract
|
6 years ago |
zhaoguangwei
|
6c7f5ada36
|
add new restful interface:
ledgers/{ledgerHash}/accounts/{address}/entries-version
test OK.
|
6 years ago |
shaozhuguang
|
8a4fdc3b6a
|
1. Repairing automatic serialization during gateway initialization
|
6 years ago |
zhanglin33
|
66a58d44af
|
add the standard public exponent form in RSAUtils
|
6 years ago |
shaozhuguang
|
3545a75fa1
|
1. Modify integration test cases;
2. Adding browser to get Settings configuration interface;
3. Repairing BUG of BftSMART Consensus.
|
6 years ago |
zhanglin33
|
c6b176f87b
|
Merge commit '170e49c9957ccd9c463149f44f6af0402e124f5e' into feature/crypto-spi
|
6 years ago |
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 |