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

add download image example #111

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

add download image example #111

wants to merge 56 commits into from

Conversation

yymone
Copy link
Collaborator

@yymone yymone commented Nov 1, 2024

No description provided.

yymone and others added 30 commits March 14, 2024 18:56
…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 26 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
* ZKWAS-301 & ZKWAS-304: Update inteface for node list improvements (#86)

* ZKWAS-318: added endpoint for setting rest server maintenance mode (#88)

---------

Co-authored-by: Oscar Downing <[email protected]>
* ZKWAS-327: Node version information (#90)

* version for nodes

* optional field

* server version info

* rename

* paginated node stats (#92)

* guest static in task type (#94)

* update package (#96)
remove dynamic import and use require("fs")
* default to 2 total for loadTask

* spread default value
* prover grading

* string enum

* unprovable type

* endpoint for prover node summary

* remove params
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.

5 participants