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 v1.4.0 #213

Merged
merged 6 commits into from
Mar 3, 2024
Merged

Release v1.4.0 #213

merged 6 commits into from
Mar 3, 2024

Conversation

kyonRay
Copy link
Collaborator

@kyonRay kyonRay commented Mar 2, 2024

No description provided.

kyonRay and others added 5 commits September 7, 2023 15:19
* <feat>(driver): add bcos block and tx timestamp.

* <fix>(driver): fix getBlock timestamp bug.
* <bugfix>: uint out of range bug
uint out of range bug, when xaTransactionIDs is empty and _index is -1, len - 1 will out of range and contract excuted failed.

* <bugfix>: uint out of range bug
uint out of range bug, when xaTransactionIDs is empty and _index is -1, len - 1 will out of range and contract excuted failed.
* update WeCrossProxy java class

---------

Co-authored-by: dwzhan <dwzhan@iflytek.com>
… transactions details (WeBankBlockchain#210)

* <feat>(ClientWrapper): add block transactions details
<feat>(BCOSDriver): assemble block transactions details

* <feat>(ClientWrapper): add block transactions details <feat>(BCOSDriver): assemble block transactions details

* <feat>(ClientWrapper): add block transactions details <feat>(BCOSDriver): assemble block transactions details

* <feat>(ClientWrapper): add block transactions details <feat>(BCOSDriver): assemble block transactions details

* <feat>(ClientWrapper): add block transactions details <feat>(BCOSDriver): assemble block transactions details

---------

Co-authored-by: lbhan2 <lbhan2@iflytek.com>
Co-authored-by: root <root@server-165fb483-bee9-4c33-b63f-be224d21bce4.novalocal>
@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2024

Codecov Report

Attention: Patch coverage is 2.97030% with 98 lines in your changes are missing coverage. Please review.

Project coverage is 26.47%. Comparing base (fd1a6e8) to head (c2c6a71).

Files Patch % Lines
.../java/com/webank/wecross/stub/bcos/BCOSDriver.java 0.00% 73 Missing and 1 partial ⚠️
...s/stub/bcos/common/ResultTransactionSerialize.java 0.00% 17 Missing ⚠️
...ebank/wecross/stub/bcos/contract/BlockUtility.java 40.00% 0 Missing and 3 partials ⚠️
...ecross/stub/bcos/client/AbstractClientWrapper.java 0.00% 2 Missing ⚠️
...k/wecross/stub/bcos/client/ClientBlockManager.java 0.00% 1 Missing ⚠️
...ank/wecross/stub/bcos/verify/MerkleValidation.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #213      +/-   ##
============================================
- Coverage     27.14%   26.47%   -0.68%     
+ Complexity      251      249       -2     
============================================
  Files            72       72              
  Lines          4222     4310      +88     
  Branches        300      307       +7     
============================================
- Hits           1146     1141       -5     
- Misses         2971     3061      +90     
- Partials        105      108       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kyonRay kyonRay merged commit cc8dc3d into WeBankBlockchain:master Mar 3, 2024
2 of 3 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