Toni Wahrstätter

Results 6 issues of Toni Wahrstätter

Add Bech32m encoding/decoding for taproot addresses. The decoding was written by Pieter Wuille here: https://github.com/Bytom/python-bytomlib/blob/master/pybtmsdk/segwit_addr.py The check if a PkScript represents an Bech32m script is done in the following: *...

Is the input.json file the right one for a merkle tree with 20 levels? Seems like there are not enough hashes in the list. It would be great if someone...

I fixed the broken link and added the pubkeys of * one early used builder * SGX builder * TDX builder

The get_merkle_proof function in utils/merkle_minimal.py returns too many values when tree_len is not explicitly set. One might think the last value is the root but that's not the case. It's...

This PR proposes payload chunking as a feature to streamline block download and execution.

c-new
t-core
e-review
s-draft
e-consensus

Add eth/70 protocol support for EIP-7928 Block-Level Access Lists (BALs). **Changes:** - Add `block-access-list-hash` field to block header - Add `GetBlockAccessLists` (0x12) and `BlockAccessLists` (0x13) messages - Document BAL RLP...