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/agoric-sdk
thanks; I was struggling in this area

View on GitHub

dckc deleted a branch Agoric/documentation

dc-dapp-refs

dckc pushed 1 commit to main Agoric/documentation
  • dapps guide: point to up-to-date info I've heard that a typical way folks start is by doing a web search for "build ... 1d0c50f

View on GitHub

dckc closed a pull request on Agoric/documentation
dapps guide: point to up-to-date info
rendered: - https://dc-dapp-refs.documentation-7tp.pages.dev/guides/dapps/ I've heard that a typical way folks start is by doing a web search for "build Agoric full stack dapp". Such a search ...
dckc pushed 1 commit to dc-dapp-refs Agoric/documentation
  • dapps guide: point to up-to-date info I've heard that a typical way folks start is by doing a web search for "build ... 3f7a201

View on GitHub

dckc pushed 1 commit to dc-fu-perf Agoric/agoric-sdk
  • test(multichain): Fast USDC perf feat(client-utils): async generator to iterate over blocks chore: UpdateRecord typ... 43e971b

View on GitHub

dckc pushed 3 commits to dc-fu-perf Agoric/agoric-sdk
  • chore(e2e-tools): agd.tx return type 715e070
  • WIP: fu-actors: types ec93fe2
  • WIP: perf: block height, time details 0da8968

View on GitHub

dckc pushed 60 commits to dc-fu-perf 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
  • chore(acceptance): upgrade pp's governor 1c6086c
  • chore(acceptance): remove direct vatId check c962914
  • and 40 more ...

View on GitHub

dckc opened a draft pull request on Agoric/agoric-sdk
perf measurement for Fast USDC in multichain-testing
closes: #10595 ## Description <!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. --> ### Security Considerations <!-- Does thi...
dckc opened an issue on Agoric/agoric-sdk
withdraw calculations don't take encumbered balance into account
## Describe the bug The justification here doesn't seem to take encumbered balance into account https://github.com/Agoric/agoric-sdk/blob/44f449b7fa1c9b8051d98e567c350fce37e33f83/packages/fast-us...
dckc created a branch on Agoric/documentation

dc-dapp-refs - User documentation

dckc created a comment on an issue on Agoric/documentation
Yikes! I just noticed this. good idea. to wit: https://github.com/Agoric/agoric-sdk/blob/master/packages/deploy-script-support/README.md that material should be more prominent than [Bundling Con...

View on GitHub

dckc created a comment on an issue on Agoric/documentation
consider the cost of breaking incoming links when removing stuff. For example, somebody might have used one of these diagrams in one of their blog articles. Of course they took a risk in doing so,...

View on GitHub

dckc pushed 15 commits to dc-fu-wd-fees Agoric/agoric-sdk
  • chore(acceptance): move stakeBld.test.js, apply patches work around endo compatibility of cosmjs packages refs: #10818 0a40e79
  • chore(acceptance): remove s:stake-bld refs: #10818 fix: remove eval.sh from z:acceptance fix(acceptance): document... a4a4683
  • chore(acceptance): document misnaming validator address refs: https://github.com/Agoric/agoric-3-proposals/issues/21... 8eae20c
  • migrate `s:stake-bld` to `z:acceptance` (#10835) closes: #10818 ## Description #10818 talks about moving tests i... 9f46b37
  • feat(fast-usdc): creatorFacet method to withdraw fees - test: 1 positive, 1 negative - liquidity pool: feeRecipien... 9809fe7
  • core(fast-usdc): fix FastUSDCKit['creatorFacet'] type 8974d7d
  • feat(fast-usdc): core eval script to distribute fees 57ff317
  • refactor: extract publishDisplayInfo - prune unused type imports - FastLP token name is decided; prune UNTIL 27989b9
  • chore(boot): snapshot non-trivial FastUSDC metrics move metrics test after advance d56b6fe
  • feat(boot): distribute FastUSDC contract fee builder, test 7776298
  • test: skip fast-usdc in test:xs pending #10847 5472228
  • chore: generateMnemonic() allows caller to inject source of randomness 5ff84e2
  • docs(e2e-tools): note BLD needed for provisionSmartWallet ca5100a
  • refactor(fast-usdc.test): organize imports fa458fa
  • test(multichain): distribute FastUSDC contract fees cfa9f78

View on GitHub

dckc pushed 1 commit to dc-fu-wd-fees Agoric/agoric-sdk
  • test(multichain): distribute FastUSDC contract fees 0fe26a0

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
Do we support something like this? ```suggestion } catch (e) { throw assert.error(`restartContract failed: original contract facets were not durable`, { cause: e }); ...

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
it's a little hard to see the forest for the trees. Part of me would like the uninteresting stuff moved to a separate file, but then I'd have to jump back and forth.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
_after thinking about this a bit, it's probably OK as is. But I'll leave some breadcrumbs..._ can we make it the caller's responsibility to mark it `Far`? Making the record in one place and mark...

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
Is it really the case that the only exception possible is that the facets were not durable? I suppose so... `zcfBaggage.get(...)` is the only thing in the `try`. But if `get(...)` had a bug, we ...

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
I wonder why we're adding `governedContract` to agoricNames.instance

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
module level mutable state. hm. consider using a promise(kit) in `t.context` something like `t.context.governedContractKit.promise` and `.resolver`

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
Is it important to use `.install(...)` rather than `.installBundleID(...)`?

View on GitHub

dckc created a review on a pull request on Agoric/agoric-sdk
Yes, I agree we should merge this. How to validate it on a testnet in an upcoming release is sort of... interesting. It will have no impact until some governed contract gets upgraded. That might...

View on GitHub

dckc created a review on a pull request on Agoric/agoric-sdk
Yes, I agree we should merge this. How to validate it on a testnet in an upcoming release is sort of... interesting. It will have no impact until some governed contract gets upgraded. That might...

View on GitHub

dckc pushed 1 commit to dc-fu-wd-fees Agoric/agoric-sdk
  • fixup! test: distribute FastUSDC contract fees 06be33b

View on GitHub

dckc pushed 1 commit to dc-fu-wd-fees Agoric/agoric-sdk
  • fixup! test: distribute FastUSDC contract fees 36cb715

View on GitHub

dckc pushed 10 commits to dc-fu-wd-fees Agoric/agoric-sdk
  • feat(fast-usdc): core eval script to distribute fees add524c
  • refactor: extract publishDisplayInfo - prune unused type imports - FastLP token name is decided; prune UNTIL adb3884
  • chore(boot): snapshot non-trivial FastUSDC metrics move metrics test after advance 814027d
  • feat(boot): distribute FastUSDC contract fee builder, test 86a5506
  • chore: generateMnemonic() allows caller to inject source of randomness 80343b5
  • refactor(fast-usdc.test): organize imports 180ade1
  • test: distribute FastUSDC contract fees 0f11472
  • test: skip fast-usdc in test:xs pending #10847 1235e04
  • test: distribute FastUSDC contract fees 5c32017
  • docs(e2e-tools): note BLD needed for provisionSmartWallet 45dfb0a

View on GitHub

dckc pushed 2 commits to dc-fu-wd-fees Agoric/agoric-sdk
  • test: distribute FastUSDC contract fees 24535ed
  • test: skip fast-usdc in test:xs pending #10847 61afe3a

View on GitHub

dckc pushed 1 commit to dc-fu-wd-fees Agoric/agoric-sdk
  • fixup! test: distribute FastUSDC contract fees 545fd9f

View on GitHub

dckc pushed 24 commits to dc-fu-wd-fees Agoric/agoric-sdk
  • chore(acceptance): upgrade pp's governor 1c6086c
  • chore(acceptance): remove direct vatId check c962914
  • chore(acceptance): test pp governor, improve naming refs: #10411 970ff70
  • chore: fetch previous incarnations dynamically refs: #10411 fix: forgot to include `null upgrade` fix into the prev... 8c6668f
  • chore(acceptance): upgrade pp's governor (#10817) closes: #10411 ## Description According to #10411 we need to sh... ad2ef34
  • refactor: rename .start.js to .core.js 0a4179b
  • refactor: name start-fast-usdc.build.js b73f699
  • refactor: extract publishFeedPolicy 71f7add
  • refactor: extract inviteOracles 8295bed
  • refactor: extract FastUSDCConfigShape 9e3edbf
  • chore(types): satisfies CoreEvalBuilder 92c9645
  • test: print wallets 7191f0b
  • test: add operators da7c727
  • test of replacing fast-usdc operators (#10834) closes: #10754 ## Description Adds a test for adding new operators ... 7e9048c
  • feat(fast-usdc): creatorFacet method to withdraw fees - test: 1 positive, 1 negative - liquidity pool: feeRecipien... efad63f
  • core(fast-usdc): fix FastUSDCKit['creatorFacet'] type 111e858
  • feat(fast-usdc): core eval script to distribute fees 4539ede
  • refactor: extract publishDisplayInfo - prune unused type imports - FastLP token name is decided; prune UNTIL fbf0da9
  • chore(boot): snapshot non-trivial FastUSDC metrics move metrics test after advance 9c17204
  • feat(boot): distribute FastUSDC contract fee builder, test 32bb1cc
  • and 4 more ...

View on GitHub

Load more