-
Notifications
You must be signed in to change notification settings - Fork 180
New stratum-core structure #1860
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
New stratum-core structure #1860
Conversation
b951f8c to
ca6b32d
Compare
|
@lucasbalieiro just force-pushed Let me know if you need anything else. Also, ping me when you want a review on this PR. |
017e99f to
bc7184e
Compare
|
@GitGab19, thanks for updating the repo. I got the script working and made a few changes, including updates to the GitHub Workflows. Right now, the integration test workflow is failing. It seems the reusable workflow from Also, I’ve noticed that the test If you have a chance, it would be really helpful if you could review the overall structure to see if I’ve made any mistakes.
|
febfaee to
84f1d92
Compare
|
force-pushed a modification in the script to run the integration tests with Also, rebased with the latest changes on main |
Sorry for being late, I'll take a look tomorrow morning and report my findings here! |
759075f to
b5c1dba
Compare
|
Force-pushed |
6ecc652 to
16b860b
Compare
GitGab19
left a comment
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.
ACK.
I would wait for #1902 to get merged before merging this one though, since that PR is touching both protocol crates and apps.
|
Now that #1966 has been merged, and the work about persistence will be done on the application layer, I think we can proceed with this PR. @lucasbalieiro can you please solve conflicts and rebase it? I'm pretty sure it will be the last time 😉 |
5aa0423 to
f309fdb
Compare
|
rebased with the changes from #1966 |
|
@lucasbalieiro I just merged #1968 and updated You can rebase this PR and we should be really ready to get it merged :) |
|
@lucasbalieiro Can you remove |
f309fdb to
c8b62b5
Compare
- Moved roles to its own repository: https://github.com/stratum-mining/sv2-apps - Move protocols/v2 --> sv2/ - Move protocols/v2 --> sv1/ - Move protocols/stratum-translation --> stratum-core/stratum-translation - Move utils/buffer --> sv2/buffer-sv2 - Adapted scripts and workflows where needed
03d56c4 to
217639b
Compare
217639b to
c9e37e3
Compare


address #1799 (comment);
sv2-appsrepoprotocols/v2-->sv2/protocols/v2-->sv1/protocols/stratum-translation-->stratum-core/stratum-translationutils/buffer-->sv2/buffer-sv2