Skip to content

Conversation

@nazarhussain
Copy link
Contributor

Yarn 1 served us for years, but now it's not maintained any more. So time to migrate a modern alternative.

"url": "https://github.com/ChainSafe/hashtree-js/issues"
},
"homepage": "https://github.com/ChainSafe/hashtree-js#readme",
"packageManager": "[email protected]"
Copy link
Member

Choose a reason for hiding this comment

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

that's interesting, so it looks like we weren't even using yarn 1 here


let input_len = input.len();
if (input_len % 64) != 0 {
if !input_len.is_multiple_of(64) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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


let input_len = input.len();
if (input_len % 64) != 0 {
if !input_len.is_multiple_of(64) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nazarhussain nazarhussain changed the title chore: migrate yarn 1 to pnpm chore: migrate yarn to pnpm Dec 5, 2025
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.

3 participants