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

Implement the execution engine #25

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open

Implement the execution engine #25

wants to merge 32 commits into from

Conversation

v9n
Copy link
Member

@v9n v9n commented Aug 19, 2024

Implement the execution engine and grpc interface

Tasks

  • schedule, cancel, delete, get detail

Workflow engine

The workflow engine can handle arbitrary smart contract query and a few pre-define contract query condition (such as checking price of Chain Link oracle).

Job Queue engine

Upon a task condition is met and submit from operator, the task move off into a queue to be processed and executed.

Storage

Storage is built based on badger db https://pkg.go.dev/github.com/dgraph-io/badger

@v9n v9n marked this pull request as draft August 19, 2024 17:18
Copy link

socket-security bot commented Aug 19, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@grpc/grpc-js@1.11.1 environment, filesystem, network +1 2.29 MB murgatroid99
npm/@grpc/proto-loader@0.7.13 filesystem Transitive: environment, network +30 7.53 MB murgatroid99
npm/ethers@6.13.2 network Transitive: environment +7 19.8 MB ricmoo
npm/google-protobuf@3.21.4 None 0 735 kB dibenede

🚮 Removed packages: npm/ethers@6.13.1

View full report↗︎

Copy link

socket-security bot commented Aug 19, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@v9n v9n requested a review from chrisli30 September 12, 2024 21:29
@v9n v9n marked this pull request as ready for review September 12, 2024 21:29
Copy link
Member

@chrisli30 chrisli30 left a comment

Choose a reason for hiding this comment

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

Looks good to me. Let’s check in this huge one!

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