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

[example] add orderbook entry function #2576

Merged
merged 2 commits into from
Sep 5, 2024
Merged

[example] add orderbook entry function #2576

merged 2 commits into from
Sep 5, 2024

Conversation

mx819812523
Copy link
Collaborator

Summary

Summary about this PR

  • Closes #issue

Copy link

vercel bot commented Sep 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 4, 2024 11:20pm
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 4, 2024 11:20pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Sep 4, 2024 11:20pm

Copy link

github-actions bot commented Sep 4, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

let option_coin = do_accept_bid(signer, market_obj, order_id, assert_order_exist);
if (is_some(&option_coin)) {
account_coin_store::deposit(receiver, option::extract(&mut option_coin))
}
Copy link
Contributor

Choose a reason for hiding this comment

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

destroy_none(option_coin)

@jolestar jolestar merged commit 7483fa4 into main Sep 5, 2024
9 checks passed
@jolestar jolestar deleted the orderbook branch September 5, 2024 01:21
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.

2 participants