Skip to content

feat: contracts and engine logic for Flip delegation#5992

Merged
albert-llimos merged 30 commits intomainfrom
feat/sc-utils-flip-delegate
Aug 15, 2025
Merged

feat: contracts and engine logic for Flip delegation#5992
albert-llimos merged 30 commits intomainfrom
feat/sc-utils-flip-delegate

Conversation

@albert-llimos
Copy link
Contributor

@albert-llimos albert-llimos commented Jul 8, 2025

Pull Request

Closes: PRO-2357

Checklist

Please conduct a thorough self-review before opening the PR.

  • I am confident that the code works.
  • I have written sufficient tests.
  • I have written and tested required migrations.
  • I have updated documentation where appropriate.

Summary

New smart contract can be found here: chainflip-io/chainflip-eth-contracts#510

@coderabbitai
Copy link

coderabbitai bot commented Jul 8, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/sc-utils-flip-delegate

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@albert-llimos albert-llimos changed the title Feat/sc utils flip delegate feat: engine logic for Flip delegation Jul 8, 2025
@albert-llimos albert-llimos force-pushed the feat/sc-utils-flip-delegate branch from 21bdff6 to 99018b5 Compare July 8, 2025 12:48
@albert-llimos albert-llimos mentioned this pull request Jul 8, 2025
4 tasks
@albert-llimos albert-llimos changed the title feat: engine logic for Flip delegation feat: contracts and engine logic for Flip delegation Jul 9, 2025
@ramizhasan111 ramizhasan111 force-pushed the feat/sc-utils-flip-delegate branch from 6e789da to 425d238 Compare August 7, 2025 15:03
@albert-llimos albert-llimos force-pushed the feat/sc-utils-flip-delegate branch from 407f4be to 4582f18 Compare August 8, 2025 06:49
@ramizhasan111 ramizhasan111 marked this pull request as ready for review August 12, 2025 09:56
@ramizhasan111 ramizhasan111 requested review from vdoflip and removed request for a team August 12, 2025 09:56
@albert-llimos albert-llimos added this pull request to the merge queue Aug 14, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 14, 2025
@albert-llimos albert-llimos added this pull request to the merge queue Aug 14, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 14, 2025
albert-llimos and others added 18 commits August 15, 2025 12:43
* chore: update image to v1.3.1 like main, updating SC_UTILS address

* chore: update to v1.3.2

* chore: update eth contract-interfaces to v1.3.2

* chore: insert deployed contract's addresses
* feat: execute sc call via ethereum

* feat: sc calls

* chore: mminor

* chore: move eth address padding to engine

* chore: cleanup, clippy

* refactor: schuffled types

* feat: impl other sc_utils events witnessing

* chore: rename enum variants

* chore: address comments

* chore: address comments

* chore: minor

* feat: add transactional tx executing

* refactor: Inject EthereumSCApi via Config

* feat: tests

* feat: benchmark for extrinsic

* feat: correct extrinsic weight
@albert-llimos albert-llimos force-pushed the feat/sc-utils-flip-delegate branch from 77c7504 to a6bd35f Compare August 15, 2025 11:46
@albert-llimos albert-llimos added this pull request to the merge queue Aug 15, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 15, 2025
@ramizhasan111 ramizhasan111 added this pull request to the merge queue Aug 15, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 15, 2025
@albert-llimos albert-llimos added this pull request to the merge queue Aug 15, 2025
Merged via the queue into main with commit 1abb523 Aug 15, 2025
105 of 106 checks passed
@albert-llimos albert-llimos deleted the feat/sc-utils-flip-delegate branch August 15, 2025 18:00
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