eth-contract-api icon indicating copy to clipboard operation
eth-contract-api copied to clipboard

RPC Integration test

Open adridadou opened this issue 8 years ago • 5 comments

Most of my tests / work is being done with EthereumJ. I should have integration tests to make sure RPC works as well as the embeded version

adridadou avatar Jan 16 '17 10:01 adridadou

For my tests of the smart contracts projects I use the matrix job from Jenkins with the ethereum instances as axis. You just need to instantiate the ethereum facade by provided system properties.

UrsZeidler avatar Feb 24 '17 12:02 UrsZeidler

Thx for the info! I'll see what I can do with circleci. I guess that starting nodes shouldn't be too much of a problem. I already have scripts for geth.

adridadou avatar Feb 24 '17 12:02 adridadou

Geth in the light mode is quite fast with syncing, but I think the Infura rcp is also a good choice. (less infrastructure)

UrsZeidler avatar Feb 24 '17 12:02 UrsZeidler

yes not a bad idea. I was more thinking of a private network where I have control over who ether and who hasn't

adridadou avatar Feb 24 '17 12:02 adridadou

Also quite interesting. Because this is the main "problem" provide enough ether and keep it this way. Something the build cannot provide by it self. Looking forward for it.

UrsZeidler avatar Feb 24 '17 13:02 UrsZeidler