Ecosyste.ms: Timeline

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

dckc

dckc pushed 16 commits to dc-tx-feed-cli Agoric/agoric-sdk
  • feat: register interchain bank assets proposal - create `register-interchain-bank-assets.js` for multichain-testing ... 0e20707
  • chore: pfm timeout is Go time duration string 5cafda6
  • test: `faucetTools.fundFaucet` - adds helper to fund agoric faucet with interchain tokens - allows callers to reques... 57cc060
  • test: send-anywhere pfm scenarios 748883d
  • test: `send-anywhere` pfm scenarios (#10591) closes: #9966 closes: #10445 ## Description Adds multi-hop (PFM) scena... cf1d435
  • refactor(fast-usdc): inject io to addOperatorCommands 5d4f84c
  • feat(fast-usdc): operator attest cli command using a LegibleCapData blob arg 448aa3a
  • chore(fast-usdc): use an arg for each evidence property c6a2123
  • chore: don't kludge fromCapData f1df99f
  • chore: avoid magic strings in attest test 11df834
  • refactor: mockStream, concise flags 843ad24
  • refactor: move mockStream(...) to fast-usdc/tools/ ccb969e
  • refactor: move flags() to fast-usdc/tools/ 8674c75
  • chore: use AGORIC_NET for agoric RPC endpoint in transfer cmd 13e68a9
  • docs(fast-usdc): add cli help text re AGORIC_NET 4c92dbb
  • chore(fast-usdc): regen snapshots with AGORIC_NET docs 918eabe

View on GitHub

dckc pushed 11 commits to dc-tx-feed-cli Agoric/agoric-sdk
  • refactor(fast-usdc): inject io to addOperatorCommands 903a97f
  • feat(fast-usdc): operator attest cli command using a LegibleCapData blob arg 6949d34
  • chore(fast-usdc): use an arg for each evidence property 459112f
  • chore: don't kludge fromCapData bf05ddb
  • chore: avoid magic strings in attest test 74136f3
  • refactor: mockStream, concise flags 1f9b6c4
  • refactor: move mockStream(...) to fast-usdc/tools/ 5160641
  • refactor: move flags() to fast-usdc/tools/ f0a0a10
  • chore: use AGORIC_NET for agoric RPC endpoint in transfer cmd b3497dd
  • docs(fast-usdc): add cli help text re AGORIC_NET 907df3e
  • chore(fast-usdc): regen snapshots with AGORIC_NET docs c604726

View on GitHub

dckc pushed 1 commit to dc-tx-feed-cli Agoric/agoric-sdk
  • chore(fast-usdc): regen snapshots with AGORIC_NET docs 0a22dd2

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
I guess I'm not familiar with when to use `global`. I don't recall using it. Checking [nodejs docs](https://nodejs.org/api/globals.html#global), I see: > [Stability: 3](https://nodejs.org/api/do...

View on GitHub

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

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
separate script is ~60 lines... about half is duplicated. Not so much that it's worth coupling the two purposes.

View on GitHub

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

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
yes, but this way, we get a pattern mismatch diagnostic instead of a "can't get .options property of undefined" error. It's evidently not worth the bother, though. taking it out.

View on GitHub

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

View on GitHub

dckc pushed 2 commits to dc-fu-policy-update Agoric/agoric-sdk
  • chore(builders): separate fast-usdc-update from init-fast-usdc 3cfbcc4
  • fixup! test(boot): core-eval to change fastUsdc.feedPolicy 2f1b540

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
yes, [custom option callbacks](https://www.npmjs.com/package/commander#custom-option-processing) are called with a string. annotated.

View on GitHub

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

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
Ok. I migrated `transfer` to use AGORIC_NET and added an epilogue to the help text for all commands: ``` $ yarn -s fast-usdc transfer --help Usage: fast-usdc transfer [options] <amount> <dest>...

View on GitHub

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

View on GitHub

dckc pushed 6 commits to dc-tx-feed-cli Agoric/agoric-sdk
  • refactor: move mockStream(...) to fast-usdc/tools/ d7af118
  • refactor: move flags() to fast-usdc/tools/ 87ae12e
  • chore: use AGORIC_NET for agoric RPC endpoint in transfer cmd 6ceee36
  • docs(fast-usdc): add cli help text re AGORIC_NET f28ce21
  • fixup! chore(fast-usdc): use an arg for each evidence property a054e48
  • fixup! chore: don't kludge fromCapData 26ebecb

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
My impression is that `globalThis` is more portable than `global`: > The `globalThis` property provides a standard way of accessing the global this value (and hence the global object itself) acr...

View on GitHub

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

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
I do hope `@agoric/client-utils` will sort of standardize on the `signAndBroadcast(addr, [msg], ...)` API. It's an interface that can be implemented using either `agd` or keplr. something like: ...

View on GitHub

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

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
yes. it doesn't seem to belong in `builder/scripts/` not a hill I'd die on.

View on GitHub

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

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
yeah; don't worry about it for this PR

View on GitHub

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

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
_init_ is a misnomer anyway. - #10490

View on GitHub

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

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
I could rename it to `fast-usdc.builder.js`. I'll try a separate script first to see how much code duplication there is.

View on GitHub

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

View on GitHub

dckc pushed 1 commit to dc-fu-policy-update Agoric/agoric-sdk
  • chore(deps): boot depends on fast-usdc fa59f08

View on GitHub

dckc pushed 1 commit to dc-tx-feed-cli Agoric/agoric-sdk
  • refactor: mockStream, concise flags 42ff38f

View on GitHub

dckc pushed 9 commits to dc-fc-contract-tests Agoric/agoric-sdk
  • build(deps): bump typescript to 5.6.2 making compatible with root tsconfig 3f281bb
  • ci: lint types 824988a
  • build: typedef for generated file b096f13
  • chore(deps): bump node types for correct Buffer 99dab6f
  • ci: simplify lint commands 9127f37
  • chore(types): ts-check a62f80c
  • lint multichain-testing (#10312) incidental ## Description https://github.com/Agoric/agoric-sdk/pull/10305 used `b... ef82fbf
  • test(fast-usdc): prune testBorrow(...), testRepay(...) tests - largely covered by share-pool-math tests - move '... aa7a476
  • chore(fast-usdc): prune testBorrow, testRepay methods d96a45e

View on GitHub

Load more