Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
turadg created a comment on an issue on Agoric/agoric-3-proposals
[Synchronized file shares](https://docs.docker.com/desktop/features/synchronized-file-sharing/) (experimental feature as yet) supports a [.syncignore](https://docs.docker.com/desktop/features/synch...
turadg created a review comment on a pull request on Agoric/agoric-sdk
we shouldn't need to mutate to select elements from an array. ```suggestion const [_, ...remaining] = pending; pendingSettleTxs.set(key, harden(remaining)); ```
turadg created a review comment on a pull request on Agoric/agoric-3-proposals
(back from vacation) Good simpler solution! I would have requested a different name than `prepare-test.sh` because `prepare.sh` makes an image and this one doesn't. WDYT of `setup-test.sh`? ...
turadg created a comment on a pull request on Agoric/agoric-sdk
> how a new version of ava is expected to fix the flakey aspect Not expected. Just reducing variables in debugging. I agree that workerThreads is the substantive change. I've removed the Ava ...
turadg pushed 60 commits to 5575-liveslots-gc Agoric/agoric-sdk
- tools: makeTestAddress helper - returns valid bech32 address for tests 6f49369
- chore: mock `VLOCALCHAIN_ALLOCATE_ADDRESS` handler returns valid bech32 - instead of `agoric1fakeLCAAddress`, `agori... 45eeee0
- chore: `makeFakeLocalchainBridge` accepts `makeAddressFn` 5ad59bd
- chore: `advancer` validates `settlementAddress` e06f12a
- chore: `advancer` validates `settlementAccount` address (#10723) closes: #10726 ## Description Primary aim is to va... 7b7ceb9
- refactor(orchestration,time,zoe): Avoid name convention conflict (#10751) closes: #XXXX refs: https://github.com/end... 1f25ee2
- feat(fast-usdc): support risk assessment arg ff6737a
- feat(fast-usdc): support risk assessment arg (#10753) fixes https://github.com/Agoric/agoric-sdk/issues/10748 ## De... 9cb1472
- feat: save the outgoing EC Charter instance and kit c2c9be3
- chore: from review: add trace, minor cleanups 355a2e1
- feat: save the outgoing EC Charter instance and kit (#10749) refs: #10680 ## Description Add the EconomicCommittee... e5813b9
- chore: add failing test of slotToVal memory leak for watchPromise Liveslots has a bug (#10757) which leaks slotToVal... 3a77937
- fix(liveslots): avoid slotToVal memory leak for watched promises Liveslots has a bug (#10757) which leaks slotToVal ... 874196c
- fix(liveslots): avoid slotToVal memory leak for watched promises (#10758) Liveslots has a bug (#10757) which leaks s... 4472050
- chore: slog.slog in ci artifacts 2bc73ce
- chore: `slog.slog` in `multichain-testing` ci artifacts (#10759) ## Description Include `slog.slog` in `multichain-... fef1774
- feat: migrate upgrade of v7-board from upgrade 19 to upgrade 18 (#10761) closes: #10760 ## Description Move the u... 837776e
- chore(cosmic-swingset): Add `phase` to cosmic-swingset-run-{start,finish} slog entries (#10765) ## Description Extra... 39d8f59
- feat(cosmos): Support arbitrary core eval builder arguments (#10767) ## Description Extracted from and supports #107... a944f4c
- chore: provision gov4 in PREPARE 7c55ba8
- and 40 more ...
turadg opened a pull request on Agoric/agoric-subql
bump @subql/node-cosmos
Cleans up the resolution that is no longer needed for transitive dep on @subql/node-core https://github.com/subquery/subql-cosmos/releases/tag/node-cosmos%2F4.3.0turadg closed an issue on futurGH/ts-to-jsdoc
support inverse: jsdoc-to-ts
Now that `.ts` syntax [will run natively in Node](https://nodejs.org/en/learn/typescript/run-natively), it can be a better fit for many projects. One of my projects has hundreds of `.js` files w...turadg created a review comment on a pull request on Agoric/agoric-sdk
why does `getProposalShapeForInvitation` return values other than a ProposalShape? Is `ProposalShape` wrong? I notice that `getProposalShapeForInvitation` typedef returns `Pattern | undefined...
turadg opened a draft pull request on Agoric/agoric-sdk
lint promise-function-async
_incidental_ ## Description Functions that return Promises should do so always. If they are synchronous and throw, the caller will get an exception instead of a rejected promise. This enable...turadg opened a pull request on hodgerpodger/staketaxcsv
fix: BLD transaction link
https://agoric.bigdipper.live/ is out of service. Link to Mintscan instead.turadg pushed 1 commit to patch-1 turadg/staketaxcsv
- fix: BLD transaction link https://agoric.bigdipper.live/ is out of service. Link to Mintscan instead. e6bb079
turadg created a branch on Agoric/agoric-sdk
ta/promise-function-async - monorepo for the Agoric Javascript smart contract platform