Chih Cheng Liang
Chih Cheng Liang
I'm also preparing an update on future python versions https://github.com/ChihChengLiang/milagro_bls_binding/issues/34
@hwwhww @protolambda I have the milagro_bls_binding [1.8.0](https://pypi.org/project/milagro-bls-binding/1.8.0/) ready. It works with my macos/M1/python3.10 setting.
We had this issue when running the devnet. It seems go-ethereum is no longer allow pre eip 155 tx in the future. https://blog.ethereum.org/2021/03/03/geth-v1-10-0/ So the current way of deployment can...
This issue is specific to the public key registry contract. - The public keys are expensive to log in the event. - The coordinator now parse calldata to sync the...
> a zero user state leaf is a valid state leaf. It points to the first pubkey, for the first token, with no balance and no txs. This state leaf...
> ... can add the additional check pseudocode above. Just want to add that we still need to check `stateHash == ZERO_BYTES32` if we do the preimage approach. The code...
Hello @kittyslasher, Thanks for reaching out. I've given it a round of editing.
Hi @kittyslasher, > I will edit it a little further before publishing such as linking people to BLS. We would like to keep these documents updated on a regular basis...
> I did request one extra piece of information I forgot in the template which is finality time. Sorry for the delay, I've updated the requested information.
One nice thing to have in 0.8 is the dynamic calldata. Solidity seems to support this in the higher version https://github.com/ethereum/solidity/issues/9160 (need to validate if it works ). The current...