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

b_t5-execution_chain: Ethereum 1.0 / Legacy Chain Associated Methods and Data Models #43

Merged
merged 20 commits into from
Dec 23, 2024

Conversation

Rurutia1027
Copy link
Owner

@Rurutia1027 Rurutia1027 commented Dec 18, 2024

In this commit, we focus on the execution chain(Ethereum 1.0 Chain) associated with data fetching functions, data model encapsulations, and Geth usages.

What's more, we added a multi-thread-based event-driven message handle logic to this commit.

echo "install sqlx... "
GETH_URL: "ws://localhost:8546" # Set local setup Geth Endpoint
run: |
echo "Install dependencies for Geth on local"
Copy link
Owner Author

Choose a reason for hiding this comment

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

As the Ethereum analysis project grows, its codebase, test cases, and CI/CD pipeline execution logic are becoming increasingly complex. To mitigate this complexity, it would be beneficial to extract the project into an independent repository. This separation will help prevent new commits from causing test failures that block the entire CI/CD pipeline.

Furthermore, CI/CD commands should be executed in isolated jobs rather than combining them into a single sequence of shell commands within a ‘run’ step. This approach improves job parallelism and maintainability. It’s also important to note that tutorials 1, 2, 3, 4, and 5 are largely independent of each other, so they can be executed in parallel without interdependencies.

@Rurutia1027 Rurutia1027 merged commit d3ed327 into main Dec 23, 2024
1 check 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.

1 participant