CarmineOptions / konoha

A toolkit for DAO-like governance on Starknet
Apache License 2.0
23 stars 33 forks source link

Implement tests according to missing test list #58 #61

Closed Nerrolol closed 1 month ago

Nerrolol commented 3 months ago

Implementing a first batch of airdrop tests

i'm not sure about the hash to use for the root or the proofs (shall I use the same as those in the defi repo ?) for the test_update_root_and_claim_attempts function i still have to check the fail, not sure of the behaviour of the should_panic function finally there is still the check claimed event test to be implemented which I haven't digged yet, maybe there is a further environment to implement to do this one ?

also the valid claim attempt is tested on the test_update_root_and_claim_attempts function