summaryrefslogtreecommitdiffstats
path: root/src/client.rs
AgeCommit message (Expand)Author
2021-12-08Split codebase in subcrates for lib, cli and guiMatthias Beyer
2021-12-07Fix: Remove unused importsMatthias Beyer
2021-12-06Add {Client, Profile}::connect() to connect to other IPFS nodeMatthias Beyer
2021-12-06Add way to exit ipfs nodeMatthias 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-11-28Make IpfsClient inside Client public for crateMatthias Beyer
2021-11-28Add test which posts a DAGMatthias Beyer
2021-11-28Add test which posts a chain of messagesMatthias 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-27Implement putting a block on the chainMatthias 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-27Fix test implementationMatthias Beyer
2021-11-27Move tests to sourceMatthias Beyer
2021-11-26Add first stubs with tests for TDD this stuffMatthias Beyer