Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manifest cli fix and upload defaultpath only once (#17375) | Janoš Guljaš | 2018-08-10 | 1 | -0/+81 |
| | | | | | | | | | | | | | | | | * cmd/swarm: fix manifest subcommands and add tests * cmd/swarm: manifest update: update default entry for non-encrypted uploads * swarm/api: upload defaultpath file only once * swarm/api/client: improve UploadDirectory default path handling * cmd/swarm: support absolute and relative default path values * cmd/swarm: fix a typo in test * cmd/swarm: check encrypted uploads in manifest update tests | ||||
* | swarm: network rewrite merge | ethersphere | 2018-06-22 | 1 | -22/+221 |
| | |||||
* | all: update license information (#16089) | Felix Lange | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | swarm/api: make api.NewManifest synchronous (#14880) | Lewis Marshall | 2017-07-31 | 1 | -2/+0 |
| | | | | | Previously, NewManifest was asynchronous so subsequent code which tried to use the returned manifest could error as the manifest was not yet persisted. | ||||
* | cmd/swarm: disable TestCLISwarmUp because it's flaky | Felix Lange | 2017-06-23 | 1 | -0/+2 |
| | |||||
* | swarm/test: add integration test for 'swarm up' (#14353) | Lewis Marshall | 2017-06-21 | 1 | -0/+76 |