RedDwarf
RedDwarf
Hello I have a class ```dart import 'dart:async'; import 'dart:html'; class MessagePortStreamChannel with StreamChannelMixin implements StreamChannel { MessagePortStreamChannel({required this.port}) { _onReceiveMessageSubscription = port.onMessage.listen((message) { _in.add(message.data); }); _onPostMessageSubscription = _out.stream.listen((event) {...
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like Add in the sign request object a description ``` { "serviceName": String, //...
Why JSBigint and Bigint have no extension in `js-interop` like ``` /// [JSBigInt] [BigInt] extension JSBigIntToBigInt on JSBigInt { external BigInt get toDart; } extension BigIntToJSBigInt on BigInt { external...
I have a file (an ABI file) with a list of `Map` I load the file in a List? abi; I would like to convert `toJS` all elements in the...
### Is your feature request related to a problem? All the explorer pages are currently referenced by Google. This generates an enormous amount of noise in the referencing (currently 70K...
# Description Fixes #1085 ## Type of change Please delete options that are not relevant. - New feature (non-breaking change which adds functionality) - Refactorization ## Material used: - iOS...
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like Add swap and earn processes in aeWallet ### Additional context _No response_ ###...
### Describe the problem you discovered With local node, sometimes processes are too fast between aeWallet and the node (import wallet, create account, change account, send token). Sometimes the wallet...
### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like In v3 of aeWallet, only certified tokens are displayed. Users must be able...
### Describe the problem you discovered I try some tests on testnet i hardcoded aeSwap url - dex.archethic.net -> ok - swap.archethic.net -> ok - dex.testnet.archethic.net -> ok - swap.testnet.archethic.net...