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
I'm stuck on the issue that truffle and cpp-ethereum (aleth) don't play nice, even regardless of Ewasm. When I try to deploy+test a basic truffle unboxed solidity contract onto my local aleth instance, I get the following RPC errors:
Worked around the "Unknown account" issue (see ethereum/aleth#5160). aleth is kinda sorta working with truffle for vanilla solc, on to trying to get it working with an Ewasm contract.
Worked around the "Unknown account" issue (see ethereum/aleth#5160). aleth is kinda sorta working with truffle for vanilla solc, on to trying to get it working with an Ewasm contract.
Is your work on this already available somewhere or could you make it available?
For a solc compiler testing framework (SOLTIX), I'd like to add an option to use aleth instead of ganache-cli as a truffle blockchain backend. Ideally I'd like to have a self-contained shell script that starts an aleth instance which plays well with truffle for simple contract deployments, transactions, and listing emited events. A kinda sorta working setup for vanilla solc would be a great starting point.
Requires #7
I'm stuck on the issue that truffle and cpp-ethereum (aleth) don't play nice, even regardless of Ewasm. When I try to deploy+test a basic truffle unboxed solidity contract onto my local aleth instance, I get the following RPC errors:
Full trace: https://gist.github.com/lrettig/63d7e941946a313ec460c6484cecfc82
Cf. ethereum/aleth#5160
The text was updated successfully, but these errors were encountered: