Bilog WEB3
Bilog WEB3
We kept ethclient.BlockReceipts aligned with execution-apis by reverting it to pass BlockNumberOrHash.String(), then implemented the requireCanonical-preserving path in gethclient.BlockReceipts where the flag is actually supported, and added an in-proc test...
Fixed copy-paste error in ProofValidated event assertions where proof.merkleTreeRoot was incorrectly used twice. The event's 6th parameter should be proof.scope, so updated 3 test cases (lines 517, 543, 561) to...
The Pubkey field in ValidatorRegistration was incorrectly using BLSSignatureLength (96 bytes) instead of BLSPubkeyLength (48 bytes). BLS public keys are 48 bytes, not 96. This is confirmed by the proto...
Hope this helps streamline the project! Best regards, Bilogweb3