Ecosyste.ms: Timeline

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

Chris-Hibbert

Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
It has served its purpose.

View on GitHub

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,...

View on GitHub

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 deleted a branch Agoric/documentation

10738-getPayoutThrows

Chris-Hibbert pushed 1 commit to main Agoric/documentation
  • docs: getPayout() throws if there's no payment for the keyword 8acee93

View on GitHub

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
  • Update send-anywhere.md (#1261) * Update send-anywhere.md Various discrepancies have crept in between the docs an... 42501e2
  • Merge branch 'main' into 10738-getPayoutThrows 1b20193

View on GitHub

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 created a branch on Agoric/documentation

10738-getPayoutThrows - User documentation

Chris-Hibbert pushed 1 commit to 8610-getPayout-type Agoric/agoric-sdk
  • fixup! chore: correct declaration of userSeat.getPayout(); cascade fixes 66c31da

View on GitHub

Chris-Hibbert pushed 1 commit to 8610-getPayout-type Agoric/agoric-sdk
  • docs: mention throw in types b47a14c

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
done

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
done

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
done

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
done

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
done

View on GitHub

Chris-Hibbert created a review on a pull request on Agoric/agoric-sdk

View on GitHub

Chris-Hibbert pushed 1 commit to 235-repairDevNet-vf Agoric/agoric-sdk
  • chore: simplify to a script without a builder beeff24

View on GitHub

Chris-Hibbert pushed 1 commit to 8610-getPayout-type Agoric/agoric-sdk

View on GitHub

Chris-Hibbert pushed 1 commit to 235-repairDevNet-vf Agoric/agoric-sdk
  • chore: replace vaultFactory's electorate on DevNet w/the current one bf3a3dd

View on GitHub

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

View on GitHub

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
> Determine whether it's possible to halt timers in gen4+gen5 auctioneers. If not, proceed to termination. The auctioneers are not designed to be halted, but it is straightforward to give them a...

View on GitHub