Lz
Lz
the output is ``` goos: darwin goarch: amd64 pkg: github.com/0chain/gosdk/zboxcore/sdk cpu: Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz BenchmarkChunkedUploadFormBuilder/10M_64K-8 39 312026046 ns/op 264405427 B/op 1799151 allocs/op BenchmarkChunkedUploadFormBuilder/10M_6M-8 318 38583357 ns/op 35552045...
see detail https://github.com/0chain/0chain/security
blobber is getting an invalid json on `VerifyOutput`. ``` "commit_connection_failed: malformed input: json: cannot unmarshal string into Go value of type storagesc.BlobberCloseConnection" ``` is it better to define a command...
see detail [here](https://0chain.slack.com/archives/C02PLQHMPNG/p1663203281515279?thread_ts=1662983338.504689&cid=C02PLQHMPNG) and [here](https://0chain.slack.com/archives/C03788G8N2D/p1662450670102839?thread_ts=1662428994.573279&cid=C03788G8N2D)
it is security issue for leak sensitive information
many unit tests are skipped on https://github.com/0chain/0chain/blob/staging/.github/workflows/unit-test.yml. Because postgres is not running . if postgres is required on unit-test, it is better to install postgres in the github action. check...
> sc `blobber_update_settings` must be executed with owner wallet. so it is impossible to update settings from blobber server. Because blobber server only has operation wallet. @lpoli > blobber settings(eg...
see detail https://github.com/0chain/blobber/security
### Changes - added zcncore.CryptoJsEcnrypt and CryptoJsDecrypt. they can work with crypto-js library ### Fixes - added unit tests for zcncore/Encrypt and zcncore/Decrypt ### Tests Tasks to complete before merging...