1xstj
1xstj
In the Delivery Services team we have detected some design assumptions & vulnerabilities that worths reading: https://forum.polkadot.network/t/offchain-workers-design-assumptions-vulnerabilities/2548 Going through the points described there might be useful for this project since...
## Issue: End-to-End Integration of Mpc Jobs Flow ## Jobs/Roles Pallet - [x] **Jobs Pallet Implementation** - [x] https://github.com/webb-tools/tangle/issues/289 - [x] https://github.com/webb-tools/tangle/issues/290 - [x] https://github.com/webb-tools/tangle/issues/301 - [x] #318 - [x]...
Problem: Currently roles.withdraw_unbonded wraps stake.withdraw_unbonded ```rust /// Withdraw unbond funds after un-bonding period has passed. /// /// # Parameters /// /// - `origin`: Origin of the transaction. /// /// This...
Random thoughts of whether we should support... 2000 total tokens bonded to validation, 50% restaking threshold which means I can restake 1000 tokens. - Scenario A: 500 tokens restaked. Should...
Offline misbehaviour should be rated higher. Signing Misbehaviour should be rated higher than keygen Example: ``` Misbehaviour | Weight Signing 100 Keygen 50 Offline 120 ```
## Misbehaviour reports We need to support misbehaviour reports that follow a challenge-reponse model. Steps: 1. Submit a misbehaviour report (report Alice as the offending validator) 2. Alice has `T::ResponseBlocks`...
Problem: Currently we don't have a proper path for restakers to "exit" from the system. Chill extrinsic currently checks if `can_exit` is true ```rust pub fn chill(origin: OriginFor) -> DispatchResult...
Goal : The current job queue for all job key should be changed to seperate queues for job keys There should be a job queue for each role / protocol,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Unable to claim rewards, address : 5H8YGy2BNBBcd68mY3ZJyS8o9RbL6mbiYQYu75LevZfEKqM2 Always returns `Invalid Transaction...
Checklist for prepping release of v2.0 of Tangle - [ ] #701 - [ ] #714 - [ ] #693 - [x] #724 - [ ] #725