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/agoric-sdk
`give` is not optional when withdrawing. again, let's factor this helper out of... https://github.com/Agoric/agoric-sdk/blob/f0ccde6550d7f0d22fd489205cb12a6598faa2c9/packages/fast-usdc/src/cl...
dckc created a review comment on a pull request on Agoric/agoric-sdk
```suggestion USDC: { ```
dckc created a review comment on a pull request on Agoric/agoric-sdk
Let's please stop using `BoardRemote` and hence `AgoricNamesRemotes`. Just use the ordinary types like `Brand`. ref - #10491
dckc created a review comment on a pull request on Agoric/agoric-sdk
`want` is required, and the keyword is `USDC`, not `Deposit`. I'd like us to re-use the existing fast usdc deposit type as in: https://github.com/Agoric/agoric-sdk/blob/f0ccde6550d7f0d22fd489...
dckc created a review on a pull request on Agoric/agoric-sdk
Let's factor the offer makers out of existing code. And as a result, let's leave `BoardRemote` behind and go from `Number` to ERTP ratio early.
dckc created a review on a pull request on Agoric/agoric-sdk
Let's factor the offer makers out of existing code. And as a result, let's leave `BoardRemote` behind and go from `Number` to ERTP ratio early.
dckc created a review comment on a pull request on Agoric/agoric-sdk
It still feels strange for client-utils to depend on fast-usdc. Should it depend on dapp-offer-up and dapp-agoric-basics likewise? It seems like fast-usdc should extend the type from client-utils.
dckc created a review comment on a pull request on Agoric/agoric-sdk
do you want to get rid of the type annotation while you're at it?
dckc created a review comment on a pull request on Agoric/agoric-sdk
good catch! What prompted it, I wonder?
dckc created a review comment on a pull request on Agoric/agoric-sdk
A lot of the relevant code expects not just a `Brand` but a `Brand<'nat'>` or `Brand<'set'>`. https://github.com/Agoric/agoric-sdk/blob/b2cb709533024613178948b2b291ce4b9b490932/multichain-testin...
dckc created a review comment on a pull request on Agoric/agoric-sdk
the name... does it refer to "the record you'll get from vstorage if you query the contract's node"? docstring, please?
dckc created a review comment on a pull request on Agoric/agoric-sdk
I'm not sure JSON output from `agd` always directly corresponds with protobuf stuff. I wouldn't be surprised if it does in this case, but did you happen to verify experimentally? Or maybe there's a...
dckc opened an issue on Agoric/agoric-sdk
Fast USDC load test
## What is the Problem Being Solved? Our tests to date tear down the world after a handful of operations. We don't know the impact on the chain under sustained load. ## Description of the Design ...dckc opened an issue on DCFoundation/cosmos-proposal-builder
[🐞 Bug:] Error: "produce" not permitted, only ["consume"] in Add Vault Collateral Type
### Describe the Bug When trying to add a new vault Collateral, @otoole-brendan got nothing new in the vstorage viewer. I looked in the logs and found an error. ### To Reproduce 1. start an a3p ...dckc closed a pull request on Agoric/dapp-orchestration-basics
fix(ui): more relevant title
fixes #65dckc created a comment on an issue on Agoric/dapp-orchestration-basics
This doesn't seem worth tracking separately from issues such as... - #54 - #30
dckc closed an issue on Agoric/dapp-orchestration-basics
Polish dapp-orchestraion-basics
Per Luqi's comment sin the devrel project management meeting Makefile consistency Make a decision on if we should keep it Coding style polishmentdckc created a comment on an issue on Agoric/dapp-orchestration-basics
I'm not quite sure about the scope of this, but the comment above says it's fixed.
dckc closed an issue on Agoric/dapp-orchestration-basics
Local Contract Installation & Testing
Finally got the bundle to install, with ```yarn start:contract``` installing into agoriclocal running inside of agoriclocal-genesis=0 pod, from ```multichain-testing```: ``` ...dckc created a branch on Agoric/dapp-orchestration-basics
dc-ui-title - Agoric Orchestration Sample dApp