Dhruv Patel
Dhruv Patel
**Description** This PR adds SMI Test support for consul mesh. - Added SMI test operation in the adapter. **Notes for Reviewers** **[Signed commits](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [x] Yes, I signed my commits.
Sake fields of the Validator Table in EventDB will need to be updated in [stakePoolLock](https://github.com/0chain/0chain/blob/staging/code/go/0chain.net/smartcontract/storagesc/stakepool.go#L920) and [stakePoolUnlock](https://github.com/0chain/0chain/blob/staging/code/go/0chain.net/smartcontract/storagesc/stakepool.go#L1000) and an event emitted. Best done in conjunction with #587. Should be done...
Signed-off-by: dhruv0000 Added a restructure: ```bash . ├── buf.gen.yaml ├── buf.work.yaml └── code └── go └── 0chain.net ├── gen │ └── proto │ ├── minerproto │ │ └── api │...
Miners and Sharders have common handlers in `chaincore` (Such as diagnostics.SetupHandlers() or transaction.SetupHandlers()). Should ideally create a common GRPC package for Miners and Sharder and find a way to share...
**Current Behavior** test_gen package doesn't currently pass the spec version it is testing. It should ideally do so. **Desired Behavior** --- **Resources** **Alternatives / Additional Context**