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

Hyperledger Besu Support #610

Closed
fengkiej opened this issue Oct 14, 2019 · 3 comments
Closed

Hyperledger Besu Support #610

fengkiej opened this issue Oct 14, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@fengkiej
Copy link

Context

Hyperledger Besu (formerly PegaSys' Pantheon) just got added into Hyperledger family last month. A support to benchmark Besu is needed to complete all Hyperledger's blockchain support on Caliper.

Expected Behavior

There should be a script to run Caliper on Hyperledger Besu.

Actual Behavior

N/A

Possible Fix

Add new script to run Caliper on Besu. I may be able to do this later, but if there's someone who are more familiar with Caliper, I expect they can do this much quicker.

Steps to Reproduce

N/A

Existing issues

N/A

Context

N/A

Your Environment

N/A

@aklenik
Copy link
Contributor

aklenik commented Oct 14, 2019

@fengkiej If I understand correctly, Besu is an Ethereum client, so it should support the Ethereum RPC, thus web3.js. An experimental Ethereum adapter has been merged recently, which will be included in the 0.2.0 release. Before implementing a separate adapter for Besu, we should investigate whether the general Ethereum adapter suffices or not. But correct me if I'm wrong about the Besu API.
(Although the permissioned nature might require some additional support compared to the traditional Ethereum API.)

@fengkiej
Copy link
Author

@aklenik I see, so after the adapter has been released on 0.2.0 Caliper. We can see further customization (if it is needed) later.

@aklenik aklenik added the enhancement New feature or request label Oct 16, 2019
@aklenik
Copy link
Contributor

aklenik commented Nov 4, 2019

Closed by #616

@aklenik aklenik closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants