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
oic... this is saying "if the CLI arg doesn't have chainPolicies, fill it in from MAINNET" maybe that's good enough
dckc created a review comment on a pull request on Agoric/agoric-sdk
to get this to show up next to `blockWindowSize`, maybe... ```suggestion blockWindowMaxAmount: 20000000000n, ```
dckc pushed 7 commits to dc-fu-wd-fees Agoric/agoric-sdk
- feat(fast-usdc): creatorFacet method to withdraw fees - test: 1 positive, 1 negative - liquidity pool: feeRecipien... f8e55d0
- chore: regen binary snapshot d55afaa
- refactor(fast-usdc): publishDisplayInfo is not specific to fast-usdc 084a59b
- core(fast-usdc): fix FastUSDCKit['creatorFacet'] type 411c792
- feat(fast-usdc): core eval script to distribute fees 6202f15
- chore(boot): snapshot non-trivial FastUSDC metrics move metrics test after advance 6ea0458
- test(boot): distribute FastUSDC contract fees cc2cf0e
dckc created a review comment on a pull request on Agoric/dapp-offer-up
by "concise method syntax" we mean what MDN calls [Method definitions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions): ```suggestion makeTra...
dckc created a review comment on a pull request on Agoric/dapp-offer-up
any particular reason to drop this bit of documentation?
dckc created a comment on an issue on Agoric/dapp-offer-up
@amessbee nice work on #27! The logs of the first part of `start:contract` are so much nicer... ``` Run yarn start:contract Waiting for blockchain to start... ...................................
dckc created a review comment on a pull request on Agoric/dapp-offer-up
oops... I should have checked this part; it doesn't seem to work for me. If I do `yarn start:contract` before `yarn start:docker`, I get: ``` $ yarn start:contract Waiting for blockchain to st...
dckc created a comment on a pull request on Agoric/dapp-offer-up
yay! much nicer DX! ``` Run yarn start:contract Waiting for blockchain to start... .............................................................................................. agd-1 | 202...
dckc pushed 1 commit to gibson-u18-inq Agoric/agoric-sdk
- test: terminate contract given boardID not via contract governor e492a14
dckc pushed 1 commit to gibson-u18-inq Agoric/agoric-sdk
- test: find contract via governor; kill them both - contractGovernorExecutor: define ContractGovernorKit kind - upg... 4606c14
dckc pushed 7 commits to dc-fu-wd-fees Agoric/agoric-sdk
- feat(fast-usdc): creatorFacet method to withdraw fees - test: 1 positive, 1 negative - liquidity pool: feeRecipien... 25fe741
- test(fast-usdc): regen snapshots w/feeRecipient facets e89db5e
- refactor(fast-usdc): publishDisplayInfo is not specific to fast-usdc 4f8357c
- core(fast-usdc): fix FastUSDCKit['creatorFacet'] type cf4530a
- feat(fast-usdc): core eval script to distribute fees b6d1f69
- chore: move fast-usdc metrics test after advance to show non-trivial metrics 850bf07
- WIP: bootstrap test of withdrawing fees f2b2384