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.
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
Zksync testing #596
base: main
Are you sure you want to change the base?
Zksync testing #596
Changes from 85 commits
039cbe6
c18a063
5cb8a86
2c891a1
86af1e0
fd84941
7dde6e5
2845e42
8c36a1a
83bc585
d1d4fcf
a78beb4
d4380eb
e03bad8
f0f9d67
5ed8514
80872d0
6450fce
9b98b9a
c116cf8
a953ba8
7cd85c9
db0b239
5202a3c
4c40500
eaacb7b
6e6a795
da14c4d
8c92391
1865845
df29a93
3c06990
1ecd628
9743f2a
1fb6493
74f7bd5
ade7d68
7eab994
6073d1c
104f3cd
3559b7c
eb8f4ff
46faf3c
8112333
128f9e2
77771b6
22f1a07
5d991e3
dbbd6eb
650eb01
502be5c
e8367f0
b1bb84e
74868e8
440d673
4947c72
a193986
ac39ced
95a3d2e
5d9f10f
17be7ac
abe4fe2
664cdf2
f9f450d
9ed2412
fbd79fb
d4dfbb9
43dc46a
970d591
81045b6
fd7657e
66e70d3
50b2bea
c52508a
d5e19ae
05ff013
91dc5aa
61e1187
6ea87dc
9a584e3
3533c9d
e0c0d6f
79bd788
7e815f0
533c4c0
6828c91
25ff98f
86d71d1
73733de
916994e
3ce65c0
1afc051
e0bc39b
9e4414c
0eb83e3
d96ee81
2b20141
711dfa2
f0756ac
56956da
20debe2
db28fec
6710f4e
9cd35fc
6fb8ca9
9dd36e3
5337866
973bef6
483e6a2
a543127
7e51be0
cfeda13
a32ea44
4b8edf9
03b7077
ecee462
1343326
7c86a01
8b9cf82
2d1aa5f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not severe: Couldn't we have something like
yarn test:zksync
that spin up the node and do the test then spin down the node ?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They have an in-memory node actually but I never looked into it