`Math.random` is ambient authority. There's only 1 caller of this function. Please move it to the test script or inline it so that we're not exporting functions that close over ambient authority.
we want/need this to finish before `setupTestKeys(...)`, right?
```suggestion
await deleteTestKeys(accounts).catch();
```
we don't have lint for dangling promises in multichain-testing?
dealing with byte slices and such is quite a bit nicer in go than JS, isn't it :)
Before I approve, I think I should understand the change in `golang/cosmos/x/vtransfer/keeper/keeper.go`.
dealing with byte slices and such is quite a bit nicer in go than JS, isn't it :)
Before I approve, I think I should understand the change in `golang/cosmos/x/vtransfer/keeper/keeper.go`.
supply chain audit notes: I don't see any yarn.lock changes re `bech32`, so I'll pass on that without further remark.
`query-string@^9.1.1` seems to be new. npm shows 13M weekly downloads. Clear...
To check default length limits against expected fast-usdc usage, let's please add a test to replace what's currently in the fast usdc test fixture: `agoric16kv2g7snfc4q24vg3pjdlnnqgngtjpwtetd2h689n...
after mulling over what this test establishes, I thought about property testing / fuzzing to be sure the encoding is unambiguous - that no 2 distinct inputs lead to the same encoded address.
But...