Ethereum Merger Testnet Error Fixed – Trustnodes - BitcoinEthereumNews.com
Ethereumएथेरियम मर्जर टेस्टनेट त्रुटि फिक्स्ड - ट्रस्टनोड्स03 / 17 / 2022बिटकॉइन एथेरियम समाचार The first public merger to full Proof of Stake on the new ethereum testnet network did not go without a hitch. There was a problem with endians, those being “the order or sequence of bytes of a word of digital data in computer memory.” “Prysm beacon node used incorrect endianess to marshal/unmarshal the base_fee_per_gas field in execution_payload object,” कहते हैं Prysmatic Labs, the devs behind the most used eth2 client, Prysm. They add: Today, the execution layer uses big endianess, and the consensus layer uses little endianess. Since Prysm incorrectly unmarshals execution_payload back to original form, the execution layer client correctly rejected the deformed payload when calling engine_newpayloadv1 endpoint by returning INVALID_BLOCK_HASH. In other words, the testnet did exactly what it was meant to do: test performance in a live network emulation now the product is out of the ‘lab.’ The error here so being due to the lab using a fixed unit, while the live network has some differences as Prysm says: “This issue did not show up in the previous devnets [because] the base fee was 7 which is equal regardless of the endianess. It also did not show up in the unit