From da95001faf27d52e73e2c83721de886bc6f8d6da Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:17:03 +0200 Subject: [PATCH 1/5] fix typos README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffb1c30de8..f4c061a534 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Directory Structure
-├── bridge-history-api: Bridge history service that collects deposit and withdraw events from both L1 and L2 chain and generates withdrawal proofs +├── bridge-history-api: Bridge history service that collects deposit and withdraws events from both L1 and L2 chains and generates withdrawal proofs ├── common: Common libraries and types ├── coordinator: Prover coordinator service that dispatches proving tasks to provers ├── database: Database client and schema definition From 4dc7e2f0d10f8f57b240b2ffe605050711dad377 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:19:01 +0200 Subject: [PATCH 2/5] fix typo CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 429277ed7e..8d90fe01a2 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -15,7 +15,7 @@ diverse, inclusive, and healthy community. ## Our Standards Examples of behavior that contributes to a positive environment for our -community include: +community includes: * Demonstrating empathy and kindness toward other people * Being respectful of differing opinions, viewpoints, and experiences @@ -33,7 +33,7 @@ Examples of unacceptable behavior include: * Public or private harassment * Publishing others' private information, such as a physical or email address, without their explicit permission -* Other conduct which could reasonably be considered inappropriate in a +* Other conduct that could reasonably be considered inappropriate in a professional setting ## Enforcement Responsibilities From 6d3e724dc69e91fdfbe296c532e1844341d015e8 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:19:54 +0200 Subject: [PATCH 3/5] fix typos in README.md --- bridge-history-api/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bridge-history-api/README.md b/bridge-history-api/README.md index 27f9bb5a88..8e90444538 100644 --- a/bridge-history-api/README.md +++ b/bridge-history-api/README.md @@ -7,7 +7,7 @@ The bridge-history-api contains three distinct components ### bridgehistoryapi-db-cli -Provide init, show version, rollback, check status services of DB +Provide init, show version, rollback, and check status services of DB ``` cd ./bridge-history-api make bridgehistoryapi-db-cli @@ -35,11 +35,11 @@ provides REST APIs. Please refer to the API details below. ## APIs provided by bridgehistoryapi-server assume `bridgehistoryapi-server` listening on `https://localhost:8080` -can change this port thru modify `config.json` +can change this port by modifying `config.json` 1. `/txs` ``` -// @Summary get all txs under given address +// @Summary get all txs under the given address // @Accept plain // @Produce plain // @Param address query string true "wallet address" @@ -61,7 +61,7 @@ can change this port thru modify `config.json` 3. `/claimable` ``` -// @Summary get all claimable txs under given address +// @Summary get all claimable txs under the given address // @Accept plain // @Produce plain // @Param address query string true "wallet address" @@ -79,4 +79,4 @@ can change this port thru modify `config.json` // @Param batch_index query string true "batch_index" // @Success 200 // @Router /api/withdraw_root [get] -``` \ No newline at end of file +``` From 0b435b075e395733ca3c7f9db83a10ff3c8da26b Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:49:50 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4c061a534..f333e976f1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Directory Structure-├── bridge-history-api: Bridge history service that collects deposit and withdraws events from both L1 and L2 chains and generates withdrawal proofs +├── bridge-history-api: Bridge history service that collects deposit and withdraw events from both L1 and L2 chains and generates withdrawal proofs ├── common: Common libraries and types ├── coordinator: Prover coordinator service that dispatches proving tasks to provers ├── database: Database client and schema definition From bcdf647c585797d4c239b3627e6d1f721856be59 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:50:21 +0200 Subject: [PATCH 5/5] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 8d90fe01a2..8553584d78 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -15,7 +15,7 @@ diverse, inclusive, and healthy community. ## Our Standards Examples of behavior that contributes to a positive environment for our -community includes: +community include: * Demonstrating empathy and kindness toward other people * Being respectful of differing opinions, viewpoints, and experiences