-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 3.6.0 #884
Release 3.6.0 #884
Conversation
<sync>(code): sync code from master.
* Add setSystemConfigByKey feature check * Revert getGroupInfo changes * Update format
* Update version and feature * update jar version
…O-BCOS#841) * <fix>(codec): fix type encode offset bug when utf8 string array. (FISCO-BCOS#832) * <feat>(transaction): add interfaces of new transaction manager. * <perf>(transaction): change v2 package to TransactionV2.
…CO-BCOS#847) * <feat>(transaction): impl transaction manager, add gas provider.
<feat>(transaction): impl transaction manager, add gas provider. (FISCO-BCOS#847)
* add balance service * update BalancePrecompiled.java and getBalance interface * update code
…O-BCOS#855) * <fix>(transaction): add event subscribe logic in Contract.class * <feat>(transaction,contract): add transaction manager usage in Contract class.
…late hash methods, fix feature check. (FISCO-BCOS#857) * <fix>(model,precompiled): add tx, receipt and block java native calculate hash methods, fix feature check. * 更新 build.gradle
…transaction service bug. (FISCO-BCOS#858)
…_call_noaddr_retur… (FISCO-BCOS#860) * support new feature: bugfix_event_log_order, bugfix_call_noaddr_return, bugfix_precompiled_codehash * format code
…anager send call error. (FISCO-BCOS#863)
…all back when exception occurs, DefaultTransactionManager adapt jni new interface with nonce, fix negotiatedProtocol init moment. (FISCO-BCOS#865)
…rovider, add decodeTransaction to JsonTransactionResponse method. (FISCO-BCOS#870)
…nsactionManagerPayableTest bug. (FISCO-BCOS#871)
* add tx_gar_price systemConfig to java sdk
…o JsonTransactionResponse ut. (FISCO-BCOS#881)
…nager builder interfaces. (FISCO-BCOS#882)
* tx_gas_price for auth mode * update --------- Co-authored-by: Kyon <[email protected]>
src/main/java/org/fisco/bcos/sdk/v3/transaction/gasProvider/ContractGasProvider.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/org/fisco/bcos/sdk/v3/transaction/gasProvider/ContractGasProvider.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/org/fisco/bcos/sdk/v3/transaction/gasProvider/ContractGasProvider.java
Dismissed
Show dismissed
Hide dismissed
constructor.setAccessible(true); | ||
T contract = constructor.newInstance(null, client, credential); | ||
|
||
ContractCodec codec = new ContractCodec(contract.cryptoSuite, client.isWASM()); |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note
ContractCodec.ContractCodec
+ ", gasLimit=" | ||
+ gasLimit | ||
+ ", eip1559Struct=" | ||
+ eip1559Struct |
Check notice
Code scanning / CodeQL
Use of default toString() Note
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
No description provided.