You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When analyzing a recent build, I noticed that @harmony-js/staking is causing my bundle size to blow up due to the use of "text-encoding", which is now a deprecated library.
When analyzing a recent build, I noticed that @harmony-js/staking is causing my bundle size to blow up due to the use of "text-encoding", which is now a deprecated library.
Reference:
sdk/packages/harmony-staking/src/stakingTransaction.ts
Line 111 in 3c70618
https://github.com/harmony-one/sdk/blob/master/packages/harmony-staking/src/stakingTransaction.ts#L324
Given the above, I'd like to propose a leaner / tree-shakeable alternative to the deprecated "text-encoding"
The text was updated successfully, but these errors were encountered: