Skip to content
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

Merged
merged 39 commits into from
Feb 7, 2024
Merged

Release 3.6.0 #884

merged 39 commits into from
Feb 7, 2024

Conversation

kyonRay
Copy link
Member

@kyonRay kyonRay commented Feb 6, 2024

No description provided.

kyonRay and others added 30 commits October 23, 2023 04:45
<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
…_call_noaddr_retur… (FISCO-BCOS#860)

* support new feature: bugfix_event_log_order, bugfix_call_noaddr_return, bugfix_precompiled_codehash

* format code
…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)
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

Invoking
ContractCodec.ContractCodec
should be avoided because it has been deprecated.
+ ", gasLimit="
+ gasLimit
+ ", eip1559Struct="
+ eip1559Struct

Check notice

Code scanning / CodeQL

Use of default toString() Note

Default toString(): EIP1559Struct inherits toString() from Object, and so is not suitable for printing.
Copy link

sonarqubecloud bot commented Feb 7, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@kyonRay kyonRay merged commit fd62576 into FISCO-BCOS:master Feb 7, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants