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: rename everything to Strata #361

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

storopoli
Copy link
Member

@storopoli storopoli commented Oct 4, 2024

Description

  • Rename express to strata
  • Removes all the alpen prefixes
  • Update the RPC traits from Alpen* to Strata* as well
  • Update RPC namespace from alp_ to str_

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/Enhancement (non-breaking change which adds functionality or enhances an existing one)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor

Checklist

  • I have performed a self-review of my code.
  • I have commented my code where necessary.
  • I have updated the documentation if needed.
  • My changes do not introduce new warnings.
  • I have added tests that prove my changes are effective or that my feature works.
  • New and existing tests pass with my changes.

Related Issues

STR-325

@storopoli
Copy link
Member Author

come on come on green green green

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

Attention: Patch coverage is 19.35484% with 75 lines in your changes missing coverage. Please review.

Project coverage is 55.98%. Comparing base (c0ef119) to head (4b6122b).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
bin/strata-client/src/main.rs 0.00% 10 Missing ⚠️
bin/bridge-client/src/rpc_server.rs 0.00% 6 Missing ⚠️
crates/evmexec/src/http_client.rs 0.00% 6 Missing ⚠️
crates/reth/node/src/payload.rs 0.00% 5 Missing ⚠️
crates/reth/node/src/payload_builder.rs 0.00% 5 Missing ⚠️
bin/strata-client/src/helpers.rs 0.00% 4 Missing ⚠️
crates/consensus-logic/src/fork_choice_manager.rs 0.00% 4 Missing ⚠️
crates/reth/node/src/node.rs 0.00% 4 Missing ⚠️
...n/bridge-client/src/modes/operator/task_manager.rs 0.00% 3 Missing ⚠️
bin/strata-reth/src/main.rs 0.00% 3 Missing ⚠️
... and 18 more
@@            Coverage Diff             @@
##           master     #361      +/-   ##
==========================================
+ Coverage   55.95%   55.98%   +0.03%     
==========================================
  Files         250      250              
  Lines       26504    26495       -9     
==========================================
+ Hits        14830    14834       +4     
+ Misses      11674    11661      -13     
Files with missing lines Coverage Δ
bin/bridge-client/src/args.rs 0.00% <ø> (ø)
bin/bridge-client/src/db.rs 0.00% <ø> (ø)
bin/bridge-client/src/descriptor.rs 57.47% <ø> (ø)
bin/bridge-client/src/main.rs 0.00% <ø> (ø)
bin/strata-cli/src/cmd/bridge_in.rs 0.00% <ø> (ø)
bin/strata-client/src/args.rs 0.00% <ø> (ø)
bin/strata-client/src/config.rs 43.85% <ø> (ø)
bin/strata-client/src/errors.rs 0.00% <ø> (ø)
bin/strata-client/src/extractor.rs 94.79% <ø> (-1.52%) ⬇️
bin/strata-client/src/l1_reader.rs 0.00% <ø> (ø)
... and 170 more

... and 1 file with indirect coverage changes

@storopoli storopoli force-pushed the STR-325-rename-express-to-strata-in-all-repos-v2 branch from 60c0139 to fa87b7a Compare October 4, 2024 22:09
@storopoli storopoli force-pushed the STR-325-rename-express-to-strata-in-all-repos-v2 branch from fa87b7a to c29ddf4 Compare October 4, 2024 22:11
@storopoli storopoli force-pushed the STR-325-rename-express-to-strata-in-all-repos-v2 branch from c29ddf4 to 4b6122b Compare October 4, 2024 22:22
@delbonis delbonis merged commit ab96a82 into master Oct 4, 2024
13 checks passed
@storopoli storopoli deleted the STR-325-rename-express-to-strata-in-all-repos-v2 branch October 4, 2024 22:35
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.

2 participants