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

chore!: fix MAD Precompile function names #859

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

shekohex
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

This pull request includes changes to the precompiles/multi-asset-delegation/src/lib.rs file, focusing on renaming methods to follow camelCase naming conventions.

Method renaming for camelCase consistency:

  • Renamed schedule_withdraw to scheduleWithdraw (precompiles/multi-asset-delegation/src/lib.rs)
  • Renamed cancel_withdraw to cancelWithdraw (precompiles/multi-asset-delegation/src/lib.rs)
  • Renamed schedule_delegator_unstake to scheduleDelegatorUnstake (precompiles/multi-asset-delegation/src/lib.rs)

Reference issue to close (if applicable)

Closes

@shekohex shekohex added difficulty: starter 🏁 Small issues that are great for starters or easy to complete tasks task ✔️ Breaking Change Breaking change for any dependent apps (gadget, relayer etc..) labels Dec 27, 2024
@shekohex shekohex requested review from Copilot and removed request for drewstone and 1xstj December 27, 2024 15:37

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@shekohex shekohex requested a review from 1xstj December 27, 2024 15:37
@drewstone drewstone merged commit 12859f7 into main Dec 27, 2024
3 checks passed
@drewstone drewstone deleted the shady/fix-mad-precompile-names branch December 27, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Breaking change for any dependent apps (gadget, relayer etc..) difficulty: starter 🏁 Small issues that are great for starters or easy to complete tasks task ✔️
Projects
Status: Completed ✅
Development

Successfully merging this pull request may close these issues.

2 participants