You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this issue addresses problems I face today. I clone arbitrum today and follows the doc of running local blockchain on master branch, but things not work properly.
Here are some points I found and hope following information can do you a favor:
yarn demo:initialize
This command throws Error: cannot estimate gas; transaction may fail or may require manual gas limit, and I try to manually set gas limit for inbox.depositEth in setup_validators_demo.ts and it works.
yarn demo:deploy
docker-compose.yaml generated from arb_deploy.py seems to use non-existing image arb-validator, this command only builds arb-avm-cpp and arb-node images.
After modifying compose template to use arb-node image, it looks like commands go/bin/arb-node and go/bin/arb-validator have unexpected interfaces in compose file:
arb-validator current:
entrypoint: '/home/user/go/bin/arb-validator'
command: state http://arb-bridge-eth-geth:7545 0x2b39D5E8b1EFE16Fdb8ceD47c004733e345f4256 0xD02bEC7Ee5Ee73A271B144E829EeD1C19218D813 0xAa63764C8942343c903aA3469afe664f6E24FFe2 MakeNodes --password=pass
No description provided.
The text was updated successfully, but these errors were encountered: