Marcel Ebert

Results 31 issues of Marcel Ebert

Stellar accounts that have a setup of two signers with a weight of 1 and operation thresholds of 0/1/2 (low/medium/high security) are not able to send payments within Solar. `Payment`...

bug

A user was unable to create a new account because the screens were shifted and he could not fill in the forms. This happened on a Huawei P20 Pro running...

bug

It is possible to enter a secret key into the "Multi-Signature Account" text field when using the "Join Account" feature. This will however result in network problems because Solar is...

bug

- [x] Move initial horizon selection to networker - [x] Remove Stellar context - [x] Remove explicit horizon usages from outside of the networker

At the moment, the badges for 'testnet' and 'password security' are only shown during account import for devices with small screens. It probably makes more sense to do it the...

- [x] Lookup federation record on destination input change - [x] If a federated address enforces a memo disable the memo input field, fill the memo input with the required...

Group all components related to showing a public key or address under a new `` component which conditionally renders the best component based on props. Closes #277.

- [x] Add `` component - [x] Add `` component which acts similar as the `` component. It's basically a TextField that has a memo-selector as a start adornment -...

Stellar-expert introduced a default limit of 10 and a max limit of 200 for their accounts directory request (see [here](https://stellar.expert/openapi.html#section/Intro)). We'd now need to paginate to fetch all known accounts....

bug

Supersedes #1179. - [x] Add `transactionRequest` context (to parse and store incoming SEP-0007 requests) - [x] Add `` that checks the `uri` stored in the `transactionRequest` context and shows dialogs...