Ecosyste.ms: Timeline

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

erights

erights created a branch on Agoric/proposal-stabilize

markm-stabilize-reform - Proposal for tc39 of new integrity "level" protecting against both override mistakes and proxy reentrancy

erights pushed 3 commits to markm-orch-purse-4 Agoric/agoric-sdk
  • chore(smart-wallet): less noisy watch outcome (#10515) closes: #10513 ## Description Use `when` instead of `asPromi... 98e940d
  • chore(swing-store): Consolidate keyType assertions (#10471) ## Description Minor cleanup noticed in passing. ### Se... d1562a1
  • feat(vats): Mock ERTP face on mock orch assets a04f8e6

View on GitHub

erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk

View on GitHub

erights pushed 16 commits to markm-orch-purse-4 Agoric/agoric-sdk
  • refactor(fast-usdc): FastUSDCTermsShape de91f94
  • feat: uniform configuration with LegibleCapData 968903a
  • feat(fast-usdc): .start.js core-eval w/oracle invitations - orch contract privateArgs as usual - handle config for... 7b6820a
  • feat(builders): fast-usdc builder w/CLI config 9f45a05
  • chore: include noble USDC in orch integration test config 1afe8c6
  • test(boot): fast-usdc core eval 9b29515
  • test(boot): restart fastUSDC c1a0946
  • build(fast-usdc): nothing imports from agoric pkg d71c2b3
  • test(boot): update expected denoms to include noble USDC 639500f
  • feat(fast-usdc): core-eval, builder script (#10477) closes: #10301 ## Description - feat(fast-usdc): .start.js co... 5a4fc01
  • feat: export `OrchestrationPowersShape` - useful for `privateArgsShape` in consuming contracts - renames cosmos `orc... 34b61ea
  • refactor: single type-guards.js file 72f34fc
  • feat: advancer with fees 087f3a8
  • types: throws jsdoc annotation 3771e7f
  • feat: fusdc advancer with fees (#10494) refs: #10390 ## Description - Add `FeeConfig` to `privateArgs` so deployer... 7390224
  • feat(vats): Mock ERTP face on mock orch assets 4b83163

View on GitHub

erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
  • fixup! aha, stuck at burn 3f66cbd

View on GitHub

erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
  • feat(vats): Mock ERTP face on mock orch assets 67094d9

View on GitHub

erights pushed 2 commits to markm-orch-purse-4 Agoric/agoric-sdk
  • chore(cosmic-proto): Add eslint coverage (#10483) ## Description Some higher-level configuration is overriding the l... 5fd303a
  • feat(vats): Mock ERTP face on mock orch assets 80550bb

View on GitHub

erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk

View on GitHub

erights pushed 2 commits to markm-orch-purse-4 Agoric/agoric-sdk

View on GitHub

erights pushed 2 commits to markm-orch-purse-4 Agoric/agoric-sdk

View on GitHub

erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk

View on GitHub

erights pushed 1 commit to markm-orch-purse-4 Agoric/agoric-sdk
  • feat(vats): Mock ERTP face on mock orch assets 4398e3e

View on GitHub

erights opened a draft pull request on Agoric/agoric-sdk
feat(vats): Mock ERTP face on mock orch assets
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > >...
erights created a branch on Agoric/agoric-sdk

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

erights created a comment on an issue on endojs/endo
Update: confirmed as a flake. Didn't fail on reexecution

View on GitHub

erights opened an issue on endojs/endo
possible flake: test loopback gc
As seen at https://github.com/endojs/endo/actions/runs/11874583594/job/33090758261?pr=1538#step:7:72 Suspected as a flake because it succeeds on Node 18.x and 22.4.1 but fails on Node 20.x ![...
erights pushed 34 commits to markm-no-passable-symbols endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 14 more ...

View on GitHub

erights pushed 35 commits to markm-errors-no-new endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 15 more ...

View on GitHub

erights pushed 157 commits to markm-to-throwable endojs/endo
  • feat(trampoline): create @endo/trampoline This package will be used by `@endo/compartment-mapper` and potentially `s... 4406f5d
  • fix(ses): Expose ses/console-shim 8f653b0
  • fix(ses): Expose ses/console-shim (#2460) SES exposes `ses/console-shim.js` in `package.json`, but lacked the “thun... 593dd9e
  • test(ses): Add assert, lockdown, and Compartment to restricted globals But not console, since we do wish to fall thr... 2d604b6
  • fix(ses): Use lexical assert, not global b58cd9b
  • fix(ses): Restrict global assert (#2461) SES restricts access to globals in the lexical scope of SES itself, except... 013dfb8
  • feat(ses): Expose console shim 70dd851
  • feat(ses): Expose ses/console-shim.js for real this time (#2462) Stemming from a confusion in #2460, I find that we ... b139e6f
  • chore: remove redundant node version CI steps 2475048
  • chore: remove redundant node version CI steps (#2458) f61b771
  • test(cli): Fix failing cli tests (#2453) Closes: https://github.com/endojs/endo/issues/2409 Refs: https://github.co... 7948a69
  • ci: no-bail to lint and test all packages a236857
  • test: fix endo-script-format name ef6865c
  • refactor: build without test files 8e65fee
  • test: remove test-* glob e3d5360
  • feat: script to migrate test import filenames to Ava default glob 108939a
  • test: use '_' for non-test test files 355c0cd
  • chore: import test/_ outside test path the automated tool didn't update these paths f403f40
  • test: manual '_' for non-test test files e68a24e
  • simpler test glob (#2456) Closes: #1913 ## Description This set out to use the Ava default file glob (i.e. no ... c101168
  • and 137 more ...

View on GitHub

erights pushed 34 commits to markm-anticipate-disposal endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 14 more ...

View on GitHub

erights pushed 34 commits to markm-mfig-defineExoClassKitFromJSClassKit endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 14 more ...

View on GitHub

erights pushed 34 commits to markm-binary-direct endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 14 more ...

View on GitHub

erights pushed 35 commits to markm-binary endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 15 more ...

View on GitHub

erights pushed 34 commits to markm-to-immutable-3 endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 14 more ...

View on GitHub

erights pushed 35 commits to markm-rank-strings-by-codepoint endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 15 more ...

View on GitHub

erights pushed 35 commits to markm-pattern-based-compression-2 endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 15 more ...

View on GitHub

erights pushed 34 commits to markm-prepare-for-extended-matchers endojs/endo
  • test(ses): Coverage for module source validation eb502c2
  • test(ses): Coverage for module source validation (#2434) ## Description This change increases coverage and consis... a0f9253
  • fix(compartment-mapper): Defer all importHook errors when importing a… (#2610) … dependency if they're intended to b... 28999e8
  • fix(compartment-mapper): top-level "this" is "module.exports" (#2620) For CJS compat, the top-level `this` must be e... a923f4e
  • refactor(compartment-mapper): _prefix unused arguments c8a782a
  • refactor(compartment-mapper): Move type definitions from jsdocs to .d.ts d41739a
  • docs: Converge from @file to @module pragmas aa6c5fb
  • refactor(compartment-mapper): Regularize @module blocks 53394a5
  • fix(compartment-mapper): Relax ERef to Promise 169b9fa
  • fix(compartment-mapper): Thread compartment name to all exit import hooks abd1ddd
  • refactor(compartment-mapper): Flip default checkJs on and remove override directives 905d9da
  • refactor(compartment-mapper): Move types from jsdoc to d.ts (#2622) This refactor converts the JSDoc types in Compar... 6f7f196
  • docs(compartment-mapper): Improve docs for options ee15dc8
  • docs(compartment-mapper): Improve docs for options (#2626) Small improvements to typedocs for some common options. aa6d4b3
  • 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
  • and 14 more ...

View on GitHub

erights created a comment on a pull request on Agoric/agoric-sdk
Closing in favor of https://github.com/Agoric/agoric-sdk/pull/10456

View on GitHub

erights closed a draft pull request on Agoric/agoric-sdk
feat(vats): ERTP face on orch assets
Will be closed in favor of https://github.com/Agoric/agoric-sdk/pull/10456 <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for...
erights pushed 25 commits to markm-orch-purse-3 Agoric/agoric-sdk
  • chore(types): fix TransactionFeedKit 4ee8184
  • refactor: initOperator on creator facet a7bf470
  • feat: makeTestPushInvitation handles evidence 7e99cfa
  • feat: operators evidence flows through feed 2161a6f
  • feat: publish when all oracle operators agree d06ae2b
  • FU transaction feed aggregation (#10489) closes: #10457 ## Description This implements aggregation of the evidence... 1682675
  • chore: Better accommodate non-GNU sed (#10482) ## Description Always use `sed -i …` vs. `sed -i ''` as appropriate, ... b2a7540
  • types: .deposit returns Amount<'nat'> d1d7829
  • feat: `Advancer` exo behaviors - refs: #10390 4cd2f3f
  • feat: `getQueryParams` takes shape parameter 99707ef
  • feat: fusdc advancer (#10420) refs: #10390 ## Description - [x] advancer performs balance check - [x] advancer requ... 40ad937
  • chore(agoric-cli): Type-check *.js files ec5fa38
  • chore(agoric-cli): Fix type errors 7a783fa
  • chore(agoric-cli): Type-check *.js files (#10481) ## Description Includes agoric-cli *.js files in type checking. #... be80150
  • refactor: bin.js for CLI bin script 585df6b
  • test: use execa for CLI output 257a48b
  • test: always endo/init/debug 7a08e29
  • FU test improvements (#10497) _incidental_ ## Description Restores the Ava config option that always enables `@endo... ef0668a
  • build: Downgrade execa to 9.1.0 for Node.js 18.18 support (#10500) ## Description Version ^18.19.0 is required by ex... 76ad0fc
  • chore(a3p-integration): Fix types in z:acceptance 977810a
  • and 5 more ...

View on GitHub

Load more