Ecosyste.ms: Timeline

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

dckc

dckc pushed 1 commit to dc-fu-wd-fees Agoric/agoric-sdk
  • fixup! feat(boot): distribute FastUSDC contract fee builder, test 32f643d

View on GitHub

dckc created a review on a pull request on Agoric/agoric-sdk
thanks for asking, but I feel out of my depth here

View on GitHub

dckc pushed 1 commit to dc-fu-wd-fees Agoric/agoric-sdk
  • fixup! chore: regen binary snapshot 21df499

View on GitHub

dckc starred rharish101/dilbert-viewer
dckc created a comment on an issue on Agoric/agoric-sdk
again - https://github.com/Agoric/agoric-sdk/actions/runs/12774852714/job/35610022581?pr=10815#step:28:512

View on GitHub

dckc pushed 10 commits to dc-fu-wd-fees Agoric/agoric-sdk
  • feat(fast-usdc): creatorFacet method to withdraw fees - test: 1 positive, 1 negative - liquidity pool: feeRecipien... c57f455
  • chore: regen binary snapshot 8ce4f3c
  • core(fast-usdc): fix FastUSDCKit['creatorFacet'] type 18485c9
  • feat(fast-usdc): core eval script to distribute fees cf84535
  • chore(boot): snapshot non-trivial FastUSDC metrics move metrics test after advance 7e260df
  • feat(boot): distribute FastUSDC contract fee builder, test 11d5f80
  • chore: generateMnemonic() allows caller to inject source of randomness 436408b
  • refactor(fast-usdc.test): organize imports cd01e0a
  • test: distribute FastUSDC contract fees e63c833
  • test: skip fast-usdc in test:xs pending #10847 cab3fbe

View on GitHub

dckc opened an issue on Agoric/agoric-sdk
Fast USDC bootstrap tests fail on xs-worker with "unsettled value for kpNNNN"
## Describe the bug We've got Fast USDC `boot/` tests that work in node and where the relevant functionality works in an XS worker in a running blockchain (a3p test or multichain-testing) but fa...
dckc created a comment on an issue on ocapn/ocapn
I did some recent prototyping that seems relevant, if somewhat tangentially - https://github.com/cwebber/rockit/pull/4 - currently `c3eb6ac`

View on GitHub

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

View on GitHub

dckc pushed 3 commits to dc-fu-wd-fees Agoric/agoric-sdk
  • fixup! feat(fast-usdc): creatorFacet method to withdraw fees e765c3e
  • fixup! feat(fast-usdc): core eval script to distribute fees dd97304
  • fixup! feat(boot): distribute FastUSDC contract fee builder, test 3f6e7b8

View on GitHub

dckc created a comment on a pull request on Agoric/agoric-sdk
ouch: ``` not ok 23 - fast-usdc › fast-usdc › replace operators %ava-dur=1ms # REJECTED from ava test.serial("replace operators"): (Error#2) # Error#2: unsettled value for kp2494 ``` ht...

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
no, I didn't run into problems. This is left over from an earlier phase where I was avoiding all the builder stuff, since the core-eval is so simple. Then I realized the a3p core eval stuff expe...

View on GitHub

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

View on GitHub

dckc pushed 1 commit to dc-fu-wd-fees Agoric/agoric-sdk
  • test: avoid xs-worker problem in favor of multichain testing dfc33c3

View on GitHub

dckc created a comment on a pull request on Agoric/agoric-sdk
I'm confused... [this test](https://github.com/Agoric/agoric-sdk/actions/runs/12757854760/job/35559098234?pr=10815#step:5:7071) runs fine locally... ``` not ok 19 - fast-usdc › fast-usdc › dist...

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
```suggestion /** @type {{ oracles: Record<string, string> }} */ config, ```

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
The exo's use a default arg for `trace`. The idea appeals to me here to let the caller keep one trace sequence. not sure how worthwhile it is.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
The builder isn't providing a whole `FastUSDCConfig`. See `@satisfies` vs `@type` earlier.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
`board` doesn't seem to be used.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
```suggestion /** @satisfies {CoreEvalBuilder} */ ``` Using `@type` hides type errors around `config`. Maybe not critical, but probably worth fixing.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
You could skip `toExternalConfig` since this is JSON-happy data.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
Is this duplicated? Should it move to `./type-guards.js`?

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
`FastUSDCCorePowers` looks familiar too. move to `types.js`?

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
80 lines of almost completely boilerplate code. This gets boring. The platform is fixed. The platform is fixed. The platform is fixed...

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
The name `addr` threw me off; I assumed it started with `agoric1...` and did a double-take when I got to here. not critical.

View on GitHub

dckc created a review on a pull request on Agoric/agoric-sdk
The tests show that this does what we need. The `@type {CoreEvalBuilder}` vs. `@satisfies {CoreEvalBuilder}` is hiding quite a few type errors. I expect you'll want to clean that up, but I'm OK ...

View on GitHub

dckc pushed 2 commits to dc-fu-wd-fees Agoric/agoric-sdk
  • fixup! feat(fast-usdc): core eval script to distribute fees e56612f
  • fixup! feat(fast-usdc): creatorFacet method to withdraw fees 9107a60

View on GitHub

dckc pushed 0 commits to dc-fu-wd-fees Agoric/agoric-sdk

View on GitHub

dckc pushed 28 commits to dc-fu-wd-fees Agoric/agoric-sdk
  • chore(types): explicit ERTP type imports Previously relied on ambients which weren't always available when the packa... bfdb3e0
  • chore(types): explicit ERTP type imports (#10823) _incidental_ ## Description While working on https://github.com/A... b5d1abe
  • chore: use `.send()` for advances to local chain 8ea6c39
  • chore: `amounts` -> `amount` typo 891d363
  • chore: use send for local transfers (#10827) closes: #10658 ## Description Currently, FUSDC advances to an `agoric1... 78063fc
  • chore: include all ChainPolicies 217a5ab
  • chore: include eventFilter 34228ac
  • chore: chain policies for all chains (#10829) refs: #10714 ## Description - Adds ChainPolicies for all 5 FUSDC chai... 537ffd0
  • tools: fast-usdc bootstrap script utility script to assist with local development. includes: - start contract with o... cb2ca72
  • chore: chain policy rate limits 246919e
  • chore: `attenuatedCttpBridgeAddress` -> `attenuatedCttpBridgeAddresses` - ensure `ChainPolicy` can support multiple ... 1b1b52d
  • chore: fusdc chain policy limits (#10814) closes: #10812 ## Description 1. Adds `rateLimits` to ChainPolicy: ```js ... b58d523
  • fix: omit 'admin' from operator offer result 2fcb21f
  • fix: removeOperator interface b620c78
  • chore: remove makeTestPushInvitation 72cb717
  • refactor: wfd for walletFactoryDriver 3ad8050
  • feat: remove operator 7cc7a5e
  • ability to replace oracle operators in fast-usdc (#10755) refs: #10754 ## Description Add and test the ability to ... d703190
  • feat(fast-usdc): creatorFacet method to withdraw fees - test: 1 positive, 1 negative - liquidity pool: feeRecipien... e0305ae
  • chore: regen binary snapshot 1be5d49
  • and 8 more ...

View on GitHub

dckc pushed 9 commits to dc-fu-wd-fees Agoric/agoric-sdk
  • core(fast-usdc): fix FastUSDCKit['creatorFacet'] type 632cc5b
  • feat(fast-usdc): core eval script to distribute fees 425d0f4
  • chore(boot): snapshot non-trivial FastUSDC metrics move metrics test after advance 7b1e6f5
  • test(boot): distribute FastUSDC contract fees d1e5315
  • chore: generateMnemonic() allows caller to inject source of randomness 15d4a4c
  • refactor(fast-usdc.test): organize imports cf1f0e7
  • chore: import ERTP types cf37a61
  • test: distribute FastUSDC contract fees c6ce342
  • refactor(fast-usdc): publishDisplayInfo is not specific to fast-usdc 9e95057

View on GitHub

Load more