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

Update web3 for ethereum sut to 1.2.2 #862

Closed
wants to merge 1 commit into from

Conversation

kiview
Copy link

@kiview kiview commented Jun 9, 2020

Caliper 0.3.1 uses the new Ethereum SUT 1.2.1 adapter, which itself depends on web3 APIs that came became available with web3 1.2.2 such as eth.getChainId (see web3/web3.js#3147).

However, the bind sut command for ethereum:1.2.1 still used to install web3 1.2.0.

This PR fixes the web3 version for the bind command accordingly.

@nklincoln
Copy link
Contributor

Thanks for this one - there's a few PRs with this change in it now, so it is sure to make it's way in - if possible, could you perform the DCO as we cannot merge without it 👍

Out of interest, are the docker-compose changes also required for the BESU integration test?

@aklenik
Copy link
Contributor

aklenik commented Jun 11, 2020

This change was included in #863 (together with the Besu binding update).

@aklenik aklenik closed this Jun 11, 2020
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.

3 participants