pallad icon indicating copy to clipboard operation
pallad copied to clipboard

Progressive Mina Protocol Wallet

Results 75 pallad issues
Sort by recently updated
recently updated
newest added

```Uncaught (in promise) Error: [ { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "params", 0, "transaction", "from" ], "message": "Required" }...

Currently if a wrong spending password is entered, the modal is closed and an error is returned to the frontend. I think it should tell the user that the password...

## Describe changes Enabling changing language ## Screenshots ![image](https://github.com/user-attachments/assets/6e3e6e1f-d031-4032-9f60-81342f806b33) ![image](https://github.com/user-attachments/assets/eab0d72c-0798-4390-8c91-a83209856714) ![image](https://github.com/user-attachments/assets/2de9a521-8edb-444c-8335-99c52d8ea3cf) ![image](https://github.com/user-attachments/assets/9283f34e-ba0c-4b02-a638-e0aa1e6aa12f)

Any address with length 55 is accepted in current Pallad's send Mina form. Does not seem to be a big issue, but adding the checksum may improve the user experience....

## Describe changes Fixed several typos in the documentation files for better readability and clarity. ## Ticket or discussion link N/A ## Review checklist - [x] Proper documentation added -...

Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.12.3 to 15.10.2. Release notes Sourced from happy-dom's releases. v15.10.2 :construction_worker_man: Patch fixes Fixes a security vulnerability that allowed for server side code to be executed by...

dependencies

For example, if you call "mina_networkId" right after calling "mina_accounts" without awaiting the promises, the response for "mina_networkId" is sent for the "mina_accounts" query as well. I added this test...