From 728950d05f617d091a676bff7d28ed9833ebd965 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Tue, 17 Dec 2024 15:19:48 -0700 Subject: [PATCH 1/2] Remove madara and pathfinder submodules --- .gitmodules | 7 ------- madara | 1 - pathfinder | 1 - 3 files changed, 9 deletions(-) delete mode 160000 madara delete mode 160000 pathfinder diff --git a/.gitmodules b/.gitmodules index e10dc6b3..0c41e697 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,14 +2,7 @@ path = cairo-lang url = https://github.com/starkware-libs/cairo-lang.git ignore = all -[submodule "madara"] - path = madara - url = https://github.com/madara-alliance/madara.git - ignore = all [submodule "madara-bootstrapper"] path = madara-bootstrapper url = https://github.com/madara-alliance/madara-bootstrapper.git ignore = all -[submodule "pathfinder"] - path = pathfinder - url = https://github.com/eqlabs/pathfinder.git diff --git a/madara b/madara deleted file mode 160000 index 93d57632..00000000 --- a/madara +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 93d57632e7a56707d74ab63eb0ca8558df9f0d8e diff --git a/pathfinder b/pathfinder deleted file mode 160000 index 138140e5..00000000 --- a/pathfinder +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 138140e5fd967ede92806fd62de47c2e6b65712a From b534e0010b09e98dc695ad4643fdc4058a552317 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Wed, 18 Dec 2024 10:28:16 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b89ef854..46aba755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## Added +- Removed unused git submodules - tests: http_client tests added - Added Atlantic proving service integration - setup functions added for cloud and db