Manohar Reddy
Manohar Reddy
Currently `peres.c` provides information about `Characteristics`, `Timestamp` `Major/Minor version` we should also support `language` and `sublanguage` features.
At the moment, when this package is imported, it creates indirect references in my projects `go.mod`. ``` golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect ``` Is there any plans to use go.mod in...
## Fixes https://github.com/0chain/0chain/issues/1546 ## Changes The API `/v1/chain/get` is not needed for shaders. Hence removing it. ## Need to be mentioned in CHANGELOG.md? ## Tests Tasks to complete before merging...
## Fixes make use of util & logging package in `github.com/0chain/common` ## Changes I just did find and replace `0chain.net/core/util` with `github.com/0chain/common/core/util` I just did find and replace `0chain.net/core/logging` with...
when I try to run the docker image I get this error: ``` root@Ubuntu-2004-focal-64-minimal ~ # docker run stelligent/cfn_nag sh -c "cfn_nag_scan --help" Unable to find image 'stelligent/cfn_nag:latest' locally latest:...
we are seeing a errors of this kind in smart contract transactions of type `challenge_response` to check the details, one can log into events_db and run this sql query ```...
During load test, we are seeing the follow errors with respect to `Stake Lock` `Miner Stake Lock` ``` chargeable_error: transaction 2a1fc7eb829c9e58ee58e2805be6fc20b973f2c38fc6d91ad6e95b3d63af04f5 is a chargeable error: delegate_pool_add: digging delegate pool: could...
## Fixes https://github.com/0chain/0chain/issues/1577 ## Changes change the type of the variable ## Need to be mentioned in CHANGELOG.md? ## Tests Tasks to complete before merging PR: - [ ] Ensure...
I am tried to run a sample service in github actions with the `run-on` as `windows-latest`. When I tried to create a service I get this error: ``` Run .\hack\start-csi-proxy.ps1...
steps to reproduce: create allocations untill you receive the error ``` Error creating allocation: failed_get_allocation_blobbers: failed to get blobbers for allocation: not enough blobbers to honor the allocation ``` to...