Releases: orochi-network/zkDatabase
Releases · orochi-network/zkDatabase
v1.1.0-rc
What's Changed
- Feature/change repo structure to monorepo by @chiro-hiro in #27
- Bug: Fix .git not found when run npm install in portal folder by @dqtkien in #29
- Feature/zkdatabase kubo rpc client by @chiro-hiro in #28
- Feature/delegated ipfs with kubo client by @chiro-hiro in #30
- Improve/zk database configuration by @chiro-hiro in #32
- Fix/ipfs peer discover issue by @chiro-hiro in #33
- Migrate from snarkyjs to o1js by @chiro-hiro in #35
- Added accumulation docs by @magestrio in #34
- User service by @dqtkien in #31
- Added composability docs by @magestrio in #37
- Audit libs by @dqtkien in #36
- Fix error with o1js and zkdb by @chiro-hiro in #40
- Delete specs by @magestrio in #41
- Accumulation. Initial Commit by @magestrio in #43
- Streaming Merkle Tree in the binary format by @magestrio in #45
-
- Initialize test structure by @magestrio in #44
- Feature/zkdb as a service by @chiro-hiro in #47
- fix serializer bug by @JoE11-y in #52
- Fix typos by @omahs in #42
- Added streaming feature to the kubo by @magestrio in #46
- Feature/accumulation core by @magestrio in #53
- Merkle Tree Stream Tests by @magestrio in #48
- Change the CI/CD flow and branching by @chiro-hiro in #56
- Fix eslint in portal package by @dqtkien in #62
- Fix devops flow in github actions by @dqtkien in #61
- Add new feature to serialize/deserialize data into by @chiro-hiro in #64
- Add user endpoint for user signIn/signUp/signOut with signature by @chiro-hiro in #68
- Feature/auto publish kubo package by @dqtkien in #66
- Handle user and group permission of severless zkDatabase by @chiro-hiro in #69
- Feature/session token and session context by @chiro-hiro in #71
- Feature/binary serialize and deserialized by @chiro-hiro in #67
- Feature/unix like group and permission by @chiro-hiro in #72
- Modify secret variable by @dqtkien in #75
- Building MerkeTree Service by @magestrio in #74
- Feature/model schema and initial permission by @chiro-hiro in #73
- Feature/fix all existing applications by @chiro-hiro in #77
- Proof Of Inclusion by @magestrio in #79
- Service for generating proofs by @magestrio in #78
- Update main README file by @magestrio in #83
- Feature/client api by @magestrio in #81
- Feature/proof service webhook by @magestrio in #85
- Bug: Link dependencies in mono-repo by @dqtkien in #86
- Feature/example by @magestrio in #84
- Feature/smart contract by @magestrio in #92
- Broker service by @magestrio in #96
- Feature/sdk by @magestrio in #93
- Update zkProgram to reflect on new requirements of o1js by @magestrio in #98
- Fix type in resolver by @dqtkien in #99
- Update framework from 1.1.18 to 2.2.21, drop commonjs by @chiro-hiro in #103
- Feature: Adopt ESM and drop Common JS by @chiro-hiro in #104
- Feature/sdk part 2 by @magestrio in #101
- Add .env.example by @magestrio in #105
- Change base image for Dockerfile and add document to deploy services by @harris1111 in #107
- Added document history, tests and documentation by @magestrio in #110
- Feature: Auto publish packages in specific list: api, smart contracts, kubo by @dqtkien in #109
- Feature/improve endpoint security and signin by @chiro-hiro in #114
- Reorder npm access token preparation by @dqtkien in #115
- Fix environment loader issue without .env by @chiro-hiro in #116
- Add new Dockerfile with npm-token authen and CI script by @harris1111 in #117
- Allow cross site request and add configuration for CORS by @chiro-hiro in #119
- replace NetworkResult with GraphQLResult by @magestrio in #113
- Set Access-Control-Allow-Credentials to true by @chiro-hiro in #120
- Misc/temporary allow all origin by @SangTran-127 in #121
- Devops/new multistage dockerfiles by @harris1111 in #122
- Devops/fix npm token by @harris1111 in #123
- Improve GraphQL result of package api by @chiro-hiro in #124
- Release 1.0.1 package @zkdb/api by @chiro-hiro in #125
- Add new version of API with better interface by @chiro-hiro in #127
- Feature/integrate new api by @magestrio in #126
- Release candidate version 1.1.0 by @chiro-hiro in #129
New Contributors
- @dqtkien made their first contribution in #29
- @omahs made their first contribution in #42
- @harris1111 made their first contribution in #107
- @SangTran-127 made their first contribution in #121
Full Changelog: 0.1.1-alpha-rc...v1.1.0
What's Changed
- Feature/change repo structure to monorepo by @chiro-hiro in #27
- Bug: Fix .git not found when run npm install in portal folder by @dqtkien in #29
- Feature/zkdatabase kubo rpc client by @chiro-hiro in #28
- Feature/delegated ipfs with kubo client by @chiro-hiro in #30
- Improve/zk database configuration by @chiro-hiro in #32
- Fix/ipfs peer discover issue by @chiro-hiro in #33
- Migrate from snarkyjs to o1js by @chiro-hiro in #35
- Added accumulation docs by @magestrio in #34
- User service by @dqtkien in #31
- Added composability docs by @magestrio in #37
- Audit libs by @dqtkien in #36
- Fix error with o1js and zkdb by @chiro-hiro in #40
- Delete specs by @magestrio in #41
- Accumulation. Initial Commit by @magestrio in #43
- Streaming Merkle Tree in the binary format by @magestrio in #45
-
- Initialize test structure by @magestrio in #44
- Feature/zkdb as a service by @chiro-hiro in #47
- fix serializer bug by @JoE11-y in #52
- Fix typos by @omahs in https://github.com/orochi-netwo...
0.1.1-alpha-rc
What's Changed
- Init the basic project structure by @magestrio in #1
- Changes by @JoE11-y in #4
- Added specification for data collection by @magestrio in #3
- Add IPFS storage by @chiro-hiro in #2
- data-types specification by @magestrio in #6
- Update data collection spec by @FlasDev in #5
- Specs/ipfs storage engine by @chiro-hiro in #8
- Feature/ipfs storage engine by @chiro-hiro in #9
- Update IPFS storage engine document and remove console.log by @chiro-hiro in #11
- Added docs about Merkle Tree by @magestrio in #10
- Merkle Tree storage implementation by @magestrio in #7
- Fix/separate method to read write merkle tree data by @chiro-hiro in #12
- Misc/update GitHub action to check code build by @chiro-hiro in #13
- Update Github action to build npm package by @chiro-hiro in #14
- fix test suite error by @JoE11-y in #17
- Feature/graphql api endpoint by @chiro-hiro in #18
- Specs/b tree indexing by @magestrio in #16
- Misc/remove syslog by @chiro-hiro in #19
- Added Merkle Tree API by @magestrio in #20
- Feature/simple indexing by @chiro-hiro in #21
- Improve serialization for merkle tree by @magestrio in #22
- Feature/zkdatabase alpha rc by @chiro-hiro in #23
- Update ZK Database Storage example by @chiro-hiro in #25
- Fix IPFS issue by @magestrio in #24
- Change listen address to loopback and remove bootstrap nodes by @chiro-hiro in #26
New Contributors
- @magestrio made their first contribution in #1
- @JoE11-y made their first contribution in #4
- @chiro-hiro made their first contribution in #2
- @FlasDev made their first contribution in #5
Full Changelog: https://github.com/orochi-network/zkDatabase/commits/0.1.1-alpha-rc