From d5663f91282db856f180437317dc8ae66f442bfb Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:39:58 +0100 Subject: [PATCH 1/2] Update CONTRIBUTING.md Signed-off-by: planetBoy <140164174+Guayaba221@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53af715a2c..42b5cad335 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,7 +81,7 @@ contributors and maintainers in order to ensure that: We welcome bug reports, feature requests, and other contributions to our project. To open an issue, please follow these guidelines: -1. **Search existing issues**: Before opening a new issue, please search existing issues to ensure that is not a duplicates. +1. **Search existing issues**: Before opening a new issue, please search existing issues to ensure that is not a duplicate. 2. **Provide a clear and descriptive title**: This helps others understand the nature of the issue at a glance. @@ -97,7 +97,7 @@ To open an issue, please follow these guidelines: - (WHY) The purpose or objective of this issue with Objective-level "O" labels like `O: security`, `O: new-feature`, etc. - (WHICH) The part of the system this issue relates to using: - - External-level "E" labels if the issue fall outside the current scope of the system + - External-level "E" labels if the issue falls outside the current scope of the system and is related to external dependencies or projects like `E: non-cosmos`, `E: no-std` etc. - or "Internal-level "I" labels for anything related to the current scope of the product like `I: logic`, `I: documentation`, `I: rpc`, etc. From 034049387d334e39afe82bf177d9e3756ab29074 Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:41:57 +0100 Subject: [PATCH 2/2] Update UPGRADING.md Signed-off-by: planetBoy <140164174+Guayaba221@users.noreply.github.com> --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index aadc35b0d1..4e1262ee64 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -7,7 +7,7 @@ > for the older release candidates in reverse chronological order to update to > v1.5.0 first and then follow these instructions. -- The `websocket_addr` configuration option has been removed in favour of the new `event_source` setting. +- The `websocket_addr` configuration option has been removed in favor of the new `event_source` setting. In every chain configuration section, replace the `websocket_addr = 'WS_URL'` setting with: