Chralu

Results 37 issues of Chralu

Fixes #940, #931 AEWallet extension runs only one Popup for all DApps. Hive vault is secured by user password. # Description On chrome with AEWallet extension installed. When using simultaneously...

### Is your feature request related to a problem? On chrome with AEWallet extension installed. When using simultaneously multiple Web DApps, each DApp will use a different AEWallet popup. ###...

feature
Web
High 🚨

### Describe the problem you discovered # Steps to reproduce - run a fresh AEWallet installation - import a wallet (with transactions) ## actual behavior On the main screen, UCO...

bug
priority:high 🚨
feat:recentTx

### Describe the problem you discovered # How to reproduce 1. On MacOS, launch AEWallet. 1. Wait for it to lock 1. Tap outside buttons 1. Unlock app ## actual...

bug
macOS

### Is your feature request related to a problem? Lock settings mix multiple things in only one parameter : - Hiding screen when app is in background - Auto-locking app...

feature

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

# Description Implementation of Dapp communication securisation. See [AEIP-23](https://github.com/archethic-foundation/aeip/blob/main/AEIP-23.md) for details. ## Type of change Please delete options that are not relevant. - Bug fix (non-breaking change which fixes an...

Hello, Thanks for that useful package :) I see you recently upgraded dependencies to use `package_info_plus: ^8.0.0`. Do you have other changes planned before the next release ? For now,...

### Platform Firefox extension ### Plugin package_info_plus ### Version 8.0.0 ### Flutter SDK 3.19.6 ### Steps to reproduce On a Flutter application built as a Firefox extension, run the following...

bug
package_info_plus
web
triage
Stale

Getting a file from a firefox extension, returns `Content-length` is `-1`. Because of this, `get` method throws a `ClientException: Invalid content-length header [-1].` exception. ```dart await get('moz-extension:///index.html') ``` Should that...

type-bug
package:http