What's new
  • Due to abuse, self-registration is disabled.

    Registration is only required for posting topics or replies. To register, make a request on any of the PIVX social media or chat channels.

    NOTE: To enhance forum security, new accounts that have no posts within a 30-day period are subject to being deleted.

Active LRP - Duddino

PIVX Labs

Administrator
Staff member
Code:
Name: LRP - Duddino
Term: 3 Cycles
Cycle Amount: 30,000
Total Amount: 90,000
Author: JSKitty, Duddino
Receiver: Duddino
Address: DShxa9sykpVUYBe2VKZfq9dzE8f2yBbtmg
Created: 15-9-2025
Status: Active
Vote Hash: d1c7d11d668901e482f9a3c188224fccb2d5b6ac8e594d4d66a1d49e3631d5a1

This is a continuation of my previous proposals, the last one being here.



My PIVX Wallet
These past cycles were mostly focused on several small/mid sized feature additions, alongside a massive stability crunching list; working on ironing out various instabilities, UX crutches and bug edgecases that were present in MPW.

The PRs are as follows:

- Fix shield sync - https://github.com/PIVX-Labs/MyPIVXWallet/pull/552
- Remove duplicated text - https://github.com/PIVX-Labs/MyPIVXWallet/pull/554
- Improve shield loading bar and efficiency - https://github.com/PIVX-Labs/MyPIVXWallet/pull/555 - Improve loading bar behavior when there is cached data
- Silence extension errors - https://github.com/PIVX-Labs/MyPIVXWallet/pull/556 - Some extensions would throw exceptions, causing MPW to create an alert, this hides those alerts
- Rotate explorers on bad sapling root - https://github.com/PIVX-Labs/MyPIVXWallet/pull/557 - When MPW detects a bad sync state, other than resyncing from scratch, it will also change the explorer
- Remove auto select of explorers and node - https://github.com/PIVX-Labs/MyPIVXWallet/pull/558 - Remove auto select option for explorers and node. The ability to add and remove custom explorer/nodes will come in the future to provide a more intuitive way to handle the potential privacy benefits
- Fix netlify build - https://github.com/PIVX-Labs/MyPIVXWallet/pull/559 - Changes the way the lfs module is downloaded to avoid going past the limit Github imposes
- Fix load more button not showing in the activity - https://github.com/PIVX-Labs/MyPIVXWallet/pull/560
- Allow offline login - https://github.com/PIVX-Labs/MyPIVXWallet/pull/562 - If MPW is unable to reach an explorer, this PR enables the user to still login and potentially tweak settings to fix the issue
- Add resync button - https://github.com/PIVX-Labs/MyPIVXWallet/pull/563 - Add a button to manually resync MPW, helping with troubleshooting bugs
- Hide contested proposals when there are none - https://github.com/PIVX-Labs/MyPIVXWallet/pull/564
- Voting Groups - https://github.com/PIVX-Labs/MyPIVXWallet/pull/565 - This PR adds the ability to add masternodes to groups, based on a percentage (i.e. 10% of masternodes can go to group One, etc) or by manually adding them. These can then be used to vote on proposals, allowing big masternode owners to scatter their votes, or even partially vote on a proposal (e.g. if there is a proposal they don't want to support fully, they can vote no with 20% and yes with the remaining masternodes)
- Reword unexpected seedphrase modal to make it clear the seedphrase is invalid when created with standard settings - https://github.com/PIVX-Labs/MyPIVXWallet/pull/566
- Show parsed secret errors - https://github.com/PIVX-Labs/MyPIVXWallet/pull/567
- Alert the user when the amount or address is invalid when sending - https://github.com/PIVX-Labs/MyPIVXWallet/pull/570
- React deeply to masternode changes - https://github.com/PIVX-Labs/MyPIVXWallet/pull/571 - Fixes a couple of bugs with masternodes
- Remove accounts from database when vault is deleted - https://github.com/PIVX-Labs/MyPIVXWallet/pull/572
- Remember created block on vaults - https://github.com/PIVX-Labs/MyPIVXWallet/pull/574 - when adding a sub account from a seed, MPW will start the shield sync from after the vault was created
- Don't allow decimal proposal payments - https://github.com/PIVX-Labs/MyPIVXWallet/pull/580 - they are rejected by the network, thus creating an invalid proposal
- Make the "Wallet synced" alert only show on the selected wallet - https://github.com/PIVX-Labs/MyPIVXWallet/pull/583
- Make MPW export the whole seed instead of xpriv, if available - https://github.com/PIVX-Labs/MyPIVXWallet/pull/585
- Delete old txs when deleting wallet - https://github.com/PIVX-Labs/MyPIVXWallet/pull/586) this cleanup was left for later after multi account
- Remove blur from seed phrase - https://github.com/PIVX-Labs/MyPIVXWallet/pull/588
- Fix vault override - https://github.com/PIVX-Labs/MyPIVXWallet/pull/590 - when you import and existing vault, for example when a seedless vault is overridden for a seeded one
- Make MPW switch explorers when tx fails to send - https://github.com/PIVX-Labs/MyPIVXWallet/pull/592



PIVX Shield Library

- Handle internal and external addresses in pivx-shield - https://github.com/PIVX-Labs/pivx-shield/pull/107
- Update mainner checkpoints - https://github.com/PIVX-Labs/pivx-shield/pull/106
 
Last edited:
Top