summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-12-06Add test for posting helloworldMatthias Beyer
2021-12-06Add Profile::head() to get Cid of latest postMatthias Beyer
2021-12-06Ensure profile test cleans upMatthias Beyer
2021-12-06Split profile module into smaller submodulesMatthias Beyer
2021-12-06Fix test for profile creationMatthias Beyer
2021-12-06Fix: Open file writeableMatthias Beyer
2021-12-06Fix: Do not require file to be non-existent before creating itMatthias Beyer
2021-12-06Add logging and error contextsMatthias Beyer
2021-12-06Implement profile servingMatthias Beyer
2021-12-06Ensure we exit the ipfs nodeMatthias Beyer
2021-12-06Add way to exit ipfs nodeMatthias Beyer
2021-12-06Shrink surface of StateDir path helper typeMatthias Beyer
2021-12-06Fix: StateDir already entails nameMatthias Beyer
2021-12-06Make state directory path an own typeMatthias Beyer
2021-12-06Add CLI for creating profileMatthias Beyer
2021-12-06Implement saveable and loadable profile stateMatthias Beyer
2021-12-06Merge branch 'ipfs-backend'Matthias Beyer
2021-12-06Revert "Remove protoc"Matthias Beyer
2021-12-06Rewrite Client::get_content_text() to meet requirementsMatthias Beyer
2021-12-06Add output what failedMatthias Beyer
2021-12-06Add more context in error outputMatthias Beyer
2021-12-06Fix test hashesMatthias Beyer
2021-12-05Fix: Tests should be done with ipfs test backendMatthias Beyer
2021-12-04Rewrite using "ipfs" crateMatthias Beyer
2021-12-02Remove protocMatthias Beyer
2021-12-02Remove unused CLI interfaceMatthias Beyer
2021-12-02Update clapMatthias Beyer
2021-12-02Remove unused importsMatthias Beyer
2021-12-02Remove unused importsMatthias Beyer
2021-12-02Merge branch 'profile'Matthias Beyer
2021-12-02Add test for profile creationMatthias Beyer
2021-12-02Implement Profile type for publishing profile(s)Matthias Beyer
2021-11-28Make IpfsClient inside Client public for crateMatthias Beyer
2021-11-28Add test which posts a DAGMatthias Beyer
2021-11-28Make function in tests pub, to be able to test Cids properlyMatthias Beyer
2021-11-28Add test which posts a chain of messagesMatthias Beyer
2021-11-28Make node parents recognizable in IPLDMatthias Beyer
2021-11-27Extract helper in testsMatthias Beyer
2021-11-27Ensure we actually create DAG linksMatthias Beyer
2021-11-27Implement putting in a text block and fetching it againMatthias Beyer
2021-11-27Rename: Block -> NodeMatthias Beyer
2021-11-27Remove srht builds directoryMatthias Beyer
2021-11-27Implement putting a block on the chainMatthias Beyer
2021-11-27Remove everything from datatypes which is unusable right nowMatthias Beyer
2021-11-27Remove test blockMatthias Beyer
2021-11-27Introduce own Cid type until ipfs_api API is not stringly typed anymoreMatthias Beyer
2021-11-27Remove unused variableMatthias Beyer
2021-11-27Remove unused importsMatthias Beyer
2021-11-27Fix test implementationMatthias Beyer
2021-11-27Move tests to sourceMatthias Beyer