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

Fix: bridge "burnZCN" in wasm #679

Merged
merged 5 commits into from
Dec 7, 2022
Merged

Conversation

YarikRevich
Copy link
Collaborator

No description provided.

@YarikRevich YarikRevich self-assigned this Dec 6, 2022
@YarikRevich YarikRevich linked an issue Dec 6, 2022 that may be closed by this pull request
tx, err := bridge.BurnZCN(context.Background(), amount)
if err != nil {
return errors.Wrap("burnZCN", "failed to burn ZCN tokens", err).Error()
}


err = tx.Verify(context.Background())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should verify inside bridge.BurnZCN

Copy link
Member

@dabasov dabasov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@service-0chain
Copy link
Contributor

Manual system tests [success] with the following config

config value
tests skipped YES
system-tests master
gosdk fix/bridge_burn_zcn_wasm
zboxcli staging
zwalletcli staging
0chain staging
blobber staging
authorizer staging
0box staging
0block staging
0dns staging
explorer staging
0proxy staging
0search staging

@YarikRevich YarikRevich merged commit 54ce8d6 into staging Dec 7, 2022
@YarikRevich YarikRevich deleted the fix/bridge_burn_zcn_wasm branch December 7, 2022 16:35
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.

Fix: bridge "burnZCN" in wasm
3 participants