Skip to content

Releases: elven-js/elven.js

v0.19.0

03 Aug 14:13
296d075
Compare
Choose a tag to compare
  • 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

28 Apr 14:55
c5d1873
Compare
Choose a tag to compare

What's Changed

  • switch to SDK v13
  • breaking: SmartContract is no longer exported. Use SmartContractTransactionsFactory
  • breaking: GasEstimator removed
  • breaking: ContractFunction removed, pass normal strings
  • breaking: TransactionPayload removed, you can now pass Uint8Array instead
  • update examples
  • update reexported functions and helpers
  • return transaction on a network in onTxFinalized
  • added two amount-related helper functions: parseAmount and formatAmount

Full Changelog: v0.17.0...v0.18.0

v0.17.0

29 Jan 20:52
d5f15a2
Compare
Choose a tag to compare
  • remove onLoginEnd and onLogoutEnd callbacks. With success and failure callbacks, they are not needed
  • fix duplicate callback calls

v0.16.0

28 Jan 22:53
953aaf6
Compare
Choose a tag to compare
  • 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

13 Jan 19:25
e1a26c6
Compare
Choose a tag to compare
  • 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

25 Nov 18:18
3003c36
Compare
Choose a tag to compare
  • 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

27 Oct 17:23
8c3ff06
Compare
Choose a tag to compare
  • add xAlias login support ElvenJS.login('x-alias') (check the docs and demo example)
  • update dependencies

v0.12.0

05 Aug 08:57
1ea0b51
Compare
Choose a tag to compare
  • improve guardian support (all providers)
  • update dependencies

v0.11.0

16 Jul 16:59
de229d2
Compare
Choose a tag to compare
  • 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

v0.10.2

29 May 19:13
cbffb8b
Compare
Choose a tag to compare
  • fix native auth when signing using the browser extension