Item six TX Fee Pallet
has a merge request here which needs a concept review.
Great
Any plan on fixing the deposit issue with Pure proxy ? I would be happy to use this feature again, but the fact that it could lead to âinconsistent stateâ (where an account still has reserved tokens but no proxy anymore) is still a deal breaker for us.
(Refering to substrate/lib.rs at 101b8a05b232b3b5351e4d1cb85631a50960289d ¡ paritytech/substrate ¡ GitHub which associate the deposit to the âpure proxyâ and substrate/lib.rs at 101b8a05b232b3b5351e4d1cb85631a50960289d ¡ paritytech/substrate ¡ GitHub which tries to unreserve the âpure proxyâ (which does nothing because it doesnât have reserve but still removes the proxy)
(Yes you should use kill_pure
to remove a pure proxy, but the reality is that people will never do things the way they should )
I think âvirtual accountâ more clear for normal people. the difference between âpure proxyâ and normal proxy account is the direction relation with origin account. this confused people a lot.
The link to your integration tests seems to be broken. Could you please update it? Our team is checking this FUDGE lib right now and would be nice to see an example of how it is used. Thank you!
I can not anymore, but here is the updated version of the link.
https://github.com/centrifuge/centrifuge-chain/tree/main/runtime/integration-tests/src/pools
Feel free to ping me on element or so if you have questions. @mustermeiszer:matrix.org
Iâm trying to understand how to use a pure proxy in a relaychain and system parachainsâŚâŚ
If the pure proxy os created on-chain, randomly, non-determinisc, keylessâŚ.
In theory I cannot create the same pure proxy in another chainâŚâŚ
This would not be a problem before, but with the new People Parachain this becomes a major problem.
If we were supposed ro use pure proxies as the facing external address of an organization, controlled by a multisig account for example. There is no way to verify that address in the People Parachain and also use it in the Relaychain.
Did I miss something?
We are currently working on a solution, you can follow this issue Make `Any` Proxies Copyable from a Configured Source ¡ Issue #3288 ¡ paritytech/polkadot-sdk ¡ GitHub