Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
dckc created a comment on an issue on hindley-milner-systems/dapp-ertp-airdrop
I'd appreciate if someone would verify that these tokens can be transferred with `ag tx bank send`. At least manually, if not in ci.
dckc created a comment on a pull request on Agoric/agoric-sdk
I expect to squash at least some of these commits. I iterated on the design a bit and I don't want to throw away the exploration until there's more buy-in on the details.
dckc opened a pull request on Agoric/agoric-sdk
feat(fast-usdc): operator attest cli command
closes: #10567 ## Description Fill in the operator `attest` action and test it. ### Security Considerations none; it writes to stdout ### Scaling / Upgrade Considerations none ...dckc pushed 5 commits to dc-tx-feed-cli Agoric/agoric-sdk
- refactor(fast-usdc): inject io to addOperatorCommands 7a6e73b
- feat(fast-usdc): operator attest cli command using a LegibleCapData blob arg 3aa77b5
- chore(fast-usdc): use an arg for each evidence property cb094bf
- chore: don't kludge fromCapData e17e6d3
- chore: avoid magic strings in attest test 2f06fec
dckc pushed 5 commits to dc-tx-feed-cli Agoric/agoric-sdk
- refactor(fast-usdc): inject io to addOperatorCommands 88f7634
- feat(fast-usdc): operator attest cli command using a LegibleCapData blob arg 692940f
- chore(fast-usdc): use an arg for each evidence property ee95787
- chore: don't kludge fromCapData 6ba7287
- chore: avoid magic strings in attest test 6020d8e
dckc created a branch on Agoric/agoric-sdk
dc-tx-feed-cli - monorepo for the Agoric Javascript smart contract platform
dckc created a comment on a pull request on Agoric/agoric-sdk
I don't get [this ci error](https://github.com/Agoric/agoric-sdk/actions/runs/12133922226/job/33830368672?pr=10609#step:5:634): ``` /home/runner/work/agoric-sdk/agoric-sdk/packages/boot/test/fa...
dckc opened a pull request on Agoric/agoric-sdk
feat(fast-usdc): core-eval to change fastUsdc.feedPolicy
closes: #10507 ## Description - core-eval to update fast-usdc feed policy - policy update support in init-fast-usdc builder script - some refactoring to make stuff available from 2nd cor...dckc created a branch on Agoric/agoric-sdk
dc-fu-policy-update - monorepo for the Agoric Javascript smart contract platform
dckc pushed 1 commit to dc-fc-contract-tests Agoric/agoric-sdk
- chore(fast-usdc): prune testBorrow, testRepay methods 78c2eab
dckc pushed 1 commit to dc-fc-contract-tests Agoric/agoric-sdk
- fixup! chore(fast-usdc): prune testBorrow, testRepay methods ffc0cbc
dckc pushed 2 commits to dc-fc-contract-tests Agoric/agoric-sdk
dckc pushed 1 commit to dc-fc-contract-tests Agoric/agoric-sdk
- fixup! test(fast-usdc): prune testBorrow(...), testRepay(...) tests fbfe008
dckc opened a pull request on Agoric/agoric-sdk
chore(fast-usdc): prune testBorrow, testRepay methods
closes: #10388 refs: #10511 ## Description Prune `testBorrow`, `testRepay` methods along with contract tests that depend on them. - Several tests are largely covered by share-pool-math t...dckc created a branch on Agoric/agoric-sdk
dc-fc-contract-tests - monorepo for the Agoric Javascript smart contract platform
dckc created a review comment on a pull request on Agoric/agoric-sdk
I think it's better to fix the type of `usdc` where it's defined.
dckc created a review comment on a pull request on Agoric/agoric-sdk
I gather we're more likely to have 3 in prod. Is now a good time to update the builder script?
dckc created a review comment on a pull request on Agoric/agoric-sdk
I'd like to get rid of `makeTestPushInvitation` soon. Is it important to use it here? What are your thoughts on when to stop using it? I see you're using the real continuing invitation API below.
dckc created a review comment on a pull request on Agoric/agoric-sdk
```suggestion /** @type {Brand<'nat'>} */ const usdc = agoricNamesRemotes.vbankAsset.USDC.brand; ``` if necessary, add a `@ts-expect-error` here.
dckc created a review on a pull request on Agoric/agoric-sdk
I'd rather see 3 oracle operators and no `makeTestPushInvitation`. What do you think?
dckc created a review on a pull request on Agoric/agoric-sdk
I'd rather see 3 oracle operators and no `makeTestPushInvitation`. What do you think?
dckc created a review on a pull request on Agoric/agoric-sdk
looks good. the comments here are mostly thinking-out-loud. Putting `register-interchain-bank-assets.js` under `packages/builders/scripts` seems pretty odd; it's not a script. So I hope you'l...
dckc created a review on a pull request on Agoric/agoric-sdk
looks good. the comments here are mostly thinking-out-loud. Putting `register-interchain-bank-assets.js` under `packages/builders/scripts` seems pretty odd; it's not a script. So I hope you'l...
dckc created a review on a pull request on Agoric/agoric-sdk
good stuff! cc @samsiegart who is scheduled to make use of this stuff soon
dckc pushed 103 commits to dc-perf-meter Agoric/agoric-sdk
- chore(types): fix 'self' on this in prepareExo 63744cb
- build: license for fast-usdc package 0ca4a94
- fix 'self' in prepareExo (#10557) _incidental_ ## Description Fix the type for `prepareExo` so `this.self` works. ... c951fdc
- test: remove obsolete resm support 960b9dc
- test: simplify test:c8 cmd 9d728cf
- docs: help on code coverage cba42ae
- test: report src files that have zero coverage d99b7d3
- chore(deps): bump c8 to 10.1.2 only breaking change is requiring Node 18+ e3e643c
- chore(deps): yarn-deduplicate 8efce30
- coverage report untested files (and misc cleanup) (#10556) _incidental_ ## Description The main change in this PR i... 5cfb99b
- test: missed --all conversions 9d56156
- test: restore C8_OPTIONS needed for test:c8-all d8ef46c
- docs: how test:c8-all works 3eb1a1d
- fix c8-all (#10559) followup: #10556 ## Description https://github.com/Agoric/agoric-sdk/pull/10556 removed C8_OPTI... 62aabb6
- ci: c8 report all files in {src,tools} ab66c15
- refactor: single script for CI code coverage 476f7a5
- report all files in CI test coverage (#10560) refs: #10559 ## Description https://github.com/Agoric/agoric-sdk/pul... d7a0e3b
- ci: fix 'coverage' job 42bb239
- chore(deps): bump typescript to 5.7 release e63b369
- chore(types): fix Buffer usage in TS 5.7 292d2f3
- and 83 more ...