Ebrahim Gomaa

Results 37 issues of Ebrahim Gomaa

We need to have a CT for the following : - Blobber fails and starts from scratch (i.e. absolutely no data) - Validator fails and starts from scratch (i.e. absolutely...

conductor test

Clean stale fields here: https://github.com/0chain/0chain/blob/a50aba18cc14726a7e2edf81cd494c6a3fb147a7/code/go/0chain.net/smartcontract/dbs/event/blobber.go#L21-L62

## Fixes ## Changes ## Need to be mentioned in CHANGELOG.md? ## Tests Tasks to complete before merging PR: - [ ] Ensure system tests are passing. If not [Run...

Currently, we maintain the ids of the latest aggregate of each single provider in memory and use them when we need to get latest aggregates for all the providers. This...

discussion
optimize
post-mainnet

## Fixes ## Changes ## Need to be mentioned in CHANGELOG.md? ## Tests Tasks to complete before merging PR: - [ ] Ensure system tests are passing. If not [Run...

Kindly check this thread: https://0chain.slack.com/archives/C036CEH1L6P/p1681585446288499

post-mainnet

Couldn't find any unit tests for aggregate tables calculations. This needs to be added. @peterlimg @dabasov

post-mainnet

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

Most of GET requests in zcncore like this one: https://github.com/0chain/gosdk/blob/f0d08895c0f1a0abd22f884a8d2fa767c2acbf25/zcncore/wallet_base.go#L1006-L1017 checks for valid wallet, however the wallet is not needed for such a request, should only check sdk config. This...

post-mainnet

A brief description of the changes in this PR: Adding support for authorizer in the sp-unlock command Tasks to complete before merging PR: - [ ] Ensure system tests are...