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

Feat add bridge transactions #163

Merged

Conversation

JoE11-y
Copy link
Contributor

@JoE11-y JoE11-y commented Feb 24, 2025

🚀 Pull Request Description

This PR enhances the Layerswap bridge application with the following changes:

  • Transaction Intent Analysis: Improved logic and enhanced AI prompt instructions for better extraction of transaction intent.
  • Layerswap Bridge Support: Updated the Layerswap client and bridge handler to align with the latest Layerswap API reference.
  • HTTP Request Reliability: Added retry mechanisms for HTTP requests to ensure more robust connectivity.
  • Environment Variables: The env.example file now includes missing key environment variables.

🔗 Linked Issues

Fixes #96

📸 Screenshots

[Include relevant screenshots or screen recordings demonstrating the changes]

Screenshot from 2025-02-25 14-31-53
Screenshot from 2025-02-25 14-32-14
Screenshot from 2025-02-25 14-32-28
Screenshot from 2025-02-25 14-32-36

✅ PR Checklist

  • I have tested these changes locally
  • Relevant documentation is updated
  • My code follows the repository's coding guidelines
  • I have added/updated tests that prove my fix/feature
  • No breaking changes introduced
  • Code is well-commented and readable

Copy link

vercel bot commented Feb 24, 2025

@JoE11-y is attempting to deploy a commit to the poulavbhowmick03's projects Team on Vercel.

A member of the Team first needs to authorize it.

@JoE11-y JoE11-y marked this pull request as ready for review February 25, 2025 13:46
@JoE11-y
Copy link
Contributor Author

JoE11-y commented Feb 25, 2025

@PoulavBhowmick03 Ready for review.

@PoulavBhowmick03
Copy link
Contributor

image

Can you please check this? It seems to have this error of unable to find address in db

@JoE11-y
Copy link
Contributor Author

JoE11-y commented Feb 27, 2025

After you start your db.

You need to run the following.

npx prisma migrate dev

in the client directory and it should work.

Copy link
Contributor

@PoulavBhowmick03 PoulavBhowmick03 left a comment

Choose a reason for hiding this comment

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

lgtm

@PoulavBhowmick03 PoulavBhowmick03 merged commit 8f4d987 into Shonen-Labs:main Feb 27, 2025
2 of 5 checks passed
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.

BACKEND: Function for Bridge Transactions
2 participants