From 387f3608cd55d1dafc93d52d9ce15a966f374eca Mon Sep 17 00:00:00 2001 From: Mohan Date: Fri, 30 Aug 2024 00:31:21 +0530 Subject: [PATCH] (registry) fix: multisig fix in service details (#89) * fix: update ipfs constant in NFT image list * feat: add ethers v5 * feat: use ethersv5 * chore: add resolver for gnosis.pm - ethersv5 * refactor: update dependencies and improve transaction handling for ethersV5 * refactor: update eslint configuration to allow only console.warn and console.error * chore: update CODEOWNERS * test: works with gnosis-safe, yaygit status * feat: remove all logs and update comment --- .eslintrc.json | 6 ++ CODEOWNERS | 4 +- .../List/IpfsHashGenerationModal/index.jsx | 2 +- .../common-util/functions/index.ts | 17 +++- .../3rdStepFinishedRegistration/index.jsx | 6 +- .../3rdStepFinishedRegistration/utils.jsx | 61 ++++++++----- .../ListServices/ServiceState/utils.jsx | 90 ++++++------------- .../src/lib/rewards.ts | 2 +- .../src/lib/sendTransaction/index.ts | 3 +- package.json | 4 + yarn.lock | 35 ++------ 11 files changed, 100 insertions(+), 130 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 56e8f245..88a2bbcb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,6 +23,12 @@ } ] } + ], + "no-console": [ + "warn", + { + "allow": ["warn", "error"] + } ] } }, diff --git a/CODEOWNERS b/CODEOWNERS index e8e603bd..0267eaef 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ # more info here - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -apps/ @mohandast52 @oaksprout -libs/ @mohandast52 @oaksprout +apps/ @mohandast52 @oaksprout @Tanya-atatakai @truemiller +libs/ @mohandast52 @oaksprout @Tanya-atatakai @truemiller diff --git a/apps/autonolas-registry/common-util/List/IpfsHashGenerationModal/index.jsx b/apps/autonolas-registry/common-util/List/IpfsHashGenerationModal/index.jsx index 98525f91..3ffe4899 100644 --- a/apps/autonolas-registry/common-util/List/IpfsHashGenerationModal/index.jsx +++ b/apps/autonolas-registry/common-util/List/IpfsHashGenerationModal/index.jsx @@ -228,7 +228,7 @@ export const IpfsHashGenerationModal = ({ {/* TODO: fetch from middleware constant */}