Ferran Borreguero
Ferran Borreguero
Hey, as @dingding001 pointed out, you can use the `Subscribe` method for that. Unfortunately, there is no typed function for this right now.
> The other Go ssz library, the one that prysm uses Hey! Not sure if you are talking about [fastssz](https://github.com/ferranbt/fastssz) from which I am the maintainer. If so, I have...
Is this change backward compatible with running clients?
I am working on an automatic deployment of ipfs-cluster on the cloud. Whenever I deploy ipfs-cluster-service I necessary need to have ipfs-cluster-ctl to check the state of the node. I...
Should this check be implemented in the other instructions that have a `dataOffset`?
> do you know if there are any sort of restrictions with MPL? The MPL 2.0 license is not viral, you can check the official Mozilla FAQ https://www.mozilla.org/en-US/MPL/2.0/FAQ/ in the...
Apologize for the late reply. I added a fix to the `TestServer` issue a few months back. Now, it does not run anymore as an independent system for each test...
> If it's nil, EstimateGas will return a "stack underflow" error. It might be nil if you want to estimate the creation of a contract.
This has been fixed in another way, instead of relying on a custom server for each test (which requires dealing with nuances from MacOs and Linux), there is a helper...
@Stefan-Ethernal Could you rebase this branch and see how it affects the two liveness issues we have reported?