Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add query service git history (#2530)
Note that the diff is zero so this does not change any code. Obtained as follows: 1. in query service repo ``` git checkout main git checkout -b ma/move-to-monorepo-2 git rm -r .github Cargo.lock git commit -a -m "monorepo: remove obsolete files" mv * hotshot-query-service mv .gitignore .github .envrc .cargo .config hotshot-query-service git commit -n -a -m "monorepo: move to subdirectory" ``` commit 01a9bb2 (query-service/ma/move-to-monorepo-2) monorepo: move to subdirectory commit b97bd0e monorepo: remove obsolete files 2. in this repo ``` git remote add query-service ../hotshot-query-service git fetch query-service git rm -r hotshot-query-service git commit -n -a -m "monorepo: remove query service without history" git merge query-service/ma/move-to-monorepo-2 --allow-unrelated-histories ``` commit a623fcd monorepo: remove query service without history Cherry pick commits (cherry picked all commits we made on #2516 but some are already applied, so ended up empty and don't show here). fd2c7eb * typos bd5bc89 * move dependency to path 302d7f1 * try to fix contract build 1b57bd9 * fix lint 41cfdf2 * fix one more 688d700 * fix test feature A fixup commit to ensure no diff to main be936f8 * ma/add-query-service-history origin/ma/add-query-service-history fixup to add query service history
- Loading branch information