Skip to content

Commit

Permalink
Update status.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleanunicorn committed Oct 12, 2021
1 parent c65fcb8 commit ed1cf1e
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,33 @@
Files:

- [ ] launchpad.rs
- [ ] claim_ticket_payment
- [ ] force_claim_period_start
- [ ] add_address_to_blacklist
- [ ] remove_address_from_blacklist
- [ ] refund_confirmed_tickets
- [ ] add_tickets
- [ ] select_winners
- [ ] confirm_tickets
- [ ] select_new_winners
- [ ] claim_launchpad_tokens
- [ ] get_ticket_range_for_address
- [ ] get_winning_ticket_ids_for_address
- [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
- [ ] swap
- [x] swap
- [ ] start_confirmation_period
- [ ] try_get_ticket_range
- [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
- Assumes the tickets are grouped for a single address/account. They are.
- [x] ticket_status
- [x] ticket_range_for_address
- [x] winning_tickets_range
Expand Down

0 comments on commit ed1cf1e

Please sign in to comment.