Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
It has served its purpose.
Chris-Hibbert closed a pull request on Agoric/agoric-sdk
chore: replace vaultFactory's electorate on DevNet w/the current one
## Description When upgrade18-rc6 ran on DevNet, it upgraded the `vaultFactory`, but reset its `electorate` to the value from before `replaceElectorate` ran. This is because `upgrade-vaults.js`...Chris-Hibbert opened a pull request on Agoric/agoric-sdk
test: After updating vaultFactory params, verify the change
## Description We noticed that after changing params for the VaultFactory, the test verified that the vote had completed, but not that the param change was effective. For a while we suspected th...Chris-Hibbert created a branch on Agoric/agoric-sdk
cth-check-vf-params-after-update - monorepo for the Agoric Javascript smart contract platform
Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
[`instanceRecordStorage.js`](https://github.com/Agoric/agoric-sdk/blob/103e0bcd41170c015d3685398ad3aa2fae1126e5/packages/zoe/src/instanceRecordStorage.js#L59-L70) handles this. When `addIssuer(kwd,...
Chris-Hibbert closed an issue on Agoric/agoric-sdk
When issuers are added a contract, they are not reflected in zoe.getTerms()
## Describe the bug The response from `E(zoe).getTerms()` is frozen when a contract is created. That response includes the initial value of `issuers` and `brands`, but it is not updated when issue...Chris-Hibbert pushed 1 commit to main Agoric/documentation
- docs: getPayout() throws if there's no payment for the keyword 8acee93
Chris-Hibbert closed a pull request on Agoric/documentation
docs: getPayout() throws if there's no payment for the keyword
Issue [8610](https://github.com/Agoric/agoric-sdk/issues/8610) pointed out that `E(zoeSeat).getPayout('foo');` returned undefined when the keyword was unknown, while the types claimed that it alway...Chris-Hibbert pushed 2 commits to 10738-getPayoutThrows Agoric/documentation
Chris-Hibbert opened a pull request on Agoric/documentation
docs: getPayout() throws if there's no payment for the keyword
Issue [8610](https://github.com/Agoric/agoric-sdk/issues/8610) pointed out that `E(zoeSeat).getPayout('foo');` returned undefined when the keyword was unknown, while the types claimed that it alway...Chris-Hibbert pushed 1 commit to 8610-getPayout-type Agoric/agoric-sdk
- fixup! chore: correct declaration of userSeat.getPayout(); cascade fixes 66c31da
Chris-Hibbert pushed 1 commit to 8610-getPayout-type Agoric/agoric-sdk
- docs: mention throw in types b47a14c
Chris-Hibbert pushed 1 commit to 235-repairDevNet-vf Agoric/agoric-sdk
- chore: simplify to a script without a builder beeff24
Chris-Hibbert pushed 1 commit to 8610-getPayout-type Agoric/agoric-sdk
- chore: use NonNullish b60c785
Chris-Hibbert pushed 1 commit to 235-repairDevNet-vf Agoric/agoric-sdk
- chore: replace vaultFactory's electorate on DevNet w/the current one bf3a3dd
Chris-Hibbert opened a pull request on Agoric/agoric-sdk
chore: replace vaultFactory's electorate on DevNet w/the current one
## Description When upgrade18-rc6 ran on DevNet, it upgraded the `vaultFactory`, but reset its `electorate` to the value from before `replaceElectorate` ran. This is because `upgrade-vaults.js`...Chris-Hibbert created a branch on Agoric/agoric-sdk
235-repairDevNet-vf - monorepo for the Agoric Javascript smart contract platform
Chris-Hibbert pushed 1 commit to 8610-getPayout-type Agoric/agoric-sdk
- chore: correct declaration of userSeat.getPayout(); cascade fixes a8c4ad5