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(worker/base): add base worker #499

Merged
merged 14 commits into from
Sep 7, 2024
Merged

feat(worker/base): add base worker #499

merged 14 commits into from
Sep 7, 2024

Conversation

naaive
Copy link
Contributor

@naaive naaive commented Aug 29, 2024

Summary

Checklist

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@naaive naaive marked this pull request as draft August 29, 2024 08:02
@naaive naaive marked this pull request as ready for review August 29, 2024 08:05
@FrankLi123 FrankLi123 changed the base branch from main to worker-dev September 4, 2024 07:42
@@ -33,6 +33,7 @@ const (
Stargate // stargate
Uniswap // uniswap
VSL // vsl
Base // base
Copy link
Member

Choose a reason for hiding this comment

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

should use alphabetical order (sort lines in GoLand) when adding a new worker

@@ -30,6 +30,7 @@ const (
PlatformStargate // Stargate
PlatformUniswap // Uniswap
PlatformVSL // VSL
PlatformBase // Base
Copy link
Member

Choose a reason for hiding this comment

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

should use alphabetical order (sort lines in GoLand) when adding a new platform

@pseudoyu
Copy link
Member

pseudoyu commented Sep 5, 2024

should also add worker in config api (and also sort lines)

https://github.com/RSS3-Network/Node/blob/main/internal/node/component/info/network_config.go#L228

@pseudoyu
Copy link
Member

pseudoyu commented Sep 5, 2024

should resolve conflicts

@naaive naaive merged commit 905d16c into worker-dev Sep 7, 2024
5 checks passed
@naaive naaive deleted the feat/base branch September 7, 2024 15:25
kallydev pushed a commit that referenced this pull request Oct 12, 2024
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