Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct pronoun usage README.md #83

Open
wants to merge 44 commits into
base: main
Choose a base branch
from

Conversation

nnsW3
Copy link

@nnsW3 nnsW3 commented Jul 12, 2024

I have been studying this repository for a long time, and I discovered only 1 typo. The code quality is exceptionally high, so sincerely hope my PR can help make this repository more standardized.

yymone and others added 30 commits March 14, 2024 18:56
…submit-mode-types

ZKWAS-235: proof submit mode types
* add batch proof types

* add initial types and query api

* paginated result

* update types for metadata + auto submit

* refine type

* export

* fix enum export
* add prooftracker/batchverify

* export

* update

* debug

* try flatten

* send tx

* update types

* update type for batchverify, update key names

* fix exports
* update readme and interfaces

* readme

* rm dupe
* update types

* add chain id to query

* auto submit networks in config

* metadata type for batch data
* rework metadata into fields

* image interface update

* update
* update readme

* update
Merge auto sumbit feature into main for helper
* add reduced task

* add user addr

* separate endpoint

* rename
rhaoio and others added 14 commits June 12, 2024 12:30
Fix the issue that react cannot use import <JSON> from <json file> assert { type: json}
It is because after node version 17, node force the type checking if import is for json file directly.
So if we start node serivce via node command directly, we need add this "assert assert { type: json}" feature
React is still using old node version and react in fact do not care whether we have it or not.
However, we are using typescript. 
Typescripts only suppor this new feature after 5.x version
React's react-scripts module haven't support 5.x version.
So we cannot change to use new 5.x version.
So we change to string.
* stats update

* query update

* endpoint name

* fix type
* update load file for nodejs env

* use buffer

* try with md5 from uint8array

* fix sig with initial context

* add examples and update readme
* update type names

* remove

* naming updates

* fix verify addr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants