subsocial-solochain icon indicating copy to clipboard operation
subsocial-solochain copied to clipboard

NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes,...

Results 22 subsocial-solochain issues
Sort by recently updated
recently updated
newest added

I cannot compile subsocial-node and I believe it might be related to [this issue](https://github.com/substrate-developer-hub/substrate-node-template/issues/179). not sure how to proceed, to be honest so any help is appreciated.

as either a short or long-term solution for sharing ownership of accounts - https://github.com/paritytech/substrate/blob/master/frame/proxy/src/lib.rs Documentation is poor so I would recommend looking at Kusama for reference https://github.com/paritytech/polkadot/blob/1dd04f8785cb8bd995e950f6c698be4e6f4f75d6/runtime/kusama/src/lib.rs#L792-L895

Don't check for CID length, use `cid` lib: https://github.com/multiformats/rust-cid#usage ```rust use cid::Cid; use std::convert::TryFrom; let out = Cid::try_from(data).unwrap(); ``` - [ ] Update in pre-2 - [ ] Update in...

This is a performance optimization task. Examples: - Insert: https://github.com/paritytech/substrate/blob/master/frame/proxy/src/lib.rs#L197 - Remove: https://github.com/paritytech/substrate/blob/master/frame/proxy/src/lib.rs#L233

enhancement
bounty-S
refactoring

We need to check against a list of permissions at once in such dispatches as `update_***()`. For example for `Space` we need to check `UpdateOwnSubspaces` or `UpdateAnySubspace` Also, add this...

bug
refactoring

As mentioned in the kusama directory, I think adding a poll feature would be nice (especially for treasury proposals). This way you can get some feedback/share your ideas, before you...

We should store an edit history in offchain. Blogs and Posts should not accumulate edit history information. Let's more this info to the local storage of offchain worker: `pub edit_history:...

enhancement
bounty-M
refactoring

From @dylgal:matrix.org on Riot: Bigger, better, greater. Unleash the full potential of PANIC for Polkadot (our validator monitoring tool) v2 with its brand new UI: 1. Tailor-made for Substrate monitoring...

help wanted
bounty-XS
bounty-S