Closed alnoki closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
emojicoin-dot-fun | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 17, 2024 4:35am |
emojicoin-dot-fun-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 17, 2024 4:35am |
Description
add_public_keys_and_fund_gas_escrows
API with 100% coverage testing.for_each
tofor_each_ref
since the latter does not have to reverse the vector in place before iteration.claimed
andeligible
tables for ease of fetching eligible public keys.claimed
andeligible
table paradigm.Testing
emojicoin_dot_fun_claim_link
module tested to 100% coverage. From in repo root:Note that per https://github.com/aptos-labs/aptos-core/issues/15284 the
test_general_flow
test fails non-deterministically. If it fails, running it again will probably result in a pass, eventually.Checklist