-
Notifications
You must be signed in to change notification settings - Fork 38
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
Implement UPDATE Event Triggers for escrow_transactions Status Changes #97
Comments
Hello SafeTrust maintainers! I am an OnlyDust diamond contributor and I have relevant experience building and testing fullstack web applications. I would like to handle this task by setting up the Hasura event trigger network to update operations when specific attributes change. I will also add unit test suites to ensure proper functionality. I can achieve this in 3 days and am looking forward to contributing to this project! |
Let me try this one! |
I am applying to this issue via OnlyDust platform. My background and how it can be leveraged: software engineering background, backend & smart contract dev (https://app.onlydust.com/users/Bosun-Josh121/overview) looking to make first contribution on this project How I plan on tackling this issue I have made contribution to similar issue as sighted in (Trustless-Work/Product#44) for instance. I've gone through highlighted docs to implement here as well. I will work on feedback & recommendation ensuring contact. Can deliver within 48hrs upon assignment |
Hi, I’d love to take on this issue! With my expertise in Cairo, StarkNet, and smart contract development, I can implement a clean and efficient solution. 🚀 Why Me?
⏱ TimelineI estimate completing this within 1 day. Let me know if I can proceed! 🌐 My ProfileCheck out my OnlyDust profile for more insights: Jagadeeshftw on OnlyDust Looking forward to contributing. 🚀 |
Can I attempt this issue? |
May I take care of this? |
I’m Santiago Villarreal Arley, a proactive and communicative developer with a strong background in both front-end and back-end Web3 development. As a proud Diamond Contributor and member of Dojo Coding, I have collaborated on various impactful projects built on StarkNet and Stellar, focusing on creating scalable and efficient blockchain-based solutions. Notably, I won the Buildathon Web3 Hackathon for my work on BuildMyEvent, an open-source blockchain project designed to solve real-world challenges by integrating innovative and user-centric features. I would love to tackle this issue! |
Description
Implement Hasura event triggers that fire when the status or refund_status of an escrow_transaction record changes, to ensure proper communication with third-party APIs based on transaction state transitions.
Requirements
UPDATE
operations whenstatus
field changesUPDATE
operations whenrefund_status
field changesStatus Transitions to Monitor
Acceptance Criteria
Technical Implementation Details
Make sure to follow the Git Guidelines for Atomic Commits and read Contributing Guide
The Pull request needs to have the format mentioned below in the Git Guideline
Hasura Event-Triggers Documentation
https://hasura.io/docs/2.0/event-triggers/overview/
The text was updated successfully, but these errors were encountered: