Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mhofman

mhofman created a review on a pull request on Agoric/agoric-sdk
That launch-chain integration looks pretty good!

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
In this case, the swing-store upgrade can be performed (gather the list of promises to notify rejections), then the controller built and the left over work executed, then the injected events from t...

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
It was an old commit but the idea still stands. We should use `KVStore` directly instead of `SwingStoreKernelStorage`

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
`enumeratePromisesByDecider` can be a generator function that iterates the entries and only yields the kpid. Or we can use iterator helpers' map when that is more broadly supported

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
There actually should a smaller memory pressure with the iterators, since only the current entry is ever allocated, where for the array we temporarily have to allocate all entries.

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
> * it fails to send an `AG_COSMOS_INIT`), then we'll get corrupted kernel state There is always an init event (it happens for every restart). The event has flags indicating whether it's a conse...

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
I am not the biggest fan of the kernel adding things to the run queue arbitrarily like this. At upgrade time we may actually be in the middle of a run, and the reactions to these notifies will b...

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
I have not yet reviewed the test for the mitigation. I am not a fan of the revert to using `assert`. The lack of control flow type inference from TS is unfortunate, but it's not always clear tha...

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
I have not yet reviewed the test for the mitigation. I am not a fan of the revert to using `assert`. The lack of control flow type inference from TS is unfortunate, but it's not always clear tha...

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Nice optimization, I had a feeling something better could be done here. That said I'm not sure how often the `priorKey` would really be different than `priorKeyReturned`. It still feels a little...

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Filed https://github.com/Agoric/agoric-sdk/issues/10335

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk

View on GitHub

mhofman opened an issue on Agoric/agoric-sdk
Consolidate string compare throughout
## Describe the bug We have different ways of comparing strings, none of which are "correct". Now that's we've updated to a version of endo with https://github.com/endojs/endo/pull/2008, we can ...
mhofman created a review on a pull request on Agoric/agoric-sdk
A few more refactoring nits. Let's continue the timestamp discussion offline.

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
A few more refactoring nits. Let's continue the timestamp discussion offline.

View on GitHub

mhofman created a comment on an issue on Agoric/agoric-sdk
Also I just remembered that any new events need to be added to the otel slog sender to avoid the problem of #8272/#9569 (which we likely should fix while we're at it).

View on GitHub

mhofman created a comment on an issue on Agoric/agoric-sdk
> I'd add `owner` to the bridge-inbound records, that's one of the things I've needed to extract from the delivery to add to `details` fields (like identifying which oracle is submitting a PushPric...

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Filed https://github.com/Agoric/agoric-sdk/issues/10332. FYI, here is what @warner 's classification tool does to look ahead (and add extra info on the nature of the bridge inbound): https://git...

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk

View on GitHub

mhofman opened an issue on Agoric/agoric-sdk
Add trigger slog events for timer and install bundles
## What is the Problem Being Solved? Timer polls and install bundles generate swingset runs (possibly empty), but unlike "bridge" and "deliver" (mailbox) triggers, we do not record a trigger eve...
mhofman created a review comment on a pull request on Agoric/agoric-sdk
I checked and the order in the issue is what I would expect to see here.

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
Thanks for addressing the feedback so far. Some more refactoring suggestions. I also really want us to figure out this timestamp issue as I'd like to be able to upload old slogs to GCP with the ori...

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
Thanks for addressing the feedback so far. Some more refactoring suggestions. I also really want us to figure out this timestamp issue as I'd like to be able to upload old slogs to GCP with the ori...

View on GitHub

mhofman created a comment on an issue on Agoric/agoric-sdk
What we really want here is to detect any issue (with the contract or with the orchestration framework itself) when an upgrade could happen, aka when external messages come in from outside swingset...

View on GitHub

Load more