-
Notifications
You must be signed in to change notification settings - Fork 0
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 types and util #10
Conversation
6e06cd8
to
5d0332f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm w/ question
.github/workflows/lint.yml
Outdated
@@ -20,10 +20,13 @@ jobs: | |||
with: | |||
go-version: 1.21.3 | |||
- uses: actions/checkout@v4 | |||
- name: initialize workspace | |||
run: | | |||
go work init ||: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the linter fail w/o workspace init?
@@ -0,0 +1,3 @@ | |||
module github.com/skip-mev/petri/util |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like for now there's no need to make this a submodule? All dependencies are stdlib. Maybe I'm missing smth tho
hmm... looks like linter is failing despite us initializing the workspace? Are we inserting the correct use directives? I.e |
feat: add chain package
feat: add node package
feat: add wallet
No description provided.