-
Notifications
You must be signed in to change notification settings - Fork 1
alchemy free tier #60
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
Conversation
Tried it out and I'm still getting the Alchemy errors. Do we need #59 as well to make it work? |
No we don't. |
Well, then the fix didn't work for me. Were you able to test it? |
I think we can go with your idea of having something like |
The Node is going to create that variable in some upcoming PR. That's not what I meant: I was asking if we could create a test for this specific scenario. As it stands, I understand @ZzzzHui ported the code change but wasn't able to test if it worked. |
@ZzzzHui you should be able to reproduce my test case (on Decaf) with the following parameters:
In the docker compose exec cartesi_node_espresso cartesi-rollups-cli app register -v \
-c 0xDa3d0547bB1AAa4feBb7599b8ad1871B15dF45bb \
-a 0x21EF997AEa1A861c349Bd12d643701143495d158 \
-n echo-dapp \
-t applications/echo-dapp/ Hope that helps. |
Ok, I will restore our decaf e2e test |
I tested again and @ZzzzHui is right: in my test scenario, InputBox inputs are being read ok with this PR. The issue is that I was using Node v2.0.0-alpha.4, which doesn't have the fix in its EvmReader, and that leads to Alchemy block range errors when checking for outputs. But the input reading part does seem ok. |
f24dc21
to
6624aa8
Compare
No description provided.