Arun Ramanathan
Arun Ramanathan
### Changes - Generate thumbnail for given image. Decodes the given byte array to the image type. The thumbnail image is encoded in `jpeg` format. - Supported image format (decoding):...
### Changes - ### Fixes - ### Tests Tasks to complete before merging PR: - [ ] Ensure system tests are passing. If not [Run them manually](https://github.com/0chain/gosdk/actions/workflows/system_tests.yml) to check for...
### Changes - Generate thumbnail for given image. Decodes the given byte array to the image type. The thumbnail image is encoded in PNG format. - Supported image format (decoding):...
### Changes - check whether consensus is reached by enough sharders, and return true to cancel other requests ### Fixes - ### Tests Tasks to complete before merging PR: -...
### Changes - Provide a single Init function and maintain the states of SDK in `core/client` package - Refactor `zcncore` package to use these function, states and mark appropriate functions...
### Changes - API to generate thumbnail of given image. Accepts three parameters. `Thumbnail(img []byte, width, height int)` `img` -> byte array of image, `width` and `height` -> width and...
A brief description of the changes in this PR: Support thumbnail in sync command Tasks to complete before merging PR: - [ ] Ensure system tests are passing. If not...
When compiling my project that uses this library as a dependency using command `cargo wasi build --release`, the below error occurs: When looking at the source code in `src/utils.rs`, it...
### Changes - refactor zboxcore to use states defined in core/client package ### Fixes - ### Tests Tasks to complete before merging PR: - [ ] Ensure system tests are...