Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
erights created a review comment on a pull request on Agoric/agoric-sdk
Raises the same privacy expectation issue wrt previous owners finding out about exits after ownership transfer. But in this case, wrt resolver ownership transfer, which I don't think makes the issu...
erights created a review comment on a pull request on Agoric/agoric-sdk
Depending on the exit race issue resolution above, this method might be misnamed. But fixing it would be a compat issue. What compat goals make sense for zoe2 vs zoe1?
erights created a review comment on a pull request on Agoric/agoric-sdk
```suggestion !exiting || Fail`already exiting`; ``` or not, depending on the resolution of the exit race issues above.
erights created a review comment on a pull request on Agoric/agoric-sdk
Maybe this is why your state variable is `exiting` rather than `exited`, so the seat becomes non-transferable as soon as an exit is requested from the seat? In which case ```suggestion ...
erights created a review comment on a pull request on Agoric/agoric-sdk
Since these are only requests to exit, that may or may not exit depending on exit terms and the contract, and in any case will not cause a synchronous exit, we need to worry that it would still lea...
erights created a review comment on a pull request on Agoric/agoric-sdk
Even for an exit subscriber, we should wonder what happens to an old exit subscriber on ownership transfer. It provides only info, not authority, so it isn't too weird for a previous owner to obser...
erights created a review comment on a pull request on Agoric/agoric-sdk
```suggestion this.state.exiting = true; assert.fail('TODO'); ```
erights created a review comment on a pull request on Agoric/agoric-sdk
```suggestion this.state.exiting = true; assert.fail('TODO'); ```
erights created a review comment on a pull request on Agoric/agoric-sdk
`getPayout` and `getPayouts` are unfortunately not compat with exclusive transferability of the right to collect payouts, unless we do something weird to revoke these atomically on ownership transf...
erights created a review comment on a pull request on Agoric/agoric-sdk
Whether the invitation customDetails should include the currentAllocation is interesting. I was surprised to see it here. Let's discuss.
erights pushed 13 commits to markm-2598-set-func-proto-undefined endojs/endo
- refactor(compartment-mapper): _prefix unused arguments c8a782a
- refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
- docs: Converge from @file to @module pragmas aa6c5fb
- refactor(compartment-mapper): Regularize @module blocks 53394a5
- fix(compartment-mapper): Relax ERef to Promise 169b9fa
- fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
- refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
- refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
- docs(compartment-mapper): Improve docs for options ee15dc8
- docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
- fix(ses): fix #2598 with cauterizeProperty reuse 2cbbe5f
- fixup! doccomment ad07e7c
- fixup! review suggestion e74d031
erights created a comment on an issue on Agoric/agoric-sdk
> Nevertheless, we'll keep #9863 in draft until then as a safety measure. I marked #9863 Ready for Review. PTAL there.
erights pushed 40 commits to markm-amount-shape-shape-2 Agoric/agoric-sdk
- feat(x/swingset): Add parameters for controlling vat cleanup budget Ref #8928 02c8138
- build(golang/cosmos): Generate types with `make proto-gen` 6548bfa
- build(cosmic-proto): Generate types with `yarn build && yarn codegen` 3ff3204
- refactor(x/swingset): DRY out UpdateParams 0571652
- chore(cosmic-swingset): Add new parameters to sim-params.js e6ad881
- feat(cosmic-swingset): Update parseParams to read and validate vat cleanup budget data Ref #8928 80bcca0
- refactor(cosmic-swingset): DRY out parseParams 54b6842
- refactor(cosmic-swingset): Prepare launch-chain.js for slow vat termination 1d5654d
- feat(cosmic-swingset): Use vat cleanup budget values to allow slow cleanup ...in otherwise empty blocks Fixes #8928 508ea8e
- refactor(cosmic-swingset): Improve CrankerPhase values ee83f2f
- feat(x/swingset): Define default vat cleanup budget as { default: 5, kv: 50 } d86ee6d
- chore(cosmic-swingset): Simplify sim-params.js c796948
- feat(x/swingset): Require a non-empty vat cleanup budget to include `default` 28c4d8b
- chore(cosmic-swingset): Add JSDoc for `launch` parameters bfc29d8
- refactor(cosmic-swingset): Update `launch`/`buildSwingset` to directly accept config objects The old type was basica... b7ed256
- feat(cosmic-swingset): Allow `launch` to accept an already-open swingStore ...exclusive with swingStoreExportCallbac... c65e5b1
- refactor: Move blockchain BootMsg code to packages/internal ...to avoid creating dependency cycles 65c1523
- feat(cosmic-swingset): Add support for testing blocks of a mock chain 48b6405
- refactor(cosmic-swingset): Simplify mock-chain testing infrastructure fd534ab
- test(cosmic-swingset): Cover slow vat termination in a blockchain context 700373b
- and 20 more ...
erights created a comment on a pull request on Agoric/agoric-sdk
PTAL. Is this now free to land? Has the legacy problem been dealt with?
erights pushed 299 commits to markm-amount-shape-shape-2 Agoric/agoric-sdk
- chore(types): export type * in d.ts A precaution against any runtime-ish symbols being included d7c7f0d
- refactor: inline exports bb5c4f1
- feat(types): export ERTP types fc70c12
- refactor: consistent @enum for enums 9a066a8
- refactor(types): @enum BridgeId 0fa8c9f
- export ERTP types and normalize enum pattern (#10263) refs: #4560 ## Description Exports ERTP types from the packa... dd37e03
- test: restart-send-anywhere 44f5d2f
- refactor: HubName enum c266ddd
- test: no marshaller in bootstrap ca45d69
- refactor: lastSequence dd6fa45
- test: simulate ibc/MsgTransfer ack d2aaff4
- test: 'result' key suffices 721d61f
- misc Orchestration TODOs (#10276) _no ticket_ ## Description Misc TODOs I encountered while working on other ticket... c4690ab
- ci: disable type-aware linting for a3p-integration d62b5d1
- ci: lint a3p-integration e5ec807
- lint: fix lint errors in a3p-integration 09055eb
- lint a3p-integration (#10262) closes: #10238 ## Description Lint a3p-integration for consistency and stopping red ... 4fccb10
- build(deps): bump elliptic from 6.5.5 to 6.5.7 in /multichain-testing Bumps [elliptic](https://github.com/indutny/el... 2558d37
- build(deps): bump elliptic from 6.5.5 to 6.5.7 in /multichain-testing (#10255) Bumps [elliptic](https://github.com/i... 7946226
- feat!: remove orch.makeLocalAccount - closes: #10106 5526337
- and 279 more ...