agoric/store types don't check #7507
Labels
bug
Something isn't working
code-style
defensive correctness patterns; readability thru consistency
devex
developer experience
vaults_triage
DO NOT USE
Describe the bug
Most or all of the Store types don't report type errors because they're parameterized with
any
(Key
and/orPassable
which are defined as any)Were this bug not present we would have avoided these bugs (partial list):
To Reproduce
For example,
Expected behavior
Invalid type usage shows and error and fails CI
Additional context
Requires changes in Endo, including endojs/endo#1488
The text was updated successfully, but these errors were encountered: