Replies: 9 comments 41 replies
-
Hello @Totiruzi, The test is failing because the assertion isn't accurate, you should figure out why the bytes4 magic = minimalAccount.validateTransaction(EMPTY_BYTES32, EMPTY_BYTES32, transaction); |
Beta Was this translation helpful? Give feedback.
-
Hello bro, I'm facing an issue here. According to the error, even when I
change the Solidity version, I still get the same error. Please guide me a
bit; I would greatly appreciate your help
…On Sat, Nov 30, 2024 at 12:13 PM EngrPips ***@***.***> wrote:
You are welcome, Friend.
—
Reply to this email directly, view it on GitHub
<#2917 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMUCT5VN5X4QDRDHNDTJAF32DFQTFAVCNFSM6AAAAABSMKNTMCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBSGA3DSMQ>
.
You are receiving this because you commented.Message ID:
<Cyfrin/foundry-full-course-cu/repo-discussions/2917/comments/11420692@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
So what should i do now?
On Mon, Dec 2, 2024 at 1:36 PM EngrPips ***@***.***> wrote:
I think the error is saying No solc version exists that matches the
version requirement: ^0.0.19. Did I see correctly?
—
Reply to this email directly, view it on GitHub
<#2917 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMUCT5UQJMX7GRPD2XI25FD2DQLXTAVCNFSM6AAAAABSMKNTMCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBTGQYDKNA>
.
You are receiving this because you commented.Message ID:
<Cyfrin/foundry-full-course-cu/repo-discussions/2917/comments/11434054@
github.com>
I
|
Beta Was this translation helpful? Give feedback.
-
I'll try that.
…On Mon, Dec 2, 2024 at 2:45 PM Onowu Christopher Oyemechi < ***@***.***> wrote:
Why don't you change the version to ^0.8.24. save the file and do a
forge clean
delete the cache folder and try again
—
Reply to this email directly, view it on GitHub
<#2917 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMUCT5SF3HLDXPEJCUPREWL2DQT27AVCNFSM6AAAAABSMKNTMCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBTGQ3TQNI>
.
You are receiving this because you commented.Message ID:
<Cyfrin/foundry-full-course-cu/repo-discussions/2917/comments/11434785@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hey bro, I tried this too, but I'm still getting the same error. I don't understand what I should do. |
Beta Was this translation helpful? Give feedback.
-
Thank you all very much! My code is finally compiling. I think my main issue was that my VS Code wasn’t updated promptly. Maybe that's why the solution you provided earlier didn’t work at first. Unfortunately, my VS Code wasn’t updated. By the way, I’m completely new to programming, so please don’t get annoyed by my silly questions. Treat me like your younger brother because I don’t have anyone else to learn from besides you |
Beta Was this translation helpful? Give feedback.
-
I ran the testZkValidateTransaction() with the flag --system-mode=true but I get an assertion error fail
called test
I even copied Patrick's code and replaced it with mine but I still get the same error.
Beta Was this translation helpful? Give feedback.
All reactions