Releases: elven-js/elven.js
Releases · elven-js/elven.js
v0.20.0
- remove @multiversx/sdk-network-providers package (now included in the SDK core)
- remove/replace SignableMessage and adjust the code
- update dependencies
Full Changelog: v0.19.0...v0.20.0
v0.19.0
- replace custom webview provider (xPortal Discover, Web wallet Hub) implementation with the dedicated library
- update dependencies
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- switch to SDK v13
- breaking:
SmartContract
is no longer exported. UseSmartContractTransactionsFactory
- breaking:
GasEstimator
removed - breaking:
ContractFunction
removed, pass normal strings - breaking:
TransactionPayload
removed, you can now passUint8Array
instead - update examples
- update reexported functions and helpers
- return transaction on a network in
onTxFinalized
- added two amount-related helper functions:
parseAmount
andformatAmount
Full Changelog: v0.17.0...v0.18.0
v0.17.0
- remove onLoginEnd and onLogoutEnd callbacks. With success and failure callbacks, they are not needed
- fix duplicate callback calls
v0.16.0
- rename and add more login callbacks (breaking)
- rename some of the transaction and message signing callbacks (breaking)
- add callbacks for logout
- add callbacks for
queryContract
- check docs and example demo for more information
v0.15.0
- add webview provider (based on sdk-dapp), required for xPortal Hub integration (experimental, needs more tests and rewrites. It will probably land in a separate package in the following updates)
- update dependencies
v0.14.0
- add tools for signing messages with all supported providers (
ElvenJS.signMessage
). Find more details in the demo example and documentation. - update dependencies
v0.13.0
- add xAlias login support
ElvenJS.login('x-alias')
(check the docs and demo example) - update dependencies
v0.12.0
- improve guardian support (all providers)
- update dependencies
v0.11.0
- allow triggering transactions before the previous ones are finished
- updated dependencies
- adjust the code for the newest versions of Multiversx tools
- run login pending state when native auth is fetching