I would to keep the order or these fields sane when a human (me) is reading the file in a terminal or editor with no line wrap.
```suggestion
stream.write(serializeSlogObj({ ...rest, time }...
You're right, acorn 8.0.5 includes a [change](https://github.com/acornjs/acorn/commit/6746b1905e1669a68738563ab23ade1c6a3b25be) that causes the `checkClashes` value to become a prototype-less objec...
We're getting a lot of duplication because of this major bump. Any way to get rid of the v7 in any way? Looks like the only dependency is `eslint-plugin-github` whose [latest version](https://githu...
## Describe the bug
SES has double init checks to produce clear errors when trying to lockdown the environment twice. However it seems that when async_hooks taming is involved through `@endo/ini...
> ensure the brand is removed from the set, or we'll never try again to create a notifier.
I have no problem with the ephemeral set being reset on error. My concern is with how the durable `upda...
I just don't quite understand in which case this isn't already `null`. This is an error making the notifier, so afaiu we would never have updated this state in the first place?
Why are we using the `collateralBrand` as key instead of the identity of this auctionBook? Are we guaranteed there is only ever a 1:1 relationship between auctionBook and collateralBrand?