Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
lmcmz opened an issue on Outblock/FRW-Extension
[FEATURE] Add Biometric Authentication for Wallet Unlock
### Issue to be solved ## Description Enable biometric authentication (e.g., fingerprint or face recognition) via WebAuthn API as an alternative to password unlocking in the Chrome extension walle...lmcmz created a review comment on a pull request on Outblock/Flow-Wallet-Kit
```swift if let p256 = try key.publicKey(signAlgo: .ECDSA_P256) { let p256Keys = account.keys.filter { $0.weight >= 1000 && $0.publicKey.data == p256 } keys += p...
lmcmz opened an issue on Outblock/FRW-Extension
[BUG] 2.6.1 release UI issues
### Describe the Bug 1. We should hide `+0%` if there is no price change percentage data <img width="221" alt="Screenshot 2024-12-07 at 1 06 23 am" src="https://github.com/user-attachments/assets...lmcmz published a release on Outblock/FRW-Extension
2.6.1
## What's Changed * fixed: hot fix for username by @zzggo in https://github.com/Outblock/FRW-Extension/pull/252 * [Release] 2.6.1 by @lmcmz in https://github.com/Outblock/FRW-Extension/pull/253 ...lmcmz created a tag on Outblock/FRW-Extension
2.6.1 - Flow Reference Wallet - Chrome Extension Client
lmcmz pushed 3 commits to master Outblock/FRW-Extension
lmcmz published a release on Outblock/FRW-Extension
2.6.0
## What's Changed * Refactor header component and fix child account nft query by @caosbad in https://github.com/Outblock/FRW-Extension/pull/49 * update qrscanner by @zzggo in https://github.com/O...lmcmz created a tag on Outblock/FRW-Extension
2.6.0 - Flow Reference Wallet - Chrome Extension Client
lmcmz closed an issue on Outblock/FRW-Extension
[FEATURE] Incorrect Storage Alert Popup for Non-FLOW Token Transfers
**Description:** When transferring non-FLOW tokens (FT), the storage alert incorrectly pops up under certain conditions. Specifically, if the user attempts to send the maximum amount of an FT, the ...lmcmz closed an issue on Outblock/FRW-Extension
[FEATURE] CI Workflow
### Issue to be solved Currently there is no CI workflow that builds a production ready extension. Developers are manually building the extension, and manually bumping the extension version ### S...lmcmz closed an issue on Outblock/FRW-Extension
[FEATURE] Upgrade all dependencies
### Issue to be solved Many of the dependencies in the extension are out of date - including the flow libraries. ### Suggest A Solution Upgrade all dependencies to LTS versionlmcmz pushed 196 commits to master Outblock/FRW-Extension
- feat: retrieve address from indexer 102ebaf
- Merge branch 'han-dev' into indexeraddress # Conflicts: # src/ui/utils/modules/findAddressWithPK.tsx # src/ui/views/... 03b0af8
- Merge branch 'han-dev' into indexeraddress 979939f
- Merge branch 'han-dev' into indexeraddress 3b5cfb5
- Merge remote-tracking branch 'origin/master' into indexeraddress 945b18e
- Merge remote-tracking branch 'origin/master' into indexeraddress # Conflicts: # src/ui/views/Dashboard/Header.tsx f69e283
- fixed: address drawer balance update 3e2aa93
- Merge remote-tracking branch 'origin/dev' into indexeraddress ac164a8
- Merge remote-tracking branch 'origin/dev' into indexeraddress # Conflicts: # src/background/controller/wallet.ts # s... a0aee34
- fixed: indexaddresser emoji c7baa44
- feat: new ignore 526b4ff
- Merge remote-tracking branch 'origin/dev' into indexeraddress # Conflicts: # src/background/service/openapi.ts 7d8fb98
- Merge remote-tracking branch 'origin/dev' into indexeraddress 3f67ec2
- fixed: switching accounts 531bc91
- fixed: storage balance 7657b9e
- [Event Tracking] Add mixpanel event tracking Fixes #94 49edb71
- Registering super properties Fixes #94 61ba4c3
- Defined events and properties as per gitbook 93171f6
- Moved mixpanel init to background service 5bce4c7
- General event tracking 1f8dab9
- and 176 more ...