Ecosyste.ms: Timeline

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

erights

erights created a review comment on a pull request on Agoric/agoric-sdk
This one I just omitted, so TS would infer the return type which is more complicated than I wanted to write down.

View on GitHub

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

View on GitHub

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

View on GitHub

erights opened a draft pull request on Agoric/agoric-sdk
fix: fewer irritating warnings
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...
erights created a branch on Agoric/agoric-sdk

markm-fewer-warnings - monorepo for the Agoric Javascript smart contract platform

erights created a review comment on a pull request on Agoric/agoric-sdk
Just from the name, I expected a `HostCall` to also include the arguments.

View on GitHub

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

View on GitHub

erights created a review comment on a pull request on Agoric/agoric-sdk
Clever, but the attributes matter. The `raw` should be non-enumerable. How about ```suggestion export const makeTemplateStringsArray = strings => { const result = [...strings]; defineProp...

View on GitHub

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

View on GitHub

erights created a review comment on a pull request on Agoric/agoric-sdk
IIUC, this is appropriate type notation for a single parameter. This needs the type notation for all the rest of the parameters, which I think also uses a `...`

View on GitHub

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

View on GitHub

erights pushed 14 commits to markm-orch-purse-3 Agoric/agoric-sdk
  • test: include chainHub in the Orch start jig 45f1af6
  • feat: TransactionFeedKit 8eb7dee
  • 10387 simple transaction feed for Fast USDC (#10452) closes: #10387 ## Description A basic transaction feed compon... 596ebab
  • fix(telemetry): add missing slog type 1aec8d0
  • fix(telemetry): add missing slog type (#10455) ## Description Adds slog event for kernel upgrade ### Security Cons... 21760b0
  • fix(ERTP,vats): fix 9407 AmountPatternShape (#9863) Staged on #9410 closes: #9407 refs: #9410 ## Description O... 59b1a9f
  • fix(orchestration): denomAmounts must be non-negative (#10458) closes: #XXXX refs: https://github.com/Agoric/agoric-... 40e0e4e
  • feat(vats): ERTP face on orch assets 09d3fe4
  • fixup! types e5e789d
  • fixup! a lot 0a1fdff
  • fixup! notes 185ed97
  • incoherent checkpoint 0344a9a
  • . e529ce1
  • . e320322

View on GitHub

erights created a review comment on a pull request on endojs/endo
https://github.com/endojs/endo/pull/2563 (and https://github.com/endojs/endo/pull/2334 ?), right?

View on GitHub

erights created a review on a pull request on endojs/endo

View on GitHub

erights created a review comment on a pull request on endojs/endo
Done this much. But moved an equally broken `console` reference into compartment.shim.js' call to `getGlobalIntrinsics`, so still unsolved.

View on GitHub

erights created a review on a pull request on endojs/endo

View on GitHub

erights created a review comment on a pull request on endojs/endo
Done

View on GitHub

erights created a review on a pull request on endojs/endo

View on GitHub

erights pushed 1 commit to markm-2598-set-func-proto-undefined endojs/endo
  • fixup! partial review suggestion 81482e7

View on GitHub

erights created a review comment on a pull request on endojs/endo
What about the call to `getGlobalIntrinsics` in compartment-shim.js? That's the problematic one.

View on GitHub

erights created a review on a pull request on endojs/endo

View on GitHub

erights created a review comment on a pull request on endojs/endo
@leotm , care to comment? Thanks.

View on GitHub

erights created a review on a pull request on endojs/endo

View on GitHub

erights pushed 1 commit to markm-denom-amounts-mustbe-nonnegative Agoric/agoric-sdk

View on GitHub

erights opened a draft pull request on Agoric/agoric-sdk
fix(orchestration): denomAmounts must be non-negative
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...
erights created a branch on Agoric/agoric-sdk

markm-denom-amounts-mustbe-nonnegative - monorepo for the Agoric Javascript smart contract platform

erights pushed 42 commits to markm-orch-purse-3 Agoric/agoric-sdk
  • refactor: WalletUtils wraps VstorageKit 215a105
  • build: defer building types 3c0b830
  • feat(types): TypedPublished 88939bf
  • feat: VstorageKit readPublished e48c53c
  • feat: readPublished in SwingsetTestKit 0b383c9
  • refactor: use readPublished in boot 0dfecae
  • vstorage published types mapping (#10422) refs: #9109 ## Description The new `@agoric/client-utils` package provid... a82d636
  • chore(types): update type coverage 2f62d77
  • refactor: use readPublished 3baf4be
  • chore(types): update type coverage c890f53
  • use readPublished for types in agoric-cli (#10450) follow-up ## Description Pulled out of https://github.com/Agoric... 3b799b8
  • feat: `TxStatus` const for `StatusManager` states 1376020
  • types: `CctpTxEvidence`, `PendingTx` 646df78
  • test: `MockCctpTxEvidences` and `MockVTransferEvents` fixtures 5e4139c
  • feat: `CctpTxEvidenceShape`, `PendingTxShape` typeGuards 5a7b3d2
  • chore: export `denomHash` helper 1063efd
  • feat: minimal `addressTools` for query param parsing 6f97e13
  • refactor: `getChainInfoByAddress` -> `makeChainAddress` - removes `getChainInfoByAddress` and provides `makeChainAd... 3f71342
  • feat: `StatusManager` scaffold - shows the various `StatusManager` MapStore states updates (`OBSERVED`, `ADVANCED`) ... 980463f
  • feat: `StatusManager` tracks `seenTxs` - use a composite key of `txHash+chainId` to track unique `EventFeed` submiss... f3d1e36
  • and 22 more ...

View on GitHub

erights opened a draft pull request on Agoric/agoric-sdk
feat(vats): ERTP face on orch assets, take 3
Successor to https://github.com/Agoric/agoric-sdk/pull/10443 <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR...
erights created a branch on Agoric/agoric-sdk

markm-orch-purse-3 - monorepo for the Agoric Javascript smart contract platform

erights pushed 15 commits to markm-2598-set-func-proto-undefined endojs/endo
  • feat(compartment-mapper): languageForExtensions options but parameterized on package type c31c31f
  • refactor(compartment-mapper): Remove languageForExtension from link options 0147dce
  • doc(compartment-mapper): Language extensions documentation eb8a9b7
  • test(compartment-mapper): Expand test coverage over lite interfaces 3f6d963
  • docs(compartment-mapper): Workspace language-for-extension options fdde110
  • feat(compartment-mapper): Workspace language-for-extension options 389de7b
  • feat(compartment-mapper): Thread commonjs- and module- languageForExtension options (for TS) (#2625) Refs: #2415 ... 110ab7c
  • feat(bundle-source): Support TypeScript type erasure 88a4fb4
  • chore: Update yarn.lock 91caef7
  • feat(bundle-source): Support TypeScript type erasure (#2627) Closes: #2415 ## Description This change introdu... 83ebf71
  • fix(ses): fix #2598 with cauterizeProperty reuse 6aa1605
  • fixup! doccomment ba5b3eb
  • fixup! review suggestion 9609166
  • fixup! partially thread proper reporter into intrinsics.js 4f7a7fc
  • fixup! move `console` ref around because XS error 6b9c271

View on GitHub

Load more