-
Notifications
You must be signed in to change notification settings - Fork 7
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
nnsW3
wants to merge
44
commits into
DelphinusLab:main
Choose a base branch
from
nnsW3:fix-typos
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
add import assertions to mjs
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.