Chiro Hiro
Chiro Hiro
Right now the network binding was hardcode in the `main.rs` we should move it to better place.
SQLite is a wrong choice, the performance is poor and cost to serialize the JSON is very expensive. It would be better if we use rocksdb + profobuf. Just pure...
We need apply log to help debug and monitoring easier.
Test cases are missing, so the coverage looks awful. Benchmark is also necessary, feeling free to make a contribution?.
## Type - [x] Feature - [ ] Bug fix - [ ] CI/CD - [ ] Documentation - [ ] Other ## Description Improve and fixing full flow with...
Hi @magestrio, I mentioned in the meeting that we going implement zkDatabase as a service that's why you see this package appear in our repo https://github.com/orochi-network/zkDatabase/tree/main/packages/serverless. To make this a...
We may need to define a schema collection in each data that define the structure of o1js `Struct` to allow us to serialize/deserialize an o1js `Struct` from mongo `Document`. This...
We aimed to make the data serialize/deserialize directly from `Uint8Array` to `Field`. It would better in term of storing and reconstruction data from storage.
# Environment Knex version: 3.1.0 Database + version: Postgres 16 OS: Debian 12 # Bug 1. Explain what kind of behaviour you are getting and how you think it should...
Poseidon circuit had been implemented here but we want to create a crate out of it. So please make it to be an independent crate. https://github.com/orochi-network/orochimaru/tree/main/zkmemory/src/poseidon