Ryan

Results 11 issues of Ryan

As title, clicking each test group can become quite laborious. navigation via keyboard arrow keys would help with this I'll raise a PR when i get time

## Fixes ## Changes The aim of this PR is to extract all hardcoded string references of endpoints to a single source of truth for easier future reference and maintainability...

post-mainnet

Refactoring across all apps is error prone and difficult because of hardcoded strings. Standards enforcement is also difficult because there is no single place can be referenced As per: https://github.com/0chain/0chain/issues/1355#issuecomment-1192019333...

post-mainnet

This issue covers all RESTful endpoints across all publicly facing applications (miner, sharder, blobber, validator etc.) Out endpoints are inconsistently written in terms of casing and Running REST standard For...

good first issue
refactor
mainnet
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...

post-mainnet

We currently have a code coverage reporter for our go code. However there are a few tweaks we could make. On all GO repos: 1. Code coverage is for all...

Code Quality
post-mainnet
devops

When some operations fail, an incorrect error message is being returned: Error Adding curator: Error adding curator:**alloc_cancel_failed**: value not present Error Creating allocation: Error creating allocation:**alloc_cancel_failed: only owner can cancel...

enhancement

See: https://0chain.slack.com/archives/C028ZCJT6LU/p1628543067137800 The attached image is a sample log file from a failing blobber. Log entries from different requests are interleaved and there is no way to tell these apart....

post-mainnet

Remove multisig wallets as per https://0chain.slack.com/archives/C03788G8N2D/p1683739265955849?thread_ts=1683738685.207659&cid=C03788G8N2D There may need to be issues raised in other repos too

post-mainnet