Name: Duddino May-Jul 2026
Term: 3 Cycles
Cycle Amount: 33,000
Total Amount: 99,000
Author: Duddino
Receiver: Duddino
Address: DShxa9sykpVUYBe2VKZfq9dzE8f2yBbtmg
Created: 21-04-2026
Status: Active
Vote Hash: df9ef44293d6d9620e766bb653d3b2523d87cea15c8cabf17c7f764cc1978f93
This is a continuation of my previous proposals, the last one being here.
MPW Tauri
A compile time flag was created to make it possible to build it as a light client, with no pivxd daemon associated.
With this flag enabled, .apks are now being exported on github as part of the Github actions.
Address index checkpoints were added to speed up sync when full node is activated.
- Update to Tauri 2.0
- Add ability to run as non-full node Add the ability to run Tauri as a light client, connecting to explorers like the web version of MPW
- Add android build to GH workflow
- Add dev-light package json script and make dev run full node by default
- Add support for macos and windows when full-node is active
- Add proper icons and change the ID to remove the .app
- Add address index checkpoints
PIVX Shield
With JSKitty's work with the new pivx-bridge node, users are expected
to be able to download the actual sync data much faster. However,
this means that shield sync might hit a processing speed bottleneck.
Due to this, sync was reworked to decrypt the sapling data of
transactions concurrently. This speeds up syncing by as much as 50%
(depending on CPU cores, connection speed, and caching conditions).
MPW work mainly consisted of bug fixes and quality of life additions.
- Fix IsOwnAddress in wallet composable
- Fix auto unlock wallet not working
- Add Tx Priority to masternodes Make MPW de-prioritize ENABLED masternodes collateral (non-imported only)
- Add ESC and Enter shortcuts to forms