diff --git a/Notes.md b/Notes.md deleted file mode 100644 index 8af29ab..0000000 --- a/Notes.md +++ /dev/null @@ -1,46 +0,0 @@ -# Notes - -Files: - -- [ ] launchpad.rs - - [x] claim_ticket_payment - - [x] force_claim_period_start - - [x] add_address_to_blacklist - - [x] remove_address_from_blacklist - - [x] refund_confirmed_tickets - - Was removed in a PR - - [x] add_tickets - - [x] select_winners - - [x] confirm_tickets - - [x] select_new_winners - - [x] claim_launchpad_tokens - - [x] get_ticket_range_for_address - - [x] get_winning_ticket_ids_for_address - - [ ] get_confirmed_ticket_ids_for_address - - [ ] get_number_of_winning_tickets_for_address - - [ ] get_number_of_confirmed_tickets_for_address - - [ ] get_launch_stage - - [ ] try_create_tickets - - [ ] shuffle_single_ticket - - [x] swap - - [ ] start_confirmation_period - - [x] try_get_ticket_range - - [x] get_total_tickets - - [x] get_total_confirmed_tickets - - [x] require_stage - - [x] get_tickets_with_status - - Assumes the tickets are grouped for a single address/account. They are. - - [x] ticket_status - - [x] ticket_range_for_address - - [x] winning_tickets_range - - [x] shuffled_tickets - - [x] current_generation - - Limited to `u8`, 256 - - [x] total_confirmed_tickets - - [x] blacklist - -- [ ] launch_stage.rs -- [ ] ongoing_operation.rs -- [ ] random.rs -- [ ] setup.rs -- [ ] ticket_status.rs \ No newline at end of file