joystream
joystream copied to clipboard
Joystream Monorepo
While doing final checks as part of https://github.com/Joystream/joystream/issues/4162 I noticed that it's possible to use the same account (and therefore the same funds) to stake for both some rivalrous purpose...
For an event `E` that we are processing in mappings, we want to find the call `e` that emitted the said event provided that the given call can be indefinitely...
# Background Our current suite of integration tests for our entire network is quite limited, and we would benefit from having more regression tests as we are now going into...
# Review There are explicit functions found in each codebase to do this pricing [Polkadot](https://github.com/paritytech/polkadot/blob/d21399ad3b5a188df37665b72d2d1d48ca5c0e1d/runtime/polkadot/constants/src/lib.rs#L35) ```Rust pub const fn deposit(items: u32, bytes: u32) -> Balance { items as Balance *...
# Background Same as this issue: https://github.com/Joystream/joystream/issues/3622 _Read it._ # Proposal On further reflection, its not clear that having any value as a constant makes a great deal of sense...
Runtime issue placeholder to fix this case: https://github.com/Joystream/pioneer/issues/3143 PR was raised, not merged on Master. Awaiting its queue - https://github.com/Joystream/joystream/pull/3783
# Background We are multiple places in the runtime doing `debug_assert` on invariants, but this would cause panic if failed https://doc.rust-lang.org/reference/conditional-compilation.html#debug_assertions # Proposal 1. For whatever scripts, automated builds or...
Any arithmetic (*,/,-,+) which is not saturating should be replaced, one grave example in `submit_oracle_judgement` already slipped through auditors because we did not follow this convention, found by Lezek123 ....
Same as was done here https://github.com/Joystream/joystream/pull/4164 ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201958687417145/1202829587405972) by [Unito](https://www.unito.io)
## Context Support this ticket: - https://github.com/Joystream/pioneer/issues/2359 ## Scope - [ ] Add counter to the member and increment every time user invites someone else. :question: is this possible to...