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

Merge develop into next #3897

Merged
merged 660 commits into from
Sep 10, 2023
Merged

Merge develop into next #3897

merged 660 commits into from
Sep 10, 2023

Conversation

obycode
Copy link
Contributor

@obycode obycode commented Sep 6, 2023

Description

Applicable issues

  • fixes #

Additional info (benefits, drawbacks, caveats)

Checklist

  • Test coverage for new or modified code paths
  • Changelog is updated
  • Required documentation changes (e.g., docs/rpc/openapi.yaml and rpc-endpoints.md for v2 endpoints, event-dispatcher.md for new events)
  • New clarity functions have corresponding PR in clarity-benchmarking repo
  • New integration test(s) added to bitcoin-tests.yml

sergey-shandar and others added 30 commits July 6, 2023 08:40
Feat: ignore logging errors rather than panicking
The new version of Regex (1.9.0) is not compatible with 1.8
The `cargo fmt` command recommended to include in the `pre-commit` hook
will run on all files, instead of just the changed files as intended.
This change uses `rustfmt` to just run on one file at a time as
intended.
docs: use `rustfmt` instead of `cargo fmt` in pre-commit
@obycode obycode requested review from jcnelson, kantai and wileyj and removed request for jcnelson September 6, 2023 21:12
@obycode
Copy link
Contributor Author

obycode commented Sep 6, 2023

Technically, I merged chore/merge-master-to-develop into next, because chore/merge-master-to-develop wasn't yet merged into develop.

@obycode
Copy link
Contributor Author

obycode commented Sep 7, 2023

I will go through and resolve the remaining errors before re-requesting reviews.

@obycode obycode force-pushed the chore/merge-develop-into-next branch 2 times, most recently from b791638 to 2e33b4e Compare September 7, 2023 01:49
@obycode obycode force-pushed the chore/merge-develop-into-next branch from 2e33b4e to e17f094 Compare September 7, 2023 02:03
@obycode obycode requested review from jcnelson, kantai and wileyj and removed request for jcnelson September 7, 2023 02:10
@obycode
Copy link
Contributor Author

obycode commented Sep 7, 2023

Ok, I think we should be ready for review now. Sorry about the false start earlier.

Copy link
Contributor

@wileyj wileyj left a comment

Choose a reason for hiding this comment

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

shipit

@obycode
Copy link
Contributor Author

obycode commented Sep 8, 2023

@wileyj Thanks for the review. Did I mess anything up with the CI that is preventing the unit-tests from running?

@wileyj
Copy link
Contributor

wileyj commented Sep 8, 2023

@wileyj Thanks for the review. Did I mess anything up with the CI that is preventing the unit-tests from running?

not sure - i looked over the .github files being merged, they all looked correct.
other jobs that are being checked also show up correctly: https://github.com/stacks-network/stacks-blockchain/actions/runs/6104536420/job/16566687096

i have a feeling this is a UI hiccup, because the unit-tests have indeed run successfully for this PR : https://github.com/stacks-network/stacks-blockchain/actions/runs/6104536420/job/16566687096

i would say it's a non-issue, but we can re-run the test to see if it's picked by the UI here.

@wileyj
Copy link
Contributor

wileyj commented Sep 8, 2023

@wileyj Thanks for the review. Did I mess anything up with the CI that is preventing the unit-tests from running?

all good - it was due to the naming of the test that caused the confusion.
in the past, there was a workflow literally named "unit-tests" vs the one that was run here of "Unit Tests" via "CI/Release Tests".

that older name was still a required step for the next branch. i've removed that requirement

@obycode obycode merged commit d714825 into next Sep 10, 2023
1 check failed
@obycode obycode deleted the chore/merge-develop-into-next branch September 10, 2023 02:17
@blockstack-devops
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@stacks-network stacks-network locked as resolved and limited conversation to collaborators Nov 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants