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
I'd say yes, this fits with existing precedent. Perhaps all those need to change, but until we do, we should stay consistent with our existing practice. Attn @mhofman , is this an additional cas...

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
Only a resource-use threat, yes? No integrity threat. And given "enough" resources, no other availability threat, yes? Under normal circumstances, this promise would always be settled by the end...

View on GitHub

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

View on GitHub

erights pushed 1 commit to markm-test-prepare-with-sham-trapping Agoric/agoric-sdk
  • DNM: test #10795 against endo#2684 sham non-trapping 6e5fa1d

View on GitHub

erights pushed 11 commits to markm-test-prepare-with-sham-trapping Agoric/agoric-sdk
  • chore: `pendingTxs` -> `pendingSettleTxs` 26f5229
  • chore: misc fusdc contract test improvements - verify poolAccount is sender for Advances - verify Advance is Disburs... ac0dd9b
  • chore: only Observed txs are Forwardable ee09228
  • test: mint received while ADVANCING 18f79d0
  • fix: Advancing txs are dequeueable - Advancing txs are dequeueable so `case PendingTxStatus.Advancing:` is reachable... 3c4278d
  • chore: capture `ForwardFailed` state - if Forward (slow transfer) fails, capture the state to distinguish from succe... 69740d2
  • feat: evidence after mint results in forward - Advancer calls `forwardIfMinted` to check for an early matching mint ... 2d2dc7b
  • chore: tx statuses in vstorage - ensure "minted before observed" `Observe` statuses are recorded in vstorage - ensur... 8b18171
  • chore(fusdc): settle `ForwardFailed`, minted while `Advancing`, and minted early txs (#10729) closes: #10625 ## Des... 4c2be7c
  • refactor: prepare for use of non-trapping integrity trait 4d00b72
  • DNM: test 10795 against endo#2684 sham non-trapping 191008c

View on GitHub

erights pushed 10 commits to markm-prepare-for-non-trapping Agoric/agoric-sdk
  • chore: `pendingTxs` -> `pendingSettleTxs` 26f5229
  • chore: misc fusdc contract test improvements - verify poolAccount is sender for Advances - verify Advance is Disburs... ac0dd9b
  • chore: only Observed txs are Forwardable ee09228
  • test: mint received while ADVANCING 18f79d0
  • fix: Advancing txs are dequeueable - Advancing txs are dequeueable so `case PendingTxStatus.Advancing:` is reachable... 3c4278d
  • chore: capture `ForwardFailed` state - if Forward (slow transfer) fails, capture the state to distinguish from succe... 69740d2
  • feat: evidence after mint results in forward - Advancer calls `forwardIfMinted` to check for an early matching mint ... 2d2dc7b
  • chore: tx statuses in vstorage - ensure "minted before observed" `Observe` statuses are recorded in vstorage - ensur... 8b18171
  • chore(fusdc): settle `ForwardFailed`, minted while `Advancing`, and minted early txs (#10729) closes: #10625 ## Des... 4c2be7c
  • refactor: prepare for use of non-trapping integrity trait 4d00b72

View on GitHub

erights opened a draft pull request on endojs/endo
Markm 2684 without native harden
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...
erights created a branch on endojs/endo

markm-2684-without-native-harden - Endo is a distributed secure JavaScript sandbox, based on SES

erights pushed 2 commits to markm-dont-use-native-harden endojs/endo
  • fixup! suppress native-harden.test.js 38616dd
  • fixup! allow conflict on "harden" e08b084

View on GitHub

erights pushed 2 commits to markm-test-prepare-with-sham-trapping Agoric/agoric-sdk
  • refactor: prepare for use of non-trapping integrity trait f43c9e5
  • DNM: test 10795 against endo#2684 sham non-trapping 529ac2d

View on GitHub

erights pushed 2 commits to markm-prepare-for-non-trapping Agoric/agoric-sdk
  • feat(scripts): Rewrite gen-upgrade-proposal.sh (#10590) Fixes #8784 ## Description * script arguments for target re... f4df38c
  • refactor: prepare for use of non-trapping integrity trait f43c9e5

View on GitHub

erights pushed 3 commits to markm-test-prepare-with-sham-trapping Agoric/agoric-sdk
  • feat(scripts): Rewrite gen-upgrade-proposal.sh (#10590) Fixes #8784 ## Description * script arguments for target re... f4df38c
  • refactor: prepare for use of non-trapping integrity trait 65766c2
  • DNM: test 10795 against endo#2684 sham non-trapping e74d6a5

View on GitHub

erights pushed 1 commit to markm-sham-use-sham-no-trapping endojs/endo

View on GitHub

erights pushed 1 commit to markm-test-prepare-with-sham-trapping Agoric/agoric-sdk

View on GitHub

erights opened a draft pull request on Agoric/agoric-sdk
DNM: test 10795 against endo#2684 sham non-trapping
#endo-branch: markm-sham-use-sham-no-trapping Staged on https://github.com/Agoric/agoric-sdk/pull/10795 <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ...
erights created a branch on Agoric/agoric-sdk

markm-test-prepare-with-sham-trapping - monorepo for the Agoric Javascript smart contract platform

erights opened a draft pull request on Agoric/agoric-sdk
refactor: prepare for use of non-trapping integrity trait
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...
erights created a branch on Agoric/agoric-sdk

markm-prepare-for-non-trapping - monorepo for the Agoric Javascript smart contract platform

erights pushed 2 commits to markm-test-w-some-endo-fork Agoric/agoric-sdk
  • make userSeat.getPayout(foo) throw if foo is not present (#10738) closes: #8610 ## Description #8610 explains that... 103e0bc
  • test: test "current" agoric-sdk against some endo fork 407e282

View on GitHub

erights opened a draft pull request on endojs/endo
Markm sham use sham no trapping
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...
erights created a branch on endojs/endo

markm-sham-use-sham-no-trapping - Endo is a distributed secure JavaScript sandbox, based on SES

erights pushed 1 commit to markm-sham-no-trapping endojs/endo
  • blindly suppress mysterious lint complaints d9ec3dd

View on GitHub

erights opened a draft pull request on endojs/endo
Markm sham no trapping
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...
erights created a branch on endojs/endo

markm-sham-no-trapping - Endo is a distributed secure JavaScript sandbox, based on SES

erights pushed 3 commits to markm-test-w-some-endo-fork Agoric/agoric-sdk
  • fix(fast-usdc): recover from bad lp proposal 21d19ba
  • fix(fast-usdc): recover from bad lp proposal (#10787) closes https://github.com/Agoric/agoric-private/issues/234 ##... 7750fde
  • test: test "current" agoric-sdk against some endo fork 7cabc52

View on GitHub

erights pushed 1 commit to markm-dont-use-native-harden endojs/endo
  • fix(ses): dont use native hardener which doesnt yet suppressTrapping 2907df1

View on GitHub

erights pushed 3 commits to markm-dont-use-native-harden endojs/endo
  • docs(marshal): revise cheatsheet to match ocapn (#2668) Closes: #XXXX Refs: - https://github.com/ocapn/ocapn/pull... fdb6074
  • refactor: cleanup type warning (#2680) Closes: #XXXX Refs: #XXXX ## Description Was getting the irritating wa... e02b0f6
  • fix(ses): dont use native hardener which doesnt suppressTrapping 528a9c4

View on GitHub

erights pushed 7 commits to markm-use-no-trapping-pony endojs/endo
  • refactor: cleanup type warning (#2680) Closes: #XXXX Refs: #XXXX ## Description Was getting the irritating wa... e02b0f6
  • refactor: prepare for non-trapping integrity trait c3b3d92
  • feat(non-trapping-shim): as created 8b1d357
  • feat(non-trapping-shim): Ponyfill and shim for non-trapping integrity trait 6445345
  • fixup! reveiwer suggestions b22b8b0
  • fixup! review suggestion 4c095c0
  • feat(ses,pass-style): use non-trapping integrity trait ponyfill for safety 0c13733

View on GitHub

erights pushed 7 commits to markm-use-no-trapping-shim endojs/endo
  • refactor: cleanup type warning (#2680) Closes: #XXXX Refs: #XXXX ## Description Was getting the irritating wa... e02b0f6
  • refactor: prepare for non-trapping integrity trait c3b3d92
  • feat(non-trapping-shim): as created 8b1d357
  • feat(non-trapping-shim): Ponyfill and shim for non-trapping integrity trait 6445345
  • fixup! reveiwer suggestions b22b8b0
  • fixup! review suggestion 4c095c0
  • feat(ses,pass-style): use non-trapping integrity level for safety 82e1233

View on GitHub

Load more