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
> In what way would that be better? It doesn't throw away the details of `e`. Note especially `{ cause: e }`
dckc pushed 2 commits to dc-fu-wd Agoric/agoric-sdk
dckc pushed 2 commits to dc-fu-wd Agoric/agoric-sdk
dckc pushed 3 commits to dc-fu-perf Agoric/agoric-sdk
dckc created a review comment on a pull request on Agoric/agoric-sdk
this whole file is now gone in favor of `makeQueryClient`
dckc created a review comment on a pull request on Agoric/agoric-sdk
@0xpatrickdev you suggested ```ts import type { BlockSDKType } from '@agoric/cosmic-proto/tendermint/types/block.js'; ``` but that type doesn't match; for `block.header.time`, it has `{ ...
dckc pushed 1 commit to dc-fu-perf Agoric/agoric-sdk
- fixup! feat(client-utils): makeIntervalIterable, makeBlocksIterable 8e83e97
dckc created a review comment on a pull request on Agoric/documentation
Should `.install(...)` be deprecated except for testing? Discussion such as https://github.com/Agoric/agoric-sdk/issues/3269#issuecomment-1015905659 makes it clear that we aim to keep bundles ou...
dckc created a review on a pull request on Agoric/documentation
I have some suggestions; none critical.
dckc created a review comment on a pull request on Agoric/documentation
coreEval happens on chain. Bundle generation happens off-chain in a builder script. I suggest linking to [bundling a contract](https://docs.agoric.com/guides/zoe/contract-walkthru.html#bundling-...
dckc created a review on a pull request on Agoric/documentation
I have some suggestions; none critical.
dckc opened a draft pull request on Agoric/agoric-sdk
fix(fast-usdc): withdraw all liquidity while ADVANCING
closes: #10856 ## Description So far, I confirmed that the bug exists. - [x] test (failing) - [ ] fix ### Security Considerations <!-- Does this change introduce new assumptions or ...dckc created a branch on Agoric/agoric-sdk
dc-fu-wd - monorepo for the Agoric Javascript smart contract platform
dckc created a comment on an issue on dckc/awesome-ocap
> [@dckc](https://github.com/dckc) In case you're unaware, [@zenhack](https://github.com/zenhack) tragically passed away a bit over 18 months ago, Very much aware. Hence the "Sigh..." [above](#iss...
dckc pushed 1 commit to dc-fu-perf Agoric/agoric-sdk
- fixup! test(multichain): fast-usdc performance da1ba0d
dckc pushed 2 commits to dc-fu-perf Agoric/agoric-sdk
dckc created a review on a pull request on Agoric/agoric-sdk
I see this is just a draft, but in case I don't remember to come back to it, I'm flagging compatibility as an important thing to think through.
dckc created a review on a pull request on Agoric/agoric-sdk
re Upgrade Considerations - it seems like this gets deployed next time vat-bank and/or the provision pool are upgraded. I'm fuzzy on our plans for that.
dckc pushed 17 commits to dc-fu-perf Agoric/agoric-sdk
- feat: enable faucet on agoric 30143fc
- refactor: generic relayer tools 5c432de
- feat: support go-relayer `rly` commands 23115f6
- chore: rename `gaia*` to `cosmoshub*` - to match ChainName conventions used in `@cosmos/chain-registry` cc41536
- ci: test against go-relayer - adds dispatch jobs to test orchestration-api and fusdc test suites against go-relayer ca78eab
- ci: multichain-testing with `go-relayer` (#10182) closes: #10179 ## Description Ensures compatibility with [go-rel... fdc566c
- chore: fix advance available condition 58c2291
- chore: fix advance available condition (#10860) incidental ## Description Ensure test condition properly validates ... 371f6f3
- chore: remove `maxVariable` from `FeeConfig` 003861a
- chore: fusdc remove `maxVariable` from `FeeConfig` (#10859) closes: #10858 ## Description remove `maxVariable` (cap... 2288a0c
- fix(multichain-testing, ci): update starship helm chart repo URL 52cd081
- fix(multichain-testing): update starship helm chart repo URL (#10863) closes: https://github.com/Agoric/agoric-sdk/i... b1998a7
- feat(client-utils): makeAPI 45e7f61
- feat(client-utils): makeIntervalIterable, makeBlocksIterable a7a7f85
- feat(multichain/tools): executeOfferTx does not wait for completion - wdr.deposit.getAddress() - agd types 64ce65e
- chore: fixup distribute: test.serial, ordering b464098
- test(multichain): fast-usdc performance - advanceAndSettleScenario: check estimated mainnet wall-clock time - when... afa1a7a
dckc created a comment on an issue on zenhack/ocap-merkledag
> ... I'm definitely intrigued what you are looking to do here. incremental back-up... or something. It's been on my wish list for a few years: - https://github.com/dckc/awesome-ocap/issues/52
dckc pushed 1 commit to dc-fu-perf Agoric/agoric-sdk
- fix(multichain-testing, ci): update starship helm chart repo URL b762a8c
dckc opened an issue on zenhack/ocap-merkledag
struggling to build
After some struggles to `make webui`, I'm getting: ```console ~/projects/ocap-merkledag$ go build ./... # zenhack.net/go/ocap-md/pkg/diskstore/protocol pkg/diskstore/protocol/protocol.go:42:29: ca...dckc pushed 5 commits to dc-fu-perf Agoric/agoric-sdk
- feat(client-utils): makeAPI 952dbc1
- feat(client-utils): makeIntervalIterable, makeBlocksIterable 6972504
- feat(multichain/tools): executeOfferTx does not wait for completion - wdr.deposit.getAddress() - agd types 0725385
- chore: fixup distribute: test.serial, ordering b19e2d9
- test(multichain): fast-usdc performance - advanceAndSettleScenario: check estimated mainnet wall-clock time - when... d17705b