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

chore: base EboActor implementation #16

Merged
merged 38 commits into from
Aug 2, 2024
Merged

chore: base EboActor implementation #16

merged 38 commits into from
Aug 2, 2024

Conversation

0xyaco
Copy link
Collaborator

@0xyaco 0xyaco commented Jul 31, 2024

🤖 Linear

Closes GRT-80

Description

Implements base class for EboActor

0xyaco added 30 commits July 18, 2024 18:18
Copy link

linear bot commented Jul 31, 2024

GRT-80 EBO actor base structure

AC:

  • constructor implemented with the corresponding atributes

0xnigir1
0xnigir1 previously approved these changes Aug 1, 2024
@@ -2,7 +2,7 @@
"name": "@ebo-agent/blocknumber",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"main": "./dist/index.js",
Copy link
Collaborator

Choose a reason for hiding this comment

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

curiosity and to learn, when we have to point this to dist or why isnt here src/index.js?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That's an interesting question. Seems like it works both ways and tbh I used what we had already used in the shared package. Do you know if there's any tradeoff between dist and src? Like not having to build dependent packages or something like that?

Copy link
Collaborator

Choose a reason for hiding this comment

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

tbh i don't know, would have to research more to give a more accurate answer
maybe @0xkenj1 has some insight

Copy link
Collaborator

Choose a reason for hiding this comment

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

when some other package is using this one the main key of the package.json indicates the entrypoint :)

0xkenj1
0xkenj1 previously approved these changes Aug 1, 2024
Base automatically changed from feat/bn-service to dev August 2, 2024 14:01
@0xyaco 0xyaco dismissed stale reviews from 0xkenj1 and 0xnigir1 August 2, 2024 14:01

The base branch was changed.

@0xyaco 0xyaco merged commit be97948 into dev Aug 2, 2024
5 checks passed
@0xyaco 0xyaco deleted the feat/base-ebo-actor branch August 2, 2024 16:22
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