We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The number of dependencies can be reduced, making the package potentially more secure.
bech32 and bs58 can be removed in favor of @scure/base which is already in indirect dependencies list.
bech32
bs58
@scure/base
The text was updated successfully, but these errors were encountered:
https://github.com/MystenLabs/sui/blob/main/sdk/bcs/src/hex.ts can be simplified as hex.decode and hex.encode from the same package @scure/base
hex.decode
hex.encode
Sorry, something went wrong.
Thanks @mahnunchik! I'll flag it to the right folks.
hayes-mysten
No branches or pull requests
The number of dependencies can be reduced, making the package potentially more secure.
bech32
andbs58
can be removed in favor of@scure/base
which is already in indirect dependencies list.The text was updated successfully, but these errors were encountered: