Jake Birchall
Jake Birchall
@elopez that worked, thanks.
Im getting the same issue. I think its because large contract which needs optmize args to compile dont get passed to slither. I have a contract that without optmization uses...
>Funny that they finally added dark theme. And a full page player. I used Youtube center mostly for the large player and default 1080p playback. Now youtube added both thoses.
I might be able to help as im running into the same issue ``` root@2479146766b2:/echidna/src# echidna-test maticfee.sol --solc-args="optimize optimize-runs=200" --sender=0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA --contract Fee Analyzing contract: /echidna/src/Fee.sol:Fee echidna-test: Error running slither: root@2479146766b2:/echidna/src#...
Currently Hypra supports EVM upto Shanghai. Hypra does not support EIP-1559 -- This is planned to fork off of the main geth client and switch to core-geth. Or cancun.
Update, I found where to define ethashb3 engine creation. IMO, i felt the CreateConsensusEngine was very busy and took it on my self to refactor that part so each engine...
Just confirmed ethashb3 is now working and useable in a chain configuration.
Ok, im 99% sure ive completed everything needed for Hypra to be compatible. However, upon testing. CoreGeth cant sync from a Geth node which all our current nodes run on....
From some testing ive done - Hypra initializing ethashb3 - Hypra genesis is the correct hash - Hypra does not sync from mainnet geth nodes - EthashB3 throws "unable to...
> @JABirchall > > > CoreGeth cant sync from a Geth node which all our current nodes run on. > > Might be a Fork ID problem? On quick glance...