gosdk icon indicating copy to clipboard operation
gosdk copied to clipboard

A client SDK in Go to interface the blockchain and storage platform, and other smart contracts

Results 77 gosdk issues
Sort by recently updated
recently updated
newest added

### 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):...

Ref: https://0chain.slack.com/archives/C03HUFQD01M/p1710707399643329 ![image](https://github.com/0chain/web-apps/assets/141948999/2e3faee1-ac57-4c3a-9c03-25e4343028fc)

### 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 - ### 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 - ### 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...

test

### 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...

test

### 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...