Releases: frak-id/wallet
Releases · frak-id/wallet
Patch Changes
3aca02c
Thanks @KONFeature! - Reduce login modal frequency with useReferralInteraction
hook
Patch Changes
-
3e52138
Thanks @KONFeature! - Create a generic displayModal
endpoint to craft nice modals where user manual validations is needed
-
f653237
Thanks @KONFeature! - Remove gating related functionnality, and so watchUnlockStatus
and getUnlockOptions
hooks
-
d5f797e
Thanks @KONFeature! - Add the current interaction session state to the walletStatus rpc endpoint
Patch Changes
-
4fd74e0
Thanks @KONFeature! - Removed previous frak_listenToSetUserReferred
rpc action in favor of the new generic interaction handler
-
30e3863
Thanks @KONFeature! - Add frak_sendTransaction
rpc action on the wallet. Only callable from dapp inside the frak.id
domain for now.
-
4fd74e0
Thanks @KONFeature! - Add frak_sendInteraction
rpc action to submit user interaction from a content / product
-
e3d003f
Thanks @KONFeature! - Adding domain
field in the nexus config (auto filled when using the react component NexusConfigProvider
)
-
e3d003f
Thanks @KONFeature! - Added the siweAuthenticate
method (with the react hook) to craft strong authentication with the nexus wallet
Patch Changes
8d4783b
Thanks @KONFeature! - Move contentId
away from global config in favor of per hook specification
Patch Changes
- #7
b81ccba
Thanks @srod! - Update dependencies, some texts and comments