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

[moveos_std] Complete evm precompiled functions #1757

Merged
merged 1 commit into from
May 28, 2024

Conversation

vegetabledogdog
Copy link
Contributor

@vegetabledogdog vegetabledogdog commented May 28, 2024

Copy link

vercel bot commented May 28, 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 May 28, 2024 0:36am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview May 28, 2024 0:36am

///
/// Returns the input.
public fun identity(data: vector<u8>): vector<u8> {
let data_clone = data;
Copy link
Contributor

Choose a reason for hiding this comment

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

This function seems useless in Move 😅

@jolestar jolestar merged commit 13318e5 into rooch-network:main May 28, 2024
6 checks passed
@jolestar
Copy link
Contributor

@vegetabledogdog, can #1465 be closed?

@vegetabledogdog
Copy link
Contributor Author

vegetabledogdog commented May 28, 2024

@vegetabledogdog, can #1465 be closed?

Yes, it can be closed now.

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.

[moveos_std] Support all evm precompiled functions
2 participants