Piers Shepperson
Piers Shepperson
There is a new toggle to allow `upload`,`delete`, `update`, `move`, `copy` and `rename`. Boolean fields controlling this will be added to the allocation object blobber gets from 0cahin. Each of...
The [0chain owner](https://github.com/0chain/0chain/blob/staging/docker.local/config/0chain.yaml#L41) should have a manual way to delete an unencrypted file with a public exposed path as authtoken. Hopefully, we will be able to do this by adding...
`mn-update-settings duplicate` is a duplicate of `mn-update-node-settings`. We should remove one of these two.
Use the interface from https://github.com/0chain/gosdk/issues/155,
A brief description of the changes in this PR: Tasks to complete before merging PR: - [ ] Ensure system tests are passing. If not [Run them manually](https://github.com/0chain/zwalletcli/actions/workflows/system_tests.yml) to check...
### Changes - Support new fields added to the response returned by `getBlobber`, `getBlobbers`, `getValidator` and `getValidators`. ### Fixes - ### Tests Tasks to complete before merging PR: - [...
### Changes - Add wrappers for kill, shut down and health checks for providers ### Fixes - ### Tests Tasks to complete before merging PR: - [ ] Ensure system...
1. Have an API call to allow users to read in a config file and return it to the user. 2. Add an extra parameter to API to pass a...
Add `gosdk` API wrappers to an interface object. Similar to [TransactionScheme](https://github.com/0chain/gosdk/blob/master/zcncore/transaction.go#L85) but for zboxcore/sdk.. This would help for 3rd party applications, like `zbox` and `zwallet`, that use `gosdk`. They could...
Changes outlined in https://github.com/0chain/0chain/issues/828