Skip to content
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

Fixes for testing with actual coprocessor contracts #6

Merged
merged 9 commits into from
Jun 6, 2024

Conversation

david-zk
Copy link
Contributor

Tested with actual ACL and Coprocessor contracts, the only minor change needed was to change initial coprocessor address because first we must deploy ACL so it takes that address slot and later coprocessor slot

Builds on top of #5

Also introduces working image build for coprocessor testnet, to build testnet image locally from this branch just run:

docker build -t local-coproc-devnet:v1 -f Dockerfile.devnode .

Then run with:

docker run -p 127.0.0.1:8645:8545 --name coproc_devnet --rm -it local-coproc-devnet:v1

RPC will be exposed at 127.0.0.1:8645

@jatZama @immortal-tofu @dartdart26 @leventdem

@david-zk david-zk force-pushed the feat/fix-with-contracts branch from 19a2355 to 8d93070 Compare May 31, 2024 07:20
@david-zk david-zk force-pushed the feat/fix-with-contracts branch from dfa725d to 98a208d Compare May 31, 2024 08:24
@david-zk david-zk force-pushed the feat/fix-with-contracts branch from 7a17afb to b6ff4c7 Compare June 5, 2024 08:16
@david-zk david-zk merged commit 7c64d04 into master Jun 6, 2024
@david-zk david-zk deleted the feat/fix-with-contracts branch June 6, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants