-
Notifications
You must be signed in to change notification settings - Fork 671
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
Merge develop into next #3897
Conversation
Fix/utxo lookup
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
Co-authored-by: Brice Dobry <[email protected]>
Co-authored-by: Brice Dobry <[email protected]>
Co-authored-by: Brice Dobry <[email protected]>
Technically, I merged |
I will go through and resolve the remaining errors before re-requesting reviews. |
b791638
to
2e33b4e
Compare
2e33b4e
to
e17f094
Compare
Ok, I think we should be ready for review now. Sorry about the false start earlier. |
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.
shipit
@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 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. |
all good - it was due to the naming of the test that caused the confusion. that older name was still a required step for the next branch. i've removed that requirement |
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. |
Description
Applicable issues
Additional info (benefits, drawbacks, caveats)
Checklist
docs/rpc/openapi.yaml
andrpc-endpoints.md
for v2 endpoints,event-dispatcher.md
for new events)clarity-benchmarking
repobitcoin-tests.yml