Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
dckc created a review comment on a pull request on Agoric/dapp-offer-up
Removing a container is irreversible, right? So if somebody happened to have a container named `agdc` running when trying out our stuff, this would remove it, yes? That doesn't seem fail-safe; it s...
dckc created a review comment on a pull request on Agoric/dapp-offer-up
Does this work if somebody clones `dapp-offer-up` but uses something like `demo` as the directory name? Does `yarn create @agoric/dapp demo` (from [getting started](https://docs.agoric.com/guide...
dckc created a review on a pull request on Agoric/dapp-offer-up
I'm particularly curious how this works with `yarn create @agoric/dapp demo`.
dckc created a review on a pull request on Agoric/dapp-offer-up
I'm particularly curious how this works with `yarn create @agoric/dapp demo`.
dckc created a comment on an issue on dckc/madmode-blog
also: - [Unread](https://www.diigo.com/user/dckc-madmode?unread=yes) , which I use as a someday pile / todo list / inbox
dckc opened an issue on dckc/madmode-blog
syndicate bookmarked items such as nix security issue
- https://github.com/NixOS/nixpkgs/issues/13515 See also: - [#syndicate](https://www.diigo.com/user/dckc-madmode?query=%23syndicate) - [#PESOS](https://www.diigo.com/user/dckc-madmode?query=%...dckc opened an issue on dckc/awesome-ocap
automated python refactoring for ocap discipline
https://github.com/kensanata/mastodon-archive is a typical python project. idea: teach aider about [DisciplinedPython](https://github.com/dckc/awesome-ocap/wiki/DisciplinedPython) and have it refa...dckc pushed 6 commits to axelar-spike Agoric/agoric-sdk
- refactor: axelar-testnet fixture 86d34cb
- test: reverse engineer uausdc denom fe0c73f
- WIP: contract relays EVM chains via osmosis - send to 0x20... on avalanche rather than hot1destAddr - prune 3 sub-... 0a8c615
- WIP: better diagnostics for missing bridge message dedc060
- WIP: add some XXX marks de7790f
- WIP: toward handling relevant asset (AUSDC) - registerAUSDC(...) adds vbank, agoricNames - add to assetInfo in p... c3807f7
dckc pushed 3 commits to axelar-spike Agoric/agoric-sdk
dckc pushed 7 commits to axelar-spike Agoric/agoric-sdk
- docs: AXELAR_GMP_ADDRESS d9b8caf
- WIP: axelarTransferMemo(...), AxelarTestNet @satisfies AxelarConfig d09ca34
- refactor: axelar-testnet fixture 4859dc0
- test: reverse engineer uausdc denom 6c797de
- fixup! refactor: axelar-testnet fixture b3a5026
- fixup! refactor: axelar-testnet fixture 926c268
- WIP: contract relays EVM chains via osmosis - send to 0x20... on avalanche rather than hot1destAddr - prune 3 sub-... f8e0fb3
dckc pushed 1 commit to dc-fu-wd Agoric/agoric-sdk
- fixup! test(fast-usdc): withdraw all liquidity while ADVANCING fdef1b5
dckc created a review comment on a pull request on Agoric/agoric-sdk
> It's not immediately clear what the connection is between [proposal for deposit] and the pool allocation. The connection is that `proposal.give` is what the deposit handler transfers into the ...
dckc created a review comment on a pull request on Agoric/agoric-sdk
OK. I'm generally reluctant to commit to specific error messages in our API, but don't suppose I have a solid justification.
dckc created a review comment on a pull request on Agoric/agoric-sdk
`q(...)` renders them. for [example](https://github.com/Agoric/agoric-sdk/actions/runs/12901768576/job/35974442069?pr=10870#step:14:1881): ``` RemoteError(error:captp:far-zoeTest#20001)#3: cann...
dckc created a review comment on a pull request on Agoric/agoric-sdk
So _all_ of the relevant state is in a side table? There's no exo state schema evolution monkey business? That's awfully convenient.
dckc created a review on a pull request on Agoric/agoric-sdk
looks ok from a quick skim. I should think it thru some more before approving
dckc created a review on a pull request on Agoric/agoric-sdk
looks ok from a quick skim. I should think it thru some more before approving
dckc created a review comment on a pull request on Agoric/documentation
```suggestion 4. The contract instructs Zoe to [reallocate](/reference/zoe-api/zoe-contract-facet#zcf-atomicrearrange-transfers) assets among the parties. ``` cf [writing links](https://github...
dckc created a review comment on a pull request on Agoric/documentation
the corresponding .svg should be regenerated. it shows up in _Specifying Offers_ https://10871-excisereallocate.documentation-7tp.pages.dev/guides/getting-started/contract-rpc.html#specifying...
dckc created a review on a pull request on Agoric/documentation
approved presuming you'll make the requested changes
dckc created a review on a pull request on Agoric/documentation
approved presuming you'll make the requested changes
dckc created a comment on a pull request on Agoric/agoric-sdk
## Latency under 2 min for 3 advances We measured the latency between start of OCW submission and receipt of advanced funds for 3 destinations: | Dest | Blocks | Latency<br/>(~1 sec blocks) |...
dckc created a comment on an issue on Agoric/documentation
@yribero ran into this today... got "not writeable"
dckc pushed 7 commits to dc-fu-perf Agoric/agoric-sdk
- feat(orchestration): add more chain infos for fusdc bcc450c
- feat(orchestration): add more chain infos for fusdc (#10845) closes https://github.com/Agoric/agoric-sdk/issues/1073... 8fb6eaf
- feat(client-utils): makeIntervalIterable, makeBlocksIterable 16585a3
- feat(multichain/tools): executeOfferTx does not wait for completion - wdr.deposit.getAddress() - agd types 25e0ce1
- chore: fixup distribute: test.serial, ordering b825756
- test(multichain): fast-usdc performance - advanceAndSettleScenario: check estimated mainnet wall-clock time - when... 7917e05
- refactor: reuse agoricNamesQ, fastLQP 2c79e74
dckc pushed 15 commits to dc-fu-perf Agoric/agoric-sdk
- chore(types): BridgeMessage and CoreEvalAction 339fd44
- refactor(types): PleaseProvisionAction 95e7617
- refactor(types): VbankBalanceUpdateAction 7e0b825
- fix: nonce handling in vbank 01ee862
- lint(types): typecheck d.ts in cosmic-swingset 65e15b9
- feat(types): BridgeMessage ActionContext 4c7a89e
- test: correct fromBridge calls 6da7328
- BridgeMessage types (#8544) _incidental_ ## Description Define a union type for for BridgeMessage that a `fromBrid... 785e426
- test: allow workerThreads in swingset-vat 0ec6731
- test: allow workerThreads in swingset-vat (#10848) closes: #9392 ## Description Try enabling `workerThreads` (Ava ... 3d4f71f
- feat(client-utils): makeIntervalIterable, makeBlocksIterable c85c423
- feat(multichain/tools): executeOfferTx does not wait for completion - wdr.deposit.getAddress() - agd types b39d738
- chore: fixup distribute: test.serial, ordering 1af9a75
- test(multichain): fast-usdc performance - advanceAndSettleScenario: check estimated mainnet wall-clock time - when... 555e047
- refactor: reuse agoricNamesQ, fastLQP 41a449c
dckc pushed 5 commits to dc-fu-perf Agoric/agoric-sdk
- feat(client-utils): makeIntervalIterable, makeBlocksIterable b784dc4
- feat(multichain/tools): executeOfferTx does not wait for completion - wdr.deposit.getAddress() - agd types 9227f18
- chore: fixup distribute: test.serial, ordering 22de2d8
- test(multichain): fast-usdc performance - advanceAndSettleScenario: check estimated mainnet wall-clock time - when... f317309
- refactor: reuse agoricNamesQ, fastLQP 0040b58