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 comment on a pull request on Agoric/agoric-sdk
Should we check the intermediate state before events are injected?

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Check that `modified` is true ? ```suggestion const { modified } = upgradeSwingset(kernelStorage); t.true(modified); ```

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
This copy paste probably needs a tweak?

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Now that #10337 merged into this one, let's revert this `addToQueue` change. I really don't like the stats boundary piercing.

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
Overall LGTM. Feel free to merge once the revert of `addToQueue` and the test tweaks are done.

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
Overall LGTM. Feel free to merge once the revert of `addToQueue` and the test tweaks are done.

View on GitHub

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

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Actually I think we can persist an empty context instead (so you can keep `null` as missing). ```suggestion persistContext(finalBody.remainingBeans > 0 ? {} : triggerContext); ...

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
Oh I missed the typo here! ```suggestion FINISH: 'crank-finish', ```

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
I think we need to reset the context on finish for the reporting of the finish event, or it gets some leftover delivery details. Also let's include the vatID here. ```suggestion case ...

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Let's set the bootstrap trigger context here. ```suggestion } case SLOG_TYPES.COSMIC_SWINGSET.BOOTSTRAP_BLOCK.START: { triggerContext = { 'run.num': undefined, ...

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Let's move this after reporting ```suggestion ```

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Now that we're gonna persist `null` values as context, I think we should differentiate uninitialized (`undefined`) from `null` contexts (and of course let the initial value of the context be `undef...

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
I forgot that this would transiently show up in the output for this event. `undefined` will make it be skipped while still reserving the position. ```suggestion 'run.num': undefined, ...

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
Well I knew I wouldn't get it right just by staring at the code generating slog events. After looking at the output, looks like we have some tweaks to make.

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
Well I knew I wouldn't get it right just by staring at the code generating slog events. After looking at the output, looks like we have some tweaks to make.

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Well this is actually more of a "makeOnce" store pattern than a memoization, where we can just throw away the store after usage.

View on GitHub

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

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
This looks good, but holding my approval until I review the output of aa processed slog in case I missed anything. Is the grafana link up top still valid? I'll also look at the processed slog file ...

View on GitHub

mhofman created a review on a pull request on Agoric/agoric-sdk
This looks good, but holding my approval until I review the output of aa processed slog in case I missed anything. Is the grafana link up top still valid? I'll also look at the processed slog file ...

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Oh I didn't know we had a memoize in internal now.

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
Well, device output embargo should be until after commit of the storage.

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
Let's make sure we don't imply that the host must commit after a single call to run. The host is free to perform multiple runs between commits if it so wishes. The only condition is that commit not...

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
I think we should generalize the devices not just to transmission but to effects. ```suggestion SwingSet provides robust and deterministic computation, even in the face of unexpected reboot, an...

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
Let's make sure this only happens in consensus restarts ```suggestion if (upgradeEvents) { isBootstrap || upgradeDetails || Fail`Unexpected upgrade ...

View on GitHub

mhofman created a review comment on a pull request on Agoric/agoric-sdk
```suggestion const context = { blockHeight, txHash, msgIdx: 0 }; ```

View on GitHub

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

View on GitHub

Load more