We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ToyWorld
List of known issues with our tests. They seem to be related to the ToyWorld but we don't know exactly what's going wrong.
Trace.java
CorsetExist
tx.toAddress
linea-tracer/arithmetization/src/test/java/net/consensys/linea/zktracer/instructionprocessing/ContractModifyingStorageTest.java
Line 180 in 8fb4af6
WorldUpdater
addressAccountMap
accounts
HUB
Makefile
make zkevm.bin -B
The text was updated successfully, but these errors were encountered:
ToyWorld.commit()
@OlivierBBB @gauravahuja I think it's now all ok with @gauravahuja 's ToyV2 ?
Sorry, something went wrong.
gauravahuja
powerslider
No branches or pull requests
List of known issues with our tests. They seem to be related to the
ToyWorld
but we don't know exactly what's going wrong.Trace.java
files (I believe this was settled by @DavePearce and @letypequividelespoubelles ?) see see We can't generate Trace.java because ofCorsetExist
issues #794 (comment)tx.toAddress
is empty) don't run the provided initialization codelinea-tracer/arithmetization/src/test/java/net/consensys/linea/zktracer/instructionprocessing/ContractModifyingStorageTest.java
Line 180 in 8fb4af6
WorldUpdater
's (4 initially, now 3 for some reason) than expectedToyWorld
produces out of syncaddressAccountMap
andaccounts
list #967ToyWorld
aware of precompiles (solved by @OlivierBBB in Tbilissi)HUB
constraints (uncomment them in the constraints repo'sMakefile
make zkevm.bin -B
)The text was updated successfully, but these errors were encountered: