Alberto Monterroso
Alberto Monterroso
Since Brave is on the supported browser I decided to try on my Desktop PC encountering this error: `[18:05:58] error : Casting is not supported in this browser` Brave Versión...
## New issue checklist - [x] I have read all of the [`README`](https://github.com/nimiq-network/core/blob/master/README.md) - [x] I have searched [existing issues](https://github.com/nimiq-network/core/issues?q=is%3Aissue+sort%3Acreated-desc) and **this is not a duplicate**. ### General information -...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@gurukumparan/[email protected]` for the project I'm working on. I'm getting this error when compiling...
When sending the same transaction twice, `send_web_transaction` should check if it's already included and return without waiting for any timeout or address subscription. When sending the same tx from the...
From my tests, [already_subscribed](https://github.com/nimiq/core-rs-albatross/blob/4f5c763e3e4780edad62a05c54f20ea392b04448/web-client/src/client/lib.rs#L543C13-L543C31) variable always returns `false` Instead of subscribing for recipient address when sending a transaction, check if there is an existing subscription (for example when using `addTransactionListener`)...
Context: In Nimiq Pay, we send the transaction from the cosigning server and from the app itself. We do this because cosigning is faster and we don't depend on the...
Platform: iOS 18.2.1 (Nimiq Pay) Nimiq version: `@nimiq/[email protected]` After establishing consensus the web-client from time to time and without apparently following any pattern, disconnects from the network without firing any...
Happens after restarting the node (killing the app and starting it again) Env: - "@nimiq/core": "2.0.0" - nodejs v20.10.0 ``` 2024-11-19T21:22:04.126000128Z WARN lib | Unable to set event listener for...
Having a score of 0 makes it look like the pool has done something wrong and I think is too much (some [other users](https://t.me/NimiqHub/3212) too), should we have a minimum...