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: introduce effector template #1

Merged
merged 17 commits into from
Mar 19, 2024
Merged

feat: introduce effector template #1

merged 17 commits into from
Mar 19, 2024

Conversation

kmd-fl
Copy link
Collaborator

@kmd-fl kmd-fl commented Mar 14, 2024

Introduce the new effector template.

Added:

  • Basic effector structure, including the effector module, the interface crate and the cid crate.
    • On the cid crate compilation, the message with the generated CID is printed.
  • Basic CI to run tests
  • Basic CI to create a GitHub Release with packed module via fluence module pack
  • README with explainations

@kmd-fl kmd-fl requested a review from folex March 14, 2024 15:36
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

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

I think we should settle on FCLI commands to build and package effectors.

@shamsartem, take a look at this project please. Might be a great starting point to test effector packaging.

@kmd-fl kmd-fl requested a review from gurinderu March 18, 2024 13:11
resolver = "2"
members = [ "effector", "types", "cid", "imports" ]

[workspace.dependencies]

Choose a reason for hiding this comment

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

interesting formating

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah, the file was generated automatically

But I want the old format back, have no idea why it was changed

types/src/lib.rs Outdated Show resolved Hide resolved
@kmd-fl kmd-fl merged commit 642de90 into main Mar 19, 2024
2 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.

3 participants