hyperledger / hyperledger/fabric-x-evm
Ethereum tests should directly use the EVMEngine
Open
Nobody has claimed this yet.
task
- Dominant language
- Go
- Stars
- 12
- Forks
- 19
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 23
Description
Currently the ethereum tests set up a full infrastructure (gw/endorser). We don't need this, we could simply instantiate the `EVMEngine` and fire transactions at it directly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Ethereum tests and the EVMEngine entry point, then compare how the current gw/endorser infrastructure is set up. Run the existing Ethereum test suite; done means the tests instantiate EVMEngine directly, fire transactions at it, and no longer require the full infrastructure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100