Haibo Yang
Haibo Yang
Thanks for reporting this issue. I’m using an M2 Pro Mac and was able to successfully build and run Cello following the standard instructions. Could you please share the full...
Both `make docker` and `make local` work fine on my macOS. The underlying build process is the same in both cases. @sangwaboi
please submit pr to resolve it.
> Hi [@YoungHypo](https://github.com/YoungHypo), > > I'm excited to reach out regarding the chaincode invoke functionality for Cello! I noticed this feature is currently assigned to you, and I wanted to...
I’m currently working on chaincode approval. The chaincode commit hasn’t started yet, feel free to try it if you’d like. @sangwaboi
Hi @svoj @gl-sergei @kr11, This PR implemented the Videx storage engine with the Optimizer part. For videx server usage, you can refer to [bytedance/videx#47](https://github.com/bytedance/videx/pull/47). The server will be covered in...
Thanks for your feedback @svoj. We’ve completed the changes: all non-Videx code has been removed, and the core files containes only two parts, ha_videx.cc and videx_utils. The mysql-test directory has...
Thanks for your feedback @svoj ! I've removed some unnecessary code from `ha_videx.cc` and updated `suite.opt` and `suite.pm` to support dynamic builds. I also updated the **tests and results** to...
Thanks @svoj. I’ve removed `videx_debug_skip_http` and now use `videx_server_ip` to control server enable/disable. I’ve also updated the mysql-test. **If it’s merge-ready, I’ll squash the commits.**
I’ve squashed the commits and updated the description. Thanks again @svoj for your guidance and feedback — it’s truly great to have your help.