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 on a pull request on Agoric/agoric-sdk

View on GitHub

erights created a comment on an issue on endojs/endo
For a lint rule, I suggest something even weaker. Rather than noticing `M.something(...)` expressions specifically, notice (at least top level) declarations initialized to literal expressions, such...

View on GitHub

erights pushed 1 commit to markm-orch-type-guards Agoric/agoric-sdk
  • fix(orchestration): harden exported patterns 52db2ee

View on GitHub

erights pushed 1 commit to markm-orch-type-guards Agoric/agoric-sdk

View on GitHub

erights pushed 2 commits to markm-orch-type-guards Agoric/agoric-sdk
  • test(fast-usdc): fix cli test regex (#10486) The regex only matched home dirs starting with "home", which broke on @... 2561fb9
  • fix(orchestration): harden exported patterns 1edc00a

View on GitHub

erights pushed 1 commit to markm-orch-type-guards Agoric/agoric-sdk

View on GitHub

erights pushed 1 commit to markm-orch-type-guards Agoric/agoric-sdk

View on GitHub

erights pushed 1 commit to markm-orch-type-guards Agoric/agoric-sdk

View on GitHub

erights pushed 1 commit to markm-orch-type-guards Agoric/agoric-sdk

View on GitHub

erights pushed 1 commit to markm-orch-type-guards Agoric/agoric-sdk

View on GitHub

erights created a review comment on a pull request on Agoric/agoric-sdk
I did revert, but then I borrowed various improvements that came from your variant.

View on GitHub

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

View on GitHub

erights pushed 26 commits to markm-orch-type-guards Agoric/agoric-sdk
  • chore(agoric-cli): Document external consumption of gettingStartedWorkflowTest (#10475) ## Description Without this,... ff8c142
  • feat(fast-usdc): stub transfer cli command 1b64d82
  • feat(fast-usdc): stub config cli command 81e14b2
  • feat(fast-usdc): implement config cli command d121e1d
  • feat(fast-usdc): implement transfer cli command 504818f
  • refactor(fast-usdc): use file objects rather than paths f0f76db
  • test(fast-usdc): test cli transfer cac96bb
  • chore(fast-usdc): use import rather than typedef 9b06146
  • fix(fast-usdc): use correct address format in cli d225974
  • fix(fast-usdc): ensure cli non-zero exit code on failure 6c0e77b
  • chore(fast-usdc): docs and hardening 992a56d
  • chore(fast-usdc): add type to util fn 52033cf
  • fix(fast-usdc): fix url encoding d46cefd
  • Fast USDC CLI: Transfer (#10437) refs https://github.com/Agoric/agoric-sdk/issues/10339 ## Description - Adds a `c... 511b789
  • feat(sync-tools): add method to wait until offer exited rel: https://github.com/Agoric/BytePitchPartnerEng/issues/38 c9370f2
  • test(sync-tools): update snapshot rel: https://github.com/Agoric/BytePitchPartnerEng/issues/38 b09ae6f
  • chore(sync-tools): improve makeQueryWalletCurrent and JSDoc annotations 7f4de7c
  • feat(sync-tools): add method to wait until offer has exited (#10462) closes: https://github.com/Agoric/BytePitchPart... 3852448
  • refactor: fewer irritating warnings (#10464) closes: #XXXX refs: #XXXX ## Description I noticed at the bottom of h... 493b453
  • docs: oracles 642a057
  • and 6 more ...

View on GitHub

erights created a review comment on a pull request on Agoric/agoric-sdk
Hi @turadg , the extra `harden` should only appear when the declared variable is not already obviously initialized to a hardened value. For all `M.something(...)`, we should assume that it produces...

View on GitHub

erights pushed 11 commits to markm-fewer-warnings Agoric/agoric-sdk
  • docs(deploy-script-support): Cleanup README 17d1032
  • docs(deploy-script-support): Cleanup README (#10468) ## Description Fixing some issues noticed while working on #104... 45bab17
  • ci: Retain complete a3p-integration directories and resulting slogfiles e37d6df
  • chore(scripts): Improve organization 1f88aff
  • ci: Retain complete a3p-integration directories and resulting slogfiles (#10446) ## Description Extracted from #1016... c27cc4f
  • refactor(a3p-integration): Document build-submission.sh w.r.t. package.json "agoricProposal" Also document build-all... 02f371c
  • docs(a3p-integration): Better describe core-eval generation c0c5b84
  • refactor(a3p-integration): Document and clean up core-eval generation (#10466) ## Description Resolving some confusi... d727cf9
  • fix(ertp): remove unneeded ertp type imports (#10467) closes: #XXXX refs: #XXXX ## Description For some reason, vs... e96ff82
  • chore(agoric-cli): Document external consumption of gettingStartedWorkflowTest (#10475) ## Description Without this,... ff8c142
  • refactor: fewer irritating warnings 88bebf6

View on GitHub

erights pushed 1 commit to markm-fewer-warnings Agoric/agoric-sdk

View on GitHub

erights pushed 1 commit to markm-fewer-warnings Agoric/agoric-sdk
  • fixup! review suggestions 8641405

View on GitHub

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

View on GitHub

erights pushed 1 commit to markm-fewer-warnings Agoric/agoric-sdk
  • fixup! review suggestions 1bb3213

View on GitHub

erights created a comment on an issue on Agoric/agoric-sdk
Confirmed that it is a flake. Went away of reexecution with no other changes.

View on GitHub

erights created a comment on a pull request on Agoric/agoric-sdk
As suggested, https://github.com/Agoric/agoric-sdk/pull/10464 would now globally suppress no-constant-condition, by borrowing that portion of this PR.

View on GitHub

erights created a comment on a pull request on Agoric/agoric-sdk
All suggestions addressed. PTAL

View on GitHub

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

View on GitHub

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

View on GitHub

erights pushed 1 commit to markm-fewer-warnings Agoric/agoric-sdk
  • fixup! review suggestions 5c522cf

View on GitHub

erights created a review comment on a pull request on Agoric/agoric-sdk
Nevermind. I'm borrowing the answer from https://github.com/Agoric/agoric-sdk/pull/9361 . Thanks!

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
With the change, the explicit `enumerable: false,` is needed. ```suggestion enumerable: false, ```

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
x

View on GitHub

Load more