Skip to content
#

decentralization

Here are 281 public repositories matching this topic...

elegaanz
elegaanz commented Dec 26, 2019

Is your feature request related to a problem? Please describe.

It may be hard to understand why a post is in one of our timelines, especially in the case of someone boosting/linking someone else you don't follow, or when the same post appears multiple times because it got boosted.

Describe the solution you'd like

Adding a little "X boosted/liked" indicator to each concerned card

C: Enhancement Good first issue A: Front-End Design
go-spacemesh
dshulyak
dshulyak commented May 17, 2022

Sorry for only getting around to looking at this after it was merged, but I think we should remove the NodeID from the ATX. It was only there when we needed to maintain an identity database - now that we don't, we should derive the public key from the signature and do all validations on that (e.g. that the PoST proof validates with this key and that the key we derived from the previous ATX match

perfectmak
perfectmak commented Dec 9, 2020

Expected Behaviour

Github Actions should run existing integration tests successfully on windows-latest machine

Actual Behaviour

Integrations tests run on the windows-latest operating systems are failing.

Extra Information

Here is a CI run that failed: https://github.com/FleekHQ/space-daemon/runs/1524767049?check_suite_focus=true

The issue appears to be with a wrong `Ipfsnode

enhancement good first issue help wanted
rhaamo
rhaamo commented Apr 8, 2020

Right now it's uploads/<item>/<username slug> with the username slug being prefixed with remote_ if remote user.

That might cause an issue because foo@instance1 and foo@instance will have the same folder name.

Solution: uses the user flake id instead of slug for everybody, but keep the remote_ part

enhancement good first issue priority: important Backend

Improve this page

Add a description, image, and links to the decentralization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decentralization topic, visit your repo's landing page and select "manage topics."

Learn more