Teddy Pender
Teddy Pender
# Description This pull request removes references to Adrestia in the root README.md file to prevent confusion. The outdated references to Adrestia have been removed to keep the information in...
# 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...
## 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...
# 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...
# 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...
# 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...
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...
# Description The current version of the Pallad Web3 wallet is limited to supporting only 12-word mnemonics for user authentication and wallet recovery. This limitation prevents users with mnemonics of...
# zkApp to Wallet Connector Package 🔌 With Pallad having its own injected provider, it is a good idea to have a client-side version for interacting with Pallad. zkApp developers...
Some of the GraphQL provider queries have deprecated fields. We must remove them and use the proper fields. For example in `AccountInfoProvider`'s query: ```typescript export const getAccountBalance = ` query...