Banky Adebajo
Banky Adebajo
I'm currently trying to integrate helios into a dapp, so I'll be taking a look at the wasm bindings
I'd like to build a hardhat plugin to allow developers to build web dapps on top of helios instead of relying on a third party RPC. I think this will...
Okay thank you, please ping if you're able to get that working
btw, out of curiosity @ncitron, why use ssz instead of lighthouse?
Thanks! I'll try it out this week
Hey @ncitron, I'm having some compilation issues related to type mismatches that look like this. Do you know what might be causing this? ``` error[E0308]: mismatched types --> execution/src/evm.rs:258:13 |...
Damn, sadly that didn't work. Not sure what's going on but I'll do some more digging
One workaround here is that you can modify the abi file that is used for abigen to update the state mutability of the function you want to call. For example,...
hey @devanoneth any word on this? is it still being worked on?
I've forked the repo to try out adding timeouts if anyone else has this issue. I initially thought that the `tokio::time::timeout` function would correctly check that the function does not...