Use/store IPFS metadata for people and proposals #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/ipfs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #3
closes #4
connected to #3
connected to #4
@ -78,0 +114,4 @@
let accounts = profile.accounts;
let github = accounts.find(a => a.site === 'github.com');
let wiki = accounts.find(a => a.site === 'wiki.kosmos.org');
maybe it would be nice to have defaults here? for example for the protocol to be https if not explicitly specified
maybe we could move the messageRoom call outside of the createProposal call. Thus createProposal only does create the IPFS document and the proposal and resolve or reject and could be used somewhere else.
whoot, whooot! awesome. looks good to me, I did not test it here but 👍 for merging!