Ecosyste.ms: Timeline

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

dckc

dckc pushed 2 commits to pc/fusdc-multichain-macro Agoric/agoric-sdk
  • chore: inject RNG into generateMnemonic 9bb2d40
  • refactor: factor out actors: TxOracle, LiquidityProvider, UserAgent 3c045b7

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
I had it all in one arg at first... But note that plain JSON doesn't suffice. It has bigints in it. I used LegibleCapData... But I suppose bigints occur in just a handful of places and we could con...

View on GitHub

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

View on GitHub

dckc pushed 2 commits to pc/fusdc-multichain-macro Agoric/agoric-sdk
  • chore: inject RNG into generateMnemonic fd24b74
  • refactor: factor out actors: TxOracle, LiquidityProvider, UserAgent 6134570

View on GitHub

dckc pushed 2 commits to pc/fusdc-multichain-macro Agoric/agoric-sdk
  • chore: inject RNG into generateMnemonic 3a4cd8a
  • refactor: factor out actors: TxOracle, LiquidityProvider, UserAgent 3ee3fbe

View on GitHub

dckc pushed 1 commit to pc/fusdc-multichain-macro Agoric/agoric-sdk
  • refactor: factor out actors: TxOracle, LiquidityProvider, UserAgent 3022017

View on GitHub

dckc pushed 1 commit to pc/fusdc-multichain-macro Agoric/agoric-sdk
  • refactor: factor out actors: TxOracle, LiquidityProvider, UserAgent c73123a

View on GitHub

dckc pushed 1 commit to pc/fusdc-multichain-macro Agoric/agoric-sdk
  • refactor: factor out actors: TxOracle, LiquidityProvider, UserAgent 2e39db0

View on GitHub

dckc pushed 2 commits to pc/fusdc-multichain-macro Agoric/agoric-sdk
  • refactor: organize imports b19bee0
  • refactor: factor out actors: makeTxOracle 1e8707b

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
Does that work? `balancesFromPurses` returns a map, right? and `Invitation` is a `Brand`

View on GitHub

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

View on GitHub

dckc created a branch on Agoric/agoric-sdk

dc-fu-stuff - monorepo for the Agoric Javascript smart contract platform

dckc created a review comment on a pull request on Agoric/agoric-sdk
would love to see... ```suggestion oracleOperators.map(op => op.submit(evidence)); ```

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
again, lots going on; my tiny brain wants the roles (user, noble chain, ...) reified as objects.

View on GitHub

dckc created a review on a pull request on Agoric/agoric-sdk
I'd like to talk over a suggestion to factor out roles / participants with `makeOracleOperator(...)` and such.

View on GitHub

dckc created a review on a pull request on Agoric/agoric-sdk
I'd like to talk over a suggestion to factor out roles / participants with `makeOracleOperator(...)` and such.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
`setTimeout` is already in the list... I suppose somebody might want the `log` in `retryUntilCondition` to be different from the `log` passed to `makeE2ETools`, but in the common case, we can fill ...

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
yeah; we do too much logging without giving the caller the ability to turn it off.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
though... now `tools` and everything derived from it carries the ambient authority along. `childProcess` was already ambient authority though.

View on GitHub

dckc created a review on a pull request on Agoric/agoric-sdk
LGTM I think it's worthwhile making `retryUntilCondition` optional on `makeE2ETools`. But it's not critical.

View on GitHub

dckc created a review on a pull request on Agoric/agoric-sdk
LGTM I think it's worthwhile making `retryUntilCondition` optional on `makeE2ETools`. But it's not critical.

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
neat: `string & { length: 40 }`

View on GitHub

dckc created a review on a pull request on Agoric/agoric-sdk
to the robots: I'm done reviewing this; please take it off my queue.

View on GitHub

dckc created a comment on an issue on Agoric/agoric-sdk
thinking out loud about the scope / design here... we seem to have distinct stories: - "As a node operator, I want to see stuff in console logs..." - how much is enough? hm. - "As someone...

View on GitHub

dckc created a review comment on a pull request on Agoric/agoric-sdk
kits typically make it into `governedContractKits` by way of `startGovernedUpgradable`, but `startAuctioneer` pre-dates that. It calls `E(zoe).startInstance(contractGovernorInstallation, ...)` dire...

View on GitHub

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

View on GitHub

dckc starred TabbyML/tabby
dckc opened an issue on agoric-labs/dapp-ed-cert
multichain-testing setup is expensive
I can imagine `multichain-testing` was top-of-mind when this was put together. But if somebody actually wants to try it, the multichain-testing env is _much_ heavier than the setup for dapp-offer-u...
dckc created a review comment on a pull request on Agoric/agoric-sdk
It's different: `await` throws if the promise rejects. `allSettled` does not. `sendOfferAgd` seems to report a rejection as a return value rather than throwing. Odd, but presumably expedient.

View on GitHub

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

View on GitHub

Load more