From 5a78dd8ca69360918e1c23cb0dc28609840ab543 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:03:12 +0200 Subject: [PATCH 1/3] Update eth_gasPrice.md --- docs/methods/eth_gasPrice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/methods/eth_gasPrice.md b/docs/methods/eth_gasPrice.md index e7082ff20..5140a1839 100644 --- a/docs/methods/eth_gasPrice.md +++ b/docs/methods/eth_gasPrice.md @@ -11,8 +11,8 @@ Returns the current price per gas in wei. -Kakarot specifity: since Kakarot does not have a fee market as of January 2024, -transactions are ordered on a "First Come First Serve" basis. +Kakarot specificity: since Kakarot does not have a fee market as of January +2024, transactions are ordered on a "First Come First Serve" basis. For this reason: From dd29ce6e82f5976901934db286217f386872ebb7 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:07:02 +0200 Subject: [PATCH 2/3] Update 04_RPC_METHOD_REQUEST.md --- .github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md b/.github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md index f686ed449..70a22aa50 100644 --- a/.github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md @@ -1,6 +1,7 @@ --- name: Add a New RPC Method about: + Provide information about an RPC method to be added to the Kakarot RPC server. title: "feat: " labels: "new-feature" @@ -9,7 +10,7 @@ assignees: "" # -## Metadatax +## Metadata - name: - prefix: From 67e51202ec321b5a1511a458861b3c8aa57af068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C?= Date: Mon, 18 Nov 2024 10:34:32 +0200 Subject: [PATCH 3/3] fix: formatting btw --- .github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md b/.github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md index 70a22aa50..2b9c8af98 100644 --- a/.github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/04_RPC_METHOD_REQUEST.md @@ -1,7 +1,6 @@ --- name: Add a New RPC Method about: - Provide information about an RPC method to be added to the Kakarot RPC server. title: "feat: " labels: "new-feature"