Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

lmcmz

lmcmz starred pointfreeco/swift-case-paths
lmcmz created a review on a pull request on Outblock/token-list-jsons

View on GitHub

lmcmz opened an issue on Outblock/FRW-UI
Transaction Detail Page
lmcmz opened an issue on Outblock/fcl-swift
Update for fcl-swift SDK
lmcmz created a review on a pull request on Outblock/FRW-Extension

View on GitHub

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 on a pull request on Outblock/Flow-Wallet-Kit

View on GitHub

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...

View on GitHub

lmcmz created a review on a pull request on Outblock/Flow-Wallet-Kit

View on GitHub

lmcmz created a review on a pull request on Outblock/FRW-Extension

View on GitHub

lmcmz created a review on a pull request on Outblock/FRW-Extension

View on GitHub

lmcmz pushed 4 commits to master Outblock/FRW-Extension
  • fixed: ui issue aa35387
  • fixed: new version number 4ef8adf
  • Merge pull request #255 from Outblock/254-bug-261-release-ui-issues fixed: ui issue 9dac842
  • Merge pull request #256 from Outblock/dev [Release] 2.6.2 25a73a1

View on GitHub

lmcmz closed a pull request on Outblock/FRW-Extension
[Release] 2.6.2
[Release] 2.6.2
lmcmz opened a pull request on Outblock/FRW-Extension
[Release] 2.6.2
[Release] 2.6.2
lmcmz created a review on a pull request on Outblock/FRW-Extension

View on GitHub

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
  • fixed: hot fix for username b20b8f0
  • Merge pull request #252 from Outblock/hot-fix-pickusername fixed: hot fix for username 2ac1d31
  • Merge pull request #253 from Outblock/dev [Release] 2.6.1 cf91513

View on GitHub

lmcmz created a review on a pull request on Outblock/FRW-Extension

View on GitHub

lmcmz created a review on a pull request on Outblock/FRW-Android

View on GitHub

lmcmz created a review on a pull request on Outblock/Flow-Wallet-Kit

View on GitHub

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 version
lmcmz 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 ...

View on GitHub

lmcmz closed an issue on Outblock/FRW-Extension
[Event Tracking] Add mixpanel event tracking
https://app.gitbook.com/o/btnrCjBfFA1CijnAHf9d/s/uD5IIQEzBNOcwceEz9qr/
lmcmz closed a pull request on Outblock/FRW-Extension
[Release] 2.5.23
Release 2.5.23
Load more