start network
Closed this issue · 5 comments
tony-armstrong commented
- adjust b2-zkevm-node conf(contract, ip, port, etc.) to adapt to b2-node
- adjust b2-zkevm-node genesis(contract, ip, port, etc.) to adapt to b2-node
tony-armstrong commented
The Full Prover require 96-core CPU, Mininum 768GB RAM Deploying Your Own Full zkEVM | Polygon Wiki
tony-armstrong commented
- the local dev/test (mock prover) network can be started
- should deployment-related code/doc be moved to repo b2network/b2-deployment? b2network/b2-deployment#1 @0x677261706562616261
0x677261706562616261 commented
- the local dev/test (mock prover) network can be started
- should deployment-related code/doc be moved to repo b2network/b2-deployment? Init b2 network devnet scripts b2-deployment#1 @0x677261706562616261
If not so many deps exist, i think it is better to moving. what's your opinion? Maybe we could have a call tomorrow.
tony-armstrong commented
- some e2e test actions rely on these codes
intel-10400f .github gigit remote get-url origin git@github.com:b2network/b2-zkevm-node.git intel-10400f .github git:(develop) grep -wrnE 'make|test' workflows/test-* workflows/test-e2e.yml:14: test-e2e: workflows/test-e2e.yml:34: run: make build-docker workflows/test-e2e.yml:37: run: make compile-scs workflows/test-e2e.yml:38: working-directory: test workflows/test-e2e.yml:41: run: make test-e2e-group-${{ matrix.e2e-group }} workflows/test-e2e.yml:42: working-directory: test workflows/test-from-prover.yml:15: test-from-prover: workflows/test-from-prover.yml:44: run: make build-docker workflows/test-from-prover.yml:47: run: make compile-scs workflows/test-from-prover.yml:48: working-directory: test workflows/test-from-prover.yml:51: run: make test-full-non-e2e workflows/test-from-prover.yml:52: working-directory: test workflows/test-full-non-e2e.yml:14: test-full-non-e2e: workflows/test-full-non-e2e.yml:32: run: make compile-scs workflows/test-full-non-e2e.yml:33: working-directory: test workflows/test-full-non-e2e.yml:38: run: make test-full-non-e2e workflows/test-full-non-e2e.yml:39: working-directory: test
- I think even if this part is moved to another repo, there is still a way to be used by action
- or maybe wo can leave it alone and let the bullets fly for a while 😄
how about we not move this code yet? @0x677261706562616261 @Stonepapa
tony-armstrong commented