Реализовать fetch исходников через IPFS #19
Labels
No labels
construct
design
doc
feature
integration
programming
research
schematics
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: robossembler/nix-overlay#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Для этого нужно внести изменения в функцию fetchipfs в nixpkgs по части того, что текущее API IPFS узла подразумевает POST запрос, тогда как в текущей версии fetchipfs загрузка осуществляется через curl GET запрос.
Нужно вносить изменения в реализацию fetchipfs в nixpkgs, уходить от curl к ipfs cli.
assigned to @movefasta