Ecosyste.ms: Timeline

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

dckc

dckc created a review on a pull request on Agoric/documentation

View on GitHub

dckc created a review comment on a pull request on Agoric/documentation
yes, this matches [generated reference docs](https://agoric-sdk.pages.dev/interfaces/_agoric_zoe.src_zoeService_types_ambient.ZoeService#getProposalShapeForInvitation)

View on GitHub

dckc created a review on a pull request on Agoric/documentation

View on GitHub

dckc created a comment on a pull request on Agoric/agoric-sdk
ci shows [evidence of the breaking change](https://github.com/Agoric/agoric-sdk/actions/runs/12365070328/job/34509422245?pr=10709#step:13:374): ``` ✘ [fail]: fast-usdc › lp deposits Erro...

View on GitHub

dckc created a comment on an issue on Agoric/agoric-sdk
ci shows [evidence of the breaking change](https://github.com/Agoric/agoric-sdk/actions/runs/12365070328/job/34509422245?pr=10709#step:13:374): ``` ✘ [fail]: fast-usdc › lp deposits Erro...

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
ah. `beforeEach`. I missed that. cool.

View on GitHub

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

View on GitHub

dckc created a comment on an issue on Agoric/agoric-sdk
FastUSDC doesn't depend on multi-hop COA support, right? Maybe split it out and close this?

View on GitHub

dckc closed an issue on Agoric/agoric-sdk
Add widget to simplify future EC slate changes
Future implementation of new EC slates can be even further simplified with the addition of a widget that allows proposer to do a core eval and seat new EC members by specifying the new EC addresses...
dckc created a comment on an issue on Agoric/agoric-sdk
github shows > closed this as completed I'm more inclined to believe... > Closing as 'Not planned'. so I'll re-open and close...

View on GitHub

dckc reopened an issue on Agoric/agoric-sdk
Add widget to simplify future EC slate changes
Future implementation of new EC slates can be even further simplified with the addition of a widget that allows proposer to do a core eval and seat new EC members by specifying the new EC addresses...
dckc pushed 1 commit to dc-fu-autostart Agoric/agoric-sdk
  • fixup! WIP: more generic start 5d5d1eb

View on GitHub

dckc pushed 1 commit to dc-fu-autostart Agoric/agoric-sdk

View on GitHub

dckc pushed 25 commits to dc-fu-autostart Agoric/agoric-sdk
  • chore: `provisionSmartWallet` flake (#10691) ## Description - motivated after observing `cannot read data of publish... 4823e85
  • Save the contractKit for the auctioneer before overwriting it (#10694) refs: #10680 ## Description We misplaced th... 140c1be
  • test: add proposal w/300 E(chainTimerService).getTimerBrand() calls (#10696) ## Description @warner asked for a pro... 3e27c74
  • build(deps): use backport of cosmos-sdk v0.46.15 ab3fcb5
  • fix(cosmic-swingset): expect chain --halt-height exit status > 1 c025cb7
  • build(deps): use backport of cosmos-sdk v0.46.15 (#10704) ## Description Update `cosmos-sdk` dependency to newly ta... 5939b2a
  • refactor(fast-usdc): ContractMeta, Permit Factor out metainfo so that generic .start.js can get it without getting t... c7f7a25
  • refactor(fast-usdc): oracles -> makeAdminRole 9ee1b6d
  • refactor(fast-usdc): superfluous kit. in kit.creatorFacet 166f2b0
  • refactor(fast-usdc): .start: generic issuer / brand handling 6f8c962
  • refactor(fast-usdc): FastUSDCConfigShape -> meta.deployConfigShape e169b76
  • chore(builders): FastUSDCConfigShape moved to .meta 72fda58
  • refactor(fast-usdc): contractName = meta.name ce27449
  • refactor(fast-usdc): generic start tracer 6b21321
  • refactor(fast-usdc): makePrivateArgs .start -> .meta fd17829
  • chore(fast-usdc): punt generic customPrivateArgs 0645127
  • refactor(fast-usdc): CorePowers .start -> .meta 05d5d2b
  • refactor(fast-usdc): produce._name_Kit generic 5f68fb4
  • refactor(fast-usdc): startFastUSDC -> startOrchContract 8e9c6e8
  • refactor(fast-usdc): finishDeploy reconsider ExtraCorePowers: infer from permit a2f6c89
  • and 5 more ...

View on GitHub

dckc created a comment on a pull request on Agoric/agoric-sdk
## psm acceptance flake? in `a3p-integration/proposals/z:acceptance/psm.test.js` https://github.com/Agoric/agoric-sdk/actions/runs/12363738833/job/34505666038?pr=10692#step:10:8349

View on GitHub

dckc opened a draft pull request on Agoric/agoric-sdk
feat: add FastLP to vbank
closes: #10703 refs: #XXXX ## Description <!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. --> ### Security Considerations...
dckc pushed 2 commits to dc-fastlp-vbank Agoric/agoric-sdk
  • test(boot): FastLP/ufastlp is in published.agoricNames.vbankAsset 708c2f0
  • test(boot): FastLP balance not in wallet record 0421cec

View on GitHub

dckc created a branch on Agoric/agoric-sdk

dc-fastlp-vbank - monorepo for the Agoric Javascript smart contract platform

dckc created a comment on a pull request on Agoric/agoric-sdk
overtaken

View on GitHub

dckc closed a draft pull request on Agoric/agoric-sdk
feat(fast-usdc): cli deposit command (WIP)
## Description - [x] add deposit CLI options - [x] fetch USDC brand from vstorage using injected `fetch` - [x] make an offerSpec - [x] make a cosmos message - [ ] sign and broadcas...
dckc created a review on a pull request on Agoric/agoric-sdk
Not speaking for @samsiegart , but I think this is ready.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
For ref, I track this possible optimization in/around.. - #7999

View on GitHub

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

View on GitHub

dckc created a comment on an issue on Agoric/agoric-sdk
possibly out of scope, but while you're in there... I'd like the previousOfferId arg of `governanceDriver.proposeVaultDirectorParamChange` become optional; the function should do the `.find` in the...

View on GitHub

dckc created a comment on an issue on Agoric/agoric-sdk
On second thought, I wonder if `retryUntilCondition` is really going to help: we get `no quorum`, not an empty ready. But the `no quorum` could be the outcome of an earlier question. Be sure ...

View on GitHub

dckc pushed 1 commit to pc/fusdc-multichain-macro Agoric/agoric-sdk
  • test(acceptance): skip make proposal and vote; seems flaky 295e818

View on GitHub

dckc opened an issue on Agoric/agoric-sdk
z:acceptance governance fails/flakes: No quorum
I'm getting a ci failure in an unrelated PR: https://github.com/Agoric/agoric-sdk/pull/10692#issuecomment-2547042803 This `readLatestHead` immediate assumes vstorage updates by the time the d...
dckc created a comment on a pull request on Agoric/agoric-sdk
## **No quorum**: flake in z:acceptance governance? [flake](https://github.com/Agoric/agoric-sdk/actions/runs/12345315961/job/34449230334?pr=10692#step:10:8388)? ``` [z:acceptance] Running t...

View on GitHub

dckc created a comment on a pull request on Agoric/agoric-sdk
> the old `passStyleOf` approach it sure would be nice to be able to refer to that using an issue number.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
using conventional dictionary words for identifiers that have scopes larger than a few lines pays off, IME. "txn" is a sufficiently established term-of-art that I find it acceptable.

View on GitHub

Load more