Ecosyste.ms: Timeline

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

turadg

turadg created a review on a pull request on agoric-labs/fast-usdc-lp-ui

View on GitHub

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...

View on GitHub

turadg created a review on a pull request on agoric-labs/fast-usdc-lp-ui

View on GitHub

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)); ```

View on GitHub

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

View on GitHub

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`? ...

View on GitHub

turadg created a review on a pull request on Agoric/agoric-3-proposals

View on GitHub

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 ...

View on GitHub

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 ...

View on GitHub

turadg created a review on a pull request on Agoric/ui-kit

View on GitHub

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.0
turadg created a branch on Agoric/agoric-subql

ta/bump-node-cosmos

turadg created a review on a pull request on Agoric/ui-kit

View on GitHub

turadg 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...

View on GitHub

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

View on GitHub

turadg deleted a branch turadg/staketaxcsv

patch-1

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

View on GitHub

turadg forked hodgerpodger/staketaxcsv

turadg/staketaxcsv

turadg created a branch on Agoric/agoric-sdk

ta/promise-function-async - monorepo for the Agoric Javascript smart contract platform

turadg created a review on a pull request on Agoric/documentation
Doesn't hurt but seems to me like a detail we should leave to docs generated from source code

View on GitHub

turadg created a review comment on a pull request on Agoric/agoric-sdk
Please use NonNullish() instead of a new function

View on GitHub

turadg created a review on a pull request on Agoric/agoric-sdk
Design change LGTM but I'd want to hear from @erights too

View on GitHub

turadg created a review on a pull request on Agoric/agoric-sdk
Design change LGTM but I'd want to hear from @erights too

View on GitHub

turadg created a comment on an issue on endojs/endo
Agreed. Here's some numeric analysis, with sample size 1. [Latest CI](https://github.com/endojs/endo/actions/runs/12591800525) had total duration 11m33s. **lint** was the bottleneck at 11m22s an...

View on GitHub

turadg opened an issue on endojs/endo
upgrade ESlint to v9
## What is the Problem Being Solved? v8 won't get further updates. v9 has a simpler config format that should be faster. https://eslint.org/blog/2024/04/eslint-v9.0.0-released/ ## Descript...
turadg created a review on a pull request on endojs/endo
This is also in https://github.com/endojs/endo/pull/2674/files#diff-4723f5b341131067129d28de4c9c0f166ef96edbc212c02d1a4c649076400afb which needs review

View on GitHub

turadg starred standardebooks/tools
Load more