Skip to content

Releases: elven-js/elven.js

v0.10.1

23 May 22:38
bb15eb4
Compare
Choose a tag to compare
  • fix native auth when used with web wallet provider

v0.10.0

23 May 20:40
88cb960
Compare
Choose a tag to compare
  • Breaking: switch to using sdk-native-auth-client instead passing string-based login tokens. There is no fallback or other option, so it is a breaking change. Native Auth is recommended. The old way of doing that will be deprecated. Please freeze the previous version if you are not ready to switch yet

v0.9.2

13 May 12:04
838eb7f
Compare
Choose a tag to compare
  • changes in package.json configuration

v0.9.1

13 May 09:53
d7dcc9c
Compare
Choose a tag to compare
  • update dependencies: sdk-core, sdk-web-wallet-provider and others

v0.9.0

10 Apr 14:45
1577b0e
Compare
Choose a tag to compare
  • migrate to MultiversX JS SDK 12.1.0 (breaking changes):
    • TokenPayment is now TokenTransfer
    • ESDTNFTTransferPayloadBuilder and ESDTTransferPayloadBuilder are deprecated and removed, instead please use TransferTransactionsFactory
    • ContractCallPayloadBuilder is removed. Please use SmartContract.call instead
    • See all changes in the example, also please check MultiversX SDK JS Cookbook for how to build payload structures
  • update dependecies

v0.8.2

05 Mar 20:57
281a1ad
Compare
Choose a tag to compare
  • fix browser extension signing states

v0.8.1

02 Mar 20:20
5daccf8
Compare
Choose a tag to compare
  • minor improvements in the code and demo

v0.8.0

01 Mar 22:23
1a23bea
Compare
Choose a tag to compare
  • WalletConnect 2 integration through a new version of @elrondnetwork/erdjs-wallet-connect-provider - lets you use 'xPortal Login'.
  • two new callbacks: onQrPending and onQrLoaded - useful when waiting for the QR and WalletConnect Pairings list, but it shouldn't take much time to load
  • minor improvements

v0.7.0

14 Jan 18:45
Compare
Choose a tag to compare
  • rebrand to multiversx (continuation)
    • npm packages are replaced
    • public api/explorer endpoints are replaced
  • update dependencies
  • Breaking: ElvenJS.login('maiar-mobile') is now ElvenJS.login('mobile') and ElvenJS.login('maiar-browser-extension') is now ElvenJS.login('browser-extension')

v0.6.2

19 Nov 13:00
2d0e3e3
Compare
Choose a tag to compare
  • added new callbacks for transactions onTxSent and onTxError. With onTxSent, you can get the transaction data before it is finalized on the chain and after signing it. Then you can use onTxFinalized. Check the source code of the demo example.
  • dependencies updates