From b369b0fc5e7a4b2198662560828c8985bbb4fb51 Mon Sep 17 00:00:00 2001 From: Lynndabel Date: Sat, 28 Mar 2026 08:36:30 +0100 Subject: [PATCH] moved the README.md file! --- {contract => contracts}/.txt | 0 {contract => contracts}/Cargo.toml | 0 {contract/src => contracts}/README.md | 0 {contract => contracts}/src/lib.rs | 0 .../test/test_duplicate_puzzle_submission_rejected.1.json | 0 .../test_snapshots/test/test_get_player_registered.1.json | 0 .../test/test_get_player_unregistered_returns_none.1.json | 0 .../test_snapshots/test/test_get_submission_after_submit.1.json | 0 .../test/test_get_submission_none_before_submit.1.json | 0 {contract => contracts}/test_snapshots/test/test_get_xp.1.json | 0 .../test/test_last_active_timestamp_updated_on_submission.1.json | 0 .../test_snapshots/test/test_leaderboard_returns_vec.1.json | 0 .../test_snapshots/test/test_register_player.1.json | 0 .../test/test_single_submission_stats_are_correct.1.json | 0 .../test/test_streak_increments_within_24_hours.1.json | 0 .../test/test_streak_resets_after_24_hours_inactivity.1.json | 0 .../test_snapshots/test/test_submit_puzzle.1.json | 0 .../test_snapshots/test/test_update_iq_level.1.json | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename {contract => contracts}/.txt (100%) rename {contract => contracts}/Cargo.toml (100%) rename {contract/src => contracts}/README.md (100%) rename {contract => contracts}/src/lib.rs (100%) rename {contract => contracts}/test_snapshots/test/test_duplicate_puzzle_submission_rejected.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_get_player_registered.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_get_player_unregistered_returns_none.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_get_submission_after_submit.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_get_submission_none_before_submit.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_get_xp.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_last_active_timestamp_updated_on_submission.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_leaderboard_returns_vec.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_register_player.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_single_submission_stats_are_correct.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_streak_increments_within_24_hours.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_streak_resets_after_24_hours_inactivity.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_submit_puzzle.1.json (100%) rename {contract => contracts}/test_snapshots/test/test_update_iq_level.1.json (100%) diff --git a/contract/.txt b/contracts/.txt similarity index 100% rename from contract/.txt rename to contracts/.txt diff --git a/contract/Cargo.toml b/contracts/Cargo.toml similarity index 100% rename from contract/Cargo.toml rename to contracts/Cargo.toml diff --git a/contract/src/README.md b/contracts/README.md similarity index 100% rename from contract/src/README.md rename to contracts/README.md diff --git a/contract/src/lib.rs b/contracts/src/lib.rs similarity index 100% rename from contract/src/lib.rs rename to contracts/src/lib.rs diff --git a/contract/test_snapshots/test/test_duplicate_puzzle_submission_rejected.1.json b/contracts/test_snapshots/test/test_duplicate_puzzle_submission_rejected.1.json similarity index 100% rename from contract/test_snapshots/test/test_duplicate_puzzle_submission_rejected.1.json rename to contracts/test_snapshots/test/test_duplicate_puzzle_submission_rejected.1.json diff --git a/contract/test_snapshots/test/test_get_player_registered.1.json b/contracts/test_snapshots/test/test_get_player_registered.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_player_registered.1.json rename to contracts/test_snapshots/test/test_get_player_registered.1.json diff --git a/contract/test_snapshots/test/test_get_player_unregistered_returns_none.1.json b/contracts/test_snapshots/test/test_get_player_unregistered_returns_none.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_player_unregistered_returns_none.1.json rename to contracts/test_snapshots/test/test_get_player_unregistered_returns_none.1.json diff --git a/contract/test_snapshots/test/test_get_submission_after_submit.1.json b/contracts/test_snapshots/test/test_get_submission_after_submit.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_submission_after_submit.1.json rename to contracts/test_snapshots/test/test_get_submission_after_submit.1.json diff --git a/contract/test_snapshots/test/test_get_submission_none_before_submit.1.json b/contracts/test_snapshots/test/test_get_submission_none_before_submit.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_submission_none_before_submit.1.json rename to contracts/test_snapshots/test/test_get_submission_none_before_submit.1.json diff --git a/contract/test_snapshots/test/test_get_xp.1.json b/contracts/test_snapshots/test/test_get_xp.1.json similarity index 100% rename from contract/test_snapshots/test/test_get_xp.1.json rename to contracts/test_snapshots/test/test_get_xp.1.json diff --git a/contract/test_snapshots/test/test_last_active_timestamp_updated_on_submission.1.json b/contracts/test_snapshots/test/test_last_active_timestamp_updated_on_submission.1.json similarity index 100% rename from contract/test_snapshots/test/test_last_active_timestamp_updated_on_submission.1.json rename to contracts/test_snapshots/test/test_last_active_timestamp_updated_on_submission.1.json diff --git a/contract/test_snapshots/test/test_leaderboard_returns_vec.1.json b/contracts/test_snapshots/test/test_leaderboard_returns_vec.1.json similarity index 100% rename from contract/test_snapshots/test/test_leaderboard_returns_vec.1.json rename to contracts/test_snapshots/test/test_leaderboard_returns_vec.1.json diff --git a/contract/test_snapshots/test/test_register_player.1.json b/contracts/test_snapshots/test/test_register_player.1.json similarity index 100% rename from contract/test_snapshots/test/test_register_player.1.json rename to contracts/test_snapshots/test/test_register_player.1.json diff --git a/contract/test_snapshots/test/test_single_submission_stats_are_correct.1.json b/contracts/test_snapshots/test/test_single_submission_stats_are_correct.1.json similarity index 100% rename from contract/test_snapshots/test/test_single_submission_stats_are_correct.1.json rename to contracts/test_snapshots/test/test_single_submission_stats_are_correct.1.json diff --git a/contract/test_snapshots/test/test_streak_increments_within_24_hours.1.json b/contracts/test_snapshots/test/test_streak_increments_within_24_hours.1.json similarity index 100% rename from contract/test_snapshots/test/test_streak_increments_within_24_hours.1.json rename to contracts/test_snapshots/test/test_streak_increments_within_24_hours.1.json diff --git a/contract/test_snapshots/test/test_streak_resets_after_24_hours_inactivity.1.json b/contracts/test_snapshots/test/test_streak_resets_after_24_hours_inactivity.1.json similarity index 100% rename from contract/test_snapshots/test/test_streak_resets_after_24_hours_inactivity.1.json rename to contracts/test_snapshots/test/test_streak_resets_after_24_hours_inactivity.1.json diff --git a/contract/test_snapshots/test/test_submit_puzzle.1.json b/contracts/test_snapshots/test/test_submit_puzzle.1.json similarity index 100% rename from contract/test_snapshots/test/test_submit_puzzle.1.json rename to contracts/test_snapshots/test/test_submit_puzzle.1.json diff --git a/contract/test_snapshots/test/test_update_iq_level.1.json b/contracts/test_snapshots/test/test_update_iq_level.1.json similarity index 100% rename from contract/test_snapshots/test/test_update_iq_level.1.json rename to contracts/test_snapshots/test/test_update_iq_level.1.json