From 7496527ccc6089fbfaa3d5ffa0d1197257ba07bd Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:01:04 +0200 Subject: [PATCH 1/2] Update contact.md --- book/src/contact.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/contact.md b/book/src/contact.md index ff8e628f92..bced995c04 100644 --- a/book/src/contact.md +++ b/book/src/contact.md @@ -3,7 +3,7 @@ The git repository can be found at [https://github.com/bluealloy/revm/](https://github.com/bluealloy/revm/) -For questions please open a github issue or join the public telegram group: [https://t.me/+Ig4WDWOzikA3MzA0](https://t.me/+Ig4WDWOzikA3MzA0) +For questions please open a github issue or join the public [telegram group](https://t.me/+Ig4WDWOzikA3MzA0) ### Licence From 8faf6eeaa69c13c99be1a070fe2ca31f2395c006 Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:03:24 +0200 Subject: [PATCH 2/2] Update blob.rs --- crates/context/interface/src/block/blob.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/context/interface/src/block/blob.rs b/crates/context/interface/src/block/blob.rs index bb8e661ef3..a2fdef5782 100644 --- a/crates/context/interface/src/block/blob.rs +++ b/crates/context/interface/src/block/blob.rs @@ -87,7 +87,7 @@ pub fn calc_excess_blob_gas( /// Calculates the `excess_blob_gas` from the parent header's `blob_gas_used` and `excess_blob_gas`. /// -/// See also [the EIP-4844 helpers] +/// See also [the EIP-4844 helpers](https://eips.ethereum.org/EIPS/eip-4844#helpers) /// (`calc_excess_blob_gas`). /// /// [EIP-7918: Blob base fee bounded by execution cost](https://eips.ethereum.org/EIPS/eip-7918)