ajuna-network / worker

SubstraTEE worker for SubstraTEE node
Apache License 2.0
8 stars 1 forks source link

Let's play connect four #1

Open haerdib opened 2 years ago

haerdib commented 2 years ago

To demonstrate the first usecase we need to do the following:

What I'm not yet sure about is and should be answered before starting to implement:

darkfriend77 commented 2 years ago

Trying to answer.

- TrustedCalls: What should be callable from whom, and should it be added to our testing cli?

do_something, cause_error, queue, empty_queue, test_schedule are obsolete and can be removed. In fact I should remove the whole matchmaker pallet as it is not necessary in this setup.

- TrustedGetters: Which storage state needs to be queried from the outside (user)?