pallad icon indicating copy to clipboard operation
pallad copied to clipboard

Progressive Mina Protocol Wallet

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

## Describe changes ## Ticket or discussion link ## Review checklist - [ ] Proper documentation added - [ ] Proper tests added ## Screenshots

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...

dependencies

## Describe changes ## Ticket or discussion link ## Review checklist - [ ] Proper documentation added - [ ] Proper tests added ## Screenshots

# Switching Chains ⛓️ Switching chains is a necessary feature in Pallad to allow the user to enter the chain's information and provider information, allowing the user to _choose_ who...

enhancement
multi-chain

Adjust SWR config to defer the loading and cache so it doesn't fetch on every overview render.

enhancement
good first issue

## Description We've successfully implemented a Proof of Concept (POC) workflow utilizing [mina-local-network](https://hub.docker.com/r/o1labs/mina-local-network), paving the way for a significant enhancement in Pallad's test suites. The proposed feature involves the integration...

enhancement
test

# Displaying Liveness of Pallad 🧟 Good [interaction design](https://www.nngroup.com/articles/ten-usability-heuristics/) states that there should be some visibility of system status. > The design should always inform users about what is going...

enhancement
interaction design

# Handling Network Errors 🚨 Sometimes, when querying for a wallet's state from an API, the response might be an error, leaving the wallet unable to obtain the state it...

bug
beta testing

# Ethereum Key Derivation & Signing Features Because Mina is a zk-native chain, there is a world of possible features to build. One emerging and evolving area is the ability...

enhancement
multi-chain

Use consistent JSON serialisation across all packages with [superjson](https://github.com/blitz-js/superjson). `@palladxyz/mina-graphql` currently uses [json-bigint](https://github.com/sidorares/json-bigint) to do both `customFetch` and as `defaultJsonSerialization`. Using `superjson` instead of `json-bigint` and `JSON` would make better...

good first issue