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

feat: implement BEP-333(BNB Chain Fusion) (#1003) #1013

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

unclezoro
Copy link
Collaborator

@unclezoro unclezoro commented Feb 28, 2024

Description

This PR prepare for release v0.10.17

Rationale

v0.10.17

This is the release for the sunset of BNB Beacon Chain.

FEATURES

  • #977 [BEP] feat: implement BEP-333(BNB Chain Fusion)

Example

None

Changes

Ensure go-sdk, java-sdk updated.

Preflight checks

  • build passed (make build)
  • tests passed (make test)
  • integration tests passed (make integration_test)
  • manual transaction test passed (cli invoke)

Already reviewed by

...

Related issues

... reference related issue #'s here ...

@codecov-commenter
Copy link

Codecov Report

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

Project coverage is 47.85%. Comparing base (dac83b6) to head (1d1b11e).
Report is 2 commits behind head on master.

Files Patch % Lines
plugins/tokens/plugin.go 0.00% 54 Missing ⚠️
app/app.go 52.94% 6 Missing and 2 partials ⚠️
plugins/tokens/swap/handler.go 42.85% 6 Missing and 2 partials ⚠️
plugins/tokens/timelock/handler.go 0.00% 7 Missing ⚠️
plugins/tokens/timelock/keys.go 57.14% 4 Missing and 2 partials ⚠️
plugins/tokens/swap/keeper.go 0.00% 5 Missing ⚠️
app/config/config.go 0.00% 4 Missing ⚠️
plugins/tokens/freeze/handler.go 0.00% 2 Missing and 1 partial ⚠️
plugins/tokens/issue/handler.go 0.00% 2 Missing and 1 partial ⚠️
plugins/tokens/timelock/keeper.go 40.00% 3 Missing ⚠️
... and 2 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1013      +/-   ##
==========================================
- Coverage   49.08%   47.85%   -1.23%     
==========================================
  Files         127      127              
  Lines       12703    12822     +119     
==========================================
- Hits         6235     6136      -99     
- Misses       6044     6251     +207     
- Partials      424      435      +11     

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

@unclezoro unclezoro merged commit f9792ca into master Feb 28, 2024
8 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