This repository was archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Integrate MobX inside keyring package #4
Labels
enhancement
New feature or request
high priority
To work after all urgent tasks are closed or stalled
review
Comments
Merged
DavideSegullo
added a commit
that referenced
this issue
Dec 19, 2022
Added basic setup for mobx and removed ecmascript hash fields, because they are not support by mobx. #4
DavideSegullo
added a commit
that referenced
this issue
Dec 19, 2022
added flow and generator for performance improvement. #4
DavideSegullo
added a commit
that referenced
this issue
Dec 19, 2022
DavideSegullo
added a commit
that referenced
this issue
Dec 19, 2022
DavideSegullo
added a commit
that referenced
this issue
Dec 19, 2022
DavideSegullo
pushed a commit
that referenced
this issue
Dec 20, 2022
# [1.0.0-next.2](keyring-v1.0.0-next.1...keyring-v1.0.0-next.2) (2022-12-20) ### Features * **keyring:** ✨ add basic setup for mobx and removed hash field ([c567e43](c567e43)), closes [#4](#4) * **keyring:** ✨ add computed and autorun properties ([73c0ba3](73c0ba3)), closes [#4](#4) * **keyring:** ✨ add flow instead of async/await ([641f104](641f104)), closes [#4](#4) * **keyring:** ✨ add mnemonic generation from master ([ed00069](ed00069)), closes [#3](#3) * **keyring:** ✨ add optional metadata for mnemonic storage ([e0dadd1](e0dadd1)), closes [#2](#2) * **keyring:** add data response for I/O operations ([db6972e](db6972e))
DavideSegullo
pushed a commit
that referenced
this issue
May 6, 2023
# [1.0.0-next.2](wif-v1.0.0-next.1...wif-v1.0.0-next.2) (2023-05-06) ### Bug Fixes * **wif:** 🐛 fix package main ([fe070ef](fe070ef)) * **wif:** 🔧 fix semantic release config ([a65e17d](a65e17d)) ### Features * ⬆️ migrate to nx 16 ([a3212dd](a3212dd)) * ⬆️ upgrade cosmjs deps ([e660395](e660395)) * ⬆️ upgrade mmkv dep ([07bcc00](07bcc00)) * ⬆️ upgrade mobx dep ([d8ada0b](d8ada0b)) * ⬆️ upgrade noble and scure deps ([bdc5b3c](bdc5b3c)) * ⬆️ upgrade rn dep ([9e9b049](9e9b049)) * ➕ add @theunderscorer/nx-semantic-release dep ([44e89fc](44e89fc)) * ➕ add quick crypto and buffer deps ([a7b578c](a7b578c)) * **demo:** ✨ add example demo ([cf32f63](cf32f63)) * **keyring:** ✨ add basic setup for mobx and removed hash field ([c567e43](c567e43)), closes [#4](#4) * **rn-keyring:** ✨ add MMKV storage ([8db7795](8db7795)), closes [#25](#25) * **rn-keyring:** ✨ change react-native-mmkv to remove fastWrites prop ([bbfc0dd](bbfc0dd)), closes [#25](#25)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
New feature or request
high priority
To work after all urgent tasks are closed or stalled
review
should integrate mobx inside the keyring in order to make some elements responsive
The text was updated successfully, but these errors were encountered: