-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Optimize the method to execute transaction (#418) * handle Rlp list (#419) * change func name (#420) * Add an asynchronous way to call contract and change the type of return value (#421) * change func name * add an asynchronous way to call contract and change the type of return value * Fix gm unusable bugs (#437) (#441) * fix bug in Jenkins (#440) * fix bug in Jenkins * format code * fix call error status not handle bug. (#442) * fix bug in test * add error message * add CallContract test * print test message * suitable for the 2.2.0 version (#447) * suitable for the 2.2.0 version * fix PerformanceDTTest bug. * fix bug in rlp * add decoder for return value * Release 2.2.0 fisco (#458) * fix thead safe bug. * update transaction receipt status. update channel version. * update jackson-databind version * update Credentials create in test. * update performance test. (#460) * update performance test. * remove one log print. * change input in merkel * catch getNodeVersion exception. (#463) * Release 2.2.0 fisco (#464) * check int/uint range before abi encode. * add gm support for parallel test. * update ci_check_commit.sh * update netty-tcnative-boringssl-static version. (#465) * optimize hexToString. (#466) * merge master and modify change log (#471) * sync 2.1.2 to master (#449) * Fix gm unusable bugs (#437) * update ChangeLog.md (#448) * fix sdk link error. (#454) * modify changelog Co-authored-by: ywy2090 <[email protected]> * update message service init failed. (#472) * add generateGroup,startGroup rpc interface (#467) * Release 2.2.0 bsn (#468) * update testGenerateGroup testStartGroup * add status code for generateGroup, startGroup * update message service init failed. * Optimize the print (#474) Co-authored-by: Shareong <[email protected]> Co-authored-by: chaychen2005 <[email protected]>
- Loading branch information
1 parent
6b9e296
commit 8762269
Showing
63 changed files
with
2,379 additions
and
1,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.1.2 | ||
v2.2.0 |
Oops, something went wrong.