pallad
pallad copied to clipboard
Progressive Mina Protocol Wallet
# 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...
There's quite a few hardcoded variables that we've left in the application, we should remove them and unlock the dynamic Pallad experience.
# Issue Title: Add Block Producer Viewing Feature in Staking Tab ## Description In the Staking Tab of Pallad, users require a convenient method to view block producers. This functionality...
# Delegation Transaction Labeled as "Incoming" This bug arises when inspecting a transaction & should be named something else. The `INCOMING` & `OUTGOING` definitions need to include richer transaction types....
# Wallet2Wallet Encrypted Messaging Implement encrypted messaging between Pallad wallets. # Links - https://github.com/paulmillr/nip44
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3. Release notes Sourced from zod's releases. v3.22.3 Commits: 1e23990bcdd33d1e81b31e40e77a031fcfd87ce1 Commit 9bd3879b482f139fd03d5025813ee66a04195cdd docs: remove obsolete text about readonly types (#2676) f59be093ec21430d9f32bbcb628d7e39116adf34 clarify datetime ISO 8601...