Chiro Hiro

Results 27 issues of Chiro Hiro

Rayon and Tokio could be used to improve these kind of code. ```rust // Evaluate the values p_i(x_i) for i=1,2,...,n and add to the transcript for (poly, point) in polynomial_list.iter().zip(&points_list)...

enhancement
good first issue
help wanted

Right now the network binding was hardcode in the `main.rs` we should move it to better place.

enhancement
good first issue
help wanted

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

enhancement
good first issue

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

good first issue
help wanted

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