huanghaiquan
|
e33a21310c
|
Upgraded version to 1.1.0-SNAPSHOT
|
6 years ago |
huanghaiquan
|
859a60d3af
|
Upgraded version to 1.0.0.RELEASE;
|
6 years ago |
shaozhuguang
|
9f4a441201
|
Add Contract Code Show !
|
6 years ago |
shaozhuguang
|
867c0f6911
|
Add Contract Code Show !
|
6 years ago |
shaozhuguang
|
87b4d5d029
|
Fix Test case !
|
6 years ago |
shaozhuguang
|
541d1b3c8c
|
Modify Operation return result resolver !!!
|
6 years ago |
huanghaiquan
|
53554a9e03
|
Completed the cancellation of transaction template and prepared transaction ;
|
6 years ago |
huanghaiquan
|
73fe2fe8d4
|
Refactor ContractReturnValue;
|
6 years ago |
huanghaiquan
|
0888190efa
|
Completed the processing of the return value of Contract event send operation;
|
6 years ago |
shaozhuguang
|
c8aac0aac7
|
Merge remote-tracking branch 'origin/feature/contract_invocation' into feature/contract_invocation-local
|
6 years ago |
shaozhuguang
|
532fec678b
|
Fix getDataEntry results error!
|
6 years ago |
huanghaiquan
|
e3430f2332
|
temp;
|
6 years ago |
huanghaiquan
|
00bb4e5e07
|
Refactored the invoking process of contract code;
|
6 years ago |
huanghaiquan
|
6148debbd2
|
Removed unverified features related to the contract system;
|
6 years ago |
huanghaiquan
|
69e026893a
|
Fixed compilation error;
|
6 years ago |
huanghaiquan
|
d60c5d4cb1
|
Merge branch 'feature/authorize' into develop
# Conflicts:
# source/ledger/ledger-core/src/main/java/com/jd/blockchain/ledger/core/impl/handles/ContractLedgerContext.java
# source/ledger/ledger-model/src/main/java/com/jd/blockchain/transaction/DataAccountKVSetOperationBuilderImpl.java
# source/test/test-integration/src/main/java/test/com/jd/blockchain/intgr/IntegrationTest.java
# source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationBase.java
# source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationTestAll4Redis.java
|
6 years ago |
huanghaiquan
|
f550c6d518
|
Refactored the Value structure of BaseAccount;
|
6 years ago |
zhaoguangwei
|
81bc88bcb3
|
add MavenProject object in plugin's test;
|
6 years ago |
zhaoguangwei
|
5c3c12109c
|
clean the unnecessary test
|
6 years ago |
zhaoguangwei
|
bfb28fc5a5
|
Merge remote-tracking branch 'remotes/origin/feature/intf-contract' into develop
|
6 years ago |
zhaoguangwei
|
52ad61c4e6
|
IntegrationTest4Contract.java can run OK. for String[];
|
6 years ago |
shaozhuguang
|
06a932279c
|
Change String.getBytes() to UTF-8 Encode !
|
6 years ago |
shaozhuguang
|
7db6392a58
|
Adding Tool-Mocker module, which can be used for mocker test contract function !!!
|
6 years ago |
huanghaiquan
|
5076b5ff7e
|
Completed marking the data type of the value of KV Entry;
|
6 years ago |
zhaoguangwei
|
28a6d81f0c
|
IntegrationTest4Contract.java can run OK.
|
6 years ago |
zhaoguangwei
|
b8dff42d04
|
reduce the invoke of reflection to improve the performance.
|
6 years ago |
zhaoguangwei
|
7a073f64f1
|
According to Haiquan's suggestion to modify the codes for improving the performance. must admit: these proposals are very valuable.
|
6 years ago |
zhaoguangwei
|
38c54c18aa
|
The judgment of annotations to contract parameters is removed. Now you don't have to fill in parameter annotations in the interface. The primitive data types are automatically mapped in the background.
|
6 years ago |
zhaoguangwei
|
48c3ac9187
|
update the contract.jar;
|
6 years ago |
zhaoguangwei
|
5eb467b8d5
|
test pass for contract param serialize and deserialize. then clean;
|
6 years ago |
zhaoguangwei
|
57f5679ff8
|
test pass for contract param serialize and deserialize. then clean;
|
6 years ago |
zhaoguangwei
|
5851902fc4
|
test pass for contract param serialize and deserialize
|
6 years ago |
zhaoguangwei
|
624e1d8cc3
|
merge the dev
|
6 years ago |
zhaoguangwei
|
f781f6c3d1
|
parse the params'bytes[]
|
6 years ago |
shaozhuguang
|
376753b8d2
|
Modify the information returned by LedgerSetting, And Adjust Log Printing to LOGGER !
|
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 |
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 |
shaozhuguang
|
3545a75fa1
|
1. Modify integration test cases;
2. Adding browser to get Settings configuration interface;
3. Repairing BUG of BftSMART Consensus.
|
6 years ago |
zhaoguangwei
|
19012ae8c4
|
intf-contract dev first edition.
|
6 years ago |
huanghaiquan
|
91ea158efc
|
Completed the basic processing of invoking contract with it's interface;
|
6 years ago |
huanghaiquan
|
8e9f694801
|
Renamed;
|
6 years ago |
huanghaiquan
|
f483a5a0d4
|
Fixed compiling errors.
|
6 years ago |
huanghaiquan
|
4f60971f66
|
Refactor ledger model: rename packages;
|
6 years ago |
huanghaiquan
|
a6ea1642e7
|
Renamed CryptoServiceProviders to Crypto for simplification purpose.
|
6 years ago |
huanghaiquan
|
d52188ff57
|
Fixed bugs in test case LedgerBindingConfigTest .
|
6 years ago |
huanghaiquan
|
1f6fd9e604
|
Rename some of the types in crypto framework for more accurate expression.
|
6 years ago |
huanghaiquan
|
047eecf054
|
Rename some of the types in crypto framework for more accurate expression.
|
6 years ago |