Byron Gravenorst
Byron Gravenorst
Fixes: https://github.com/hyperledger/besu/pull/6826 Affected topic: https://besu.hyperledger.org/development/public-networks/how-to/monitor/logging Perhaps add something under Advanced logging.
Add `--tx-pool-blob-price-bump` option to configure the price bump percentage required to replace blob transactions (by default 100%), also a blob tx can only replace and be replaced by another blob...
Introduced a new CLI option. Document `--use-cached-genesis-state-hash`. When this option is used to start the node, if the genesis state hash value is already stored in the database, the node...
Add a rlp decode command that will output the contents of the BFT encoded RLP extra data. Support decoding IBFT legacy, IBFT2 and QBFT extra data formats. For more info...
Document the requirements and possible instructions to run Besu on an M1 chip.
The `p2p-port` configuration file option can be used to configure the listening port for the node, which is used for both the TCP listening port and the UDP discovery port....
Enhance the visibility and appeal of our auto-generated cards, such as those used in Index pages, and potentially improve the site's SEO performance. Currently, many of our pages lack a...
Update the horizontal nav bar by moving "Support" and "Linea home" to the footer. Also, we can remove the reference to the gnark-repo. Running a Linea node is a frequently...
There is an inconsistency in how index files (index.md) are used across different top-level topics within the documentation. Specifically, some top-level topics contain content within their index.md files, while others...
Update the structure of the Docs. For example Reference should be in the main Docs section. The landing page can also be removed as it doesn't add any value.