Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
erights opened a draft pull request on endojs/endo
Markm dont use native harden
Staged on #2675 <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > >...erights created a branch on endojs/endo
markm-dont-use-native-harden - Endo is a distributed secure JavaScript sandbox, based on SES
erights pushed 995 commits to markm-test-w-some-endo-fork Agoric/agoric-sdk
- chore(types): export type * in d.ts A precaution against any runtime-ish symbols being included d7c7f0d
- refactor: inline exports bb5c4f1
- feat(types): export ERTP types fc70c12
- refactor: consistent @enum for enums 9a066a8
- refactor(types): @enum BridgeId 0fa8c9f
- export ERTP types and normalize enum pattern (#10263) refs: #4560 ## Description Exports ERTP types from the packa... dd37e03
- test: restart-send-anywhere 44f5d2f
- refactor: HubName enum c266ddd
- test: no marshaller in bootstrap ca45d69
- refactor: lastSequence dd6fa45
- test: simulate ibc/MsgTransfer ack d2aaff4
- test: 'result' key suffices 721d61f
- misc Orchestration TODOs (#10276) _no ticket_ ## Description Misc TODOs I encountered while working on other ticket... c4690ab
- ci: disable type-aware linting for a3p-integration d62b5d1
- ci: lint a3p-integration e5ec807
- lint: fix lint errors in a3p-integration 09055eb
- lint a3p-integration (#10262) closes: #10238 ## Description Lint a3p-integration for consistency and stopping red ... 4fccb10
- build(deps): bump elliptic from 6.5.5 to 6.5.7 in /multichain-testing Bumps [elliptic](https://github.com/indutny/el... 2558d37
- build(deps): bump elliptic from 6.5.5 to 6.5.7 in /multichain-testing (#10255) Bumps [elliptic](https://github.com/i... 7946226
- feat!: remove orch.makeLocalAccount - closes: #10106 5526337
- and 975 more ...
erights pushed 995 commits to markm-test-w-some-endo-2 Agoric/agoric-sdk
- chore(types): export type * in d.ts A precaution against any runtime-ish symbols being included d7c7f0d
- refactor: inline exports bb5c4f1
- feat(types): export ERTP types fc70c12
- refactor: consistent @enum for enums 9a066a8
- refactor(types): @enum BridgeId 0fa8c9f
- export ERTP types and normalize enum pattern (#10263) refs: #4560 ## Description Exports ERTP types from the packa... dd37e03
- test: restart-send-anywhere 44f5d2f
- refactor: HubName enum c266ddd
- test: no marshaller in bootstrap ca45d69
- refactor: lastSequence dd6fa45
- test: simulate ibc/MsgTransfer ack d2aaff4
- test: 'result' key suffices 721d61f
- misc Orchestration TODOs (#10276) _no ticket_ ## Description Misc TODOs I encountered while working on other ticket... c4690ab
- ci: disable type-aware linting for a3p-integration d62b5d1
- ci: lint a3p-integration e5ec807
- lint: fix lint errors in a3p-integration 09055eb
- lint a3p-integration (#10262) closes: #10238 ## Description Lint a3p-integration for consistency and stopping red ... 4fccb10
- build(deps): bump elliptic from 6.5.5 to 6.5.7 in /multichain-testing Bumps [elliptic](https://github.com/indutny/el... 2558d37
- build(deps): bump elliptic from 6.5.5 to 6.5.7 in /multichain-testing (#10255) Bumps [elliptic](https://github.com/i... 7946226
- feat!: remove orch.makeLocalAccount - closes: #10106 5526337
- and 975 more ...
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- fixup! unhardenable proxies refuse suppressTrapping 7c0edb8
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- fixup! unhardenable proxies refuse suppressTrapping c0d1ae2
erights created a comment on a pull request on endojs/endo
@michaelfig Adding you as an additional reviewer. Please look at least at the changes to eventual-send and captp. Thanks!
erights created a review comment on a pull request on endojs/endo
I'll just state for the record that I predict profiling will not flag a need for this additional optimization. The lazy creation should converge quickly, and once converged has no remaining differe...
erights created a review comment on a pull request on endojs/endo
This first optimizations seems justified as highly likely to make a difference. Any further optimization is, IMO, premature until we have profile data indicating that it is worth the extra complexi...
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- feat(ses,pass-style): use no-trapping integrity level for safety 5bc9589
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- feat(ses,pass-style): use no-trapping integrity level for safety 49d9dfb
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- feat(ses,pass-style): use no-trapping integrity level for safety 86f8a8c
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- feat(ses,pass-style): use no-trapping integrity level for safety 620eeff
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- feat(ses,pass-style): use no-trapping integrity level for safety 55ccd2f
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- feat(ses,pass-style): use no-trapping integrity level for safety 89bbaa5
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- feat(ses,pass-style): use no-trapping integrity level for safety de8232c
erights created a review comment on a pull request on endojs/endo
Changing to ```suggestion Fail`Cannot pass trapping objects like ${inner}. Use harden()`; ``` would technically be more correct. But will less often be understood.
erights created a review comment on a pull request on endojs/endo
Changing this to ```suggestion (!!check && CX(check)`A tagRecord must be no-trapping: ${tagRecord}`)) && ``` is technically more correct. But will be understood much less often.
erights pushed 1 commit to markm-use-no-trapping-shim endojs/endo
- feat(ses,pass-style): use no-trapping integrity level for safety dde0022