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
-[Breaking change: Deprecate EsdtHelpers in favor of @elrondnetwork/transaction-decoder](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/195/files)
10
14
11
15
## 10.0.0-alpha.5
12
16
-[Breaking change: adjustements to transaction awaitening and completion, transaction watcher](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/173)
@@ -55,6 +59,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
55
59
- Remove `interaction.withGasLimitComponents()`. Not so helpful anymore (since `NetworkConfig` isn't a singleton anymore).
56
60
-`TokenPayment` should be used instead of `Balance`, where applicable.
57
61
- Deprecate / remove `Balance` & `BalanceBuilder`. `TokenPayment` / `IAccountBalance` (a simple big number) should be used instead, depending on the purpose.
62
+
- Deprecated `EsdtHelpers` in favor of `@elrondnetwork/transaction-decoder`.
58
63
59
64
## [10.0.0-beta.3]
60
65
-[Extract dapp / signing providers to separate repositories](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/170)
0 commit comments