Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
327 stars 206 forks source link

make vow .watch() check arguments #9812

Open turadg opened 3 months ago

turadg commented 3 months ago

What is the Problem Being Solved?

the types for vow.watch() didn't detect an incorrect type in the watcher arguments edffd73

Description of the Design

types tests for multiple args, nested args, property omission, and mismatched values

Security Considerations

Scaling Considerations

Test Plan

Upgrade Considerations

turadg commented 1 month ago

Context lost. Can reopen if it comes up again