From 61e7d63ff7d42b0f5fcd572e50f19836c726a29d Mon Sep 17 00:00:00 2001 From: jsjiang Date: Tue, 10 Oct 2023 14:49:18 -0700 Subject: [PATCH] update minter migration notes --- deploy_minter_migration.sh | 71 ------------------------------- doc/bdb_minter_migration.md | 42 ------------------ doc/bdb_minter_migration_notes.md | 65 ++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+), 113 deletions(-) delete mode 100755 deploy_minter_migration.sh delete mode 100644 doc/bdb_minter_migration.md create mode 100644 doc/bdb_minter_migration_notes.md diff --git a/deploy_minter_migration.sh b/deploy_minter_migration.sh deleted file mode 100755 index 448c99f2..00000000 --- a/deploy_minter_migration.sh +++ /dev/null @@ -1,71 +0,0 @@ -echo "Start minter migration steps ..." -echo "1. Check minters" - -read -p "Have you run the shoulder-check-minters command to check the minters? [yes/no]: " yn -if [[ "$yn" == "yes" ]]; then - read -p "Do you wish to continue to next step? [yes/no]: " next_step - if [[ "$next_step" != "yes" ]]; then - echo "Minter migration aborted." - exit - fi -elif [[ "$yn" == "no" ]]; then - cat <