Skip to content

feat(utxo-bin): allow imports from utxo-core and noble/curves #6387

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

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

OttoAllmendinger
Copy link
Contributor

Update eslint configuration to allow importing from specific modules
that support deep imports via exports directive.

Issue: BTC-2170

OttoAllmendinger and others added 6 commits July 3, 2025 10:12
Update eslint configuration to allow importing from specific modules
that support deep imports via exports directive.

Issue: BTC-2170

Co-authored-by: llm-git <[email protected]>
Remove Node.js 18.x from the test matrix for package updates as we're
moving to newer Node.js versions.

Issue: BTC-2170

Co-authored-by: llm-git <[email protected]>
I was debugging sudden random errors in another PR caused by presumably new
packages being published on npm.

I found out that I could fix these compile errors by changing the
`resolutions` in toplevel `package.json`.

Hold on though - isn't the point of `test_package_updates.yml` to test
"downstream installs" by removing the lockfile? These downstream installs
don't care about the toplevel `resolutions` anyway, this is all just a
charade.

Let's keep the lockfile and do a regular `yarn install` (like in `ci.yml`).

Issue: BTC-2170
Update the import path to use the explicit src directory instead of
the relative parent path.

Issue: BTC-2170

Co-authored-by: llm-git <[email protected]>
Use `--frozen-lockfile` instead of `--with-frozen-lockfile` to fix CI
installation commands.

Issue: BTC-2170

Co-authored-by: llm-git <[email protected]>
Remove dedicated package update workflow and integrate its functionality
into the main CI workflow. When any package.json file changes, run all
unit tests instead of only changed tests.

Issue: BTC-2170

Co-authored-by: llm-git <[email protected]>
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