Skip to content

Add a Link System#12

Open
hayesgm wants to merge 4 commits intomasterfrom
hayesgm/ipfs-links
Open

Add a Link System#12
hayesgm wants to merge 4 commits intomasterfrom
hayesgm/ipfs-links

Conversation

@hayesgm
Copy link
Owner

@hayesgm hayesgm commented Feb 13, 2018

This patch adds a simple link system that let's us now store all data via IPFS file system links (whereas we used to just stoe the hash of other IPFS trees, we now store them as proper links). This seemingless small change makes it very easy to view and understand the entire block just from looking at IPFS. We currently just label such links as "_link" so that we know not to fully load them (and instead, to load that data on demand as needed).

We also add scripts to execute transactions properly, add a deterministic random module, and start to get followers close to matching and keeping up to the date with leaders.

This patch adds a simple link system that let's us now store all data via IPFS file system links (whereas we used to just stoe the hash of other IPFS trees, we now store them as proper links). This seemingless small change makes it very easy to view and understand the entire block just from looking at IPFS. We currently just label such links as "<name>_link" so that we know not to fully load them  (and instead, to load that data on demand as needed).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant