Replies: 1 comment 5 replies
-
Hey @malm0d , which version of Geth are you using? Can you please try with version |
Beta Was this translation helpful? Give feedback.
-
Hey @malm0d , which version of Geth are you using? Can you please try with version |
Beta Was this translation helpful? Give feedback.
-
Hi there, I'm interested in contributing to Silius, but I'm pretty new to AA so there's a lot I'm not sure about. I had forked the repository and am currently just trying to run
make test
, but I keep getting failures insimulation_tests
andtracer_tests
:I have Geth installed and is currently running in dev mode:
cargo run --release -- node --eth-client-address http://127.0.0.1:8545 --mnemonic-file ${HOME}/.silius/0xd76209f615f69d4dff3288e17bc342e24148694f --beneficiary 0xd76209f615f69d4dff3288e17bc342e24148694f --entry-points 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789 --http --ws
Additionally, when I run
make lint
I get an error:I have not made any changes to the codebase (am just trying to run the tests) so I'm not sure what's causing
simulation_tests
andtracer_tests
to fail. Could I be missing some configuration or additional step? (I was able to create a wallet for the bundler and run it)Thank you!
Beta Was this translation helpful? Give feedback.
All reactions