You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
@axic do you think we should keep this issue around and try to renew interest in standardizing common RPC test methods? It seems even more relevant now more than ever, now that foundry, dapptools, etc are becoming popular, but it also seems like we're unlikely to get consensus on an initiative like this (seeing as you tried this in 2016 and weren't successful).
cpp-ethereum when run using
--test
exports a number of new RPC methods, includingtest_setChainParams
. Full list available here.Solidity unit tests rely on such an endpoint (together with IPC). It would be cool to use testrpc with the Solidity tests.
(Relevant ethereum/interfaces#4)
The text was updated successfully, but these errors were encountered: