aptos-labs / hong-bao

Into 2023 Hackathon: Hong Bao
https://aptos-labs.github.io/hong-bao/
9 stars 3 forks source link

Add more sanity checks to the Move module #12

Open banool opened 1 year ago

banool commented 1 year ago

Currently some things will fail in a hard to understand way, e.g. we don't check if a key is in a simple map before trying to borrow from it. Add specific checks and error codes.