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 review on a pull request on Agoric/agoric-sdk

View on GitHub

Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
When choosing assets to start with in upgrading MintHolders on mainNet, I'd like to start with a few that don't have the highest values at stake. When I look at the interProtocol dashboard (https:/...

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
The rest of `auctionBook` and `auctioneer` use the `collateralBrand`, so we're already reliant on it being 1:1.

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
Brian and I talked through this. If we decide to upgrade auctions, then the restart won't have an observer running, but it won't have reset any tracking variable we create, so it's important that t...

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
It's safe because we'll check for a notifier again at the next auction. It's a good idea because we can't count on the notifier continuing to produce events if there's an error at this level.

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
The assumption is baked into the design of the notifiers and observers. There's no way to interrupt it from the consumer end, and no way to verify that it's still alive. Its contract says if it eve...

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 cth-auction-priceNotifier Agoric/agoric-sdk

View on GitHub

Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
  • chore: drop meta declaration bff3484

View on GitHub

Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
The declaration of `ContractMeta` says ``` /** * - `none` means that the contract is not upgradable. * - `canUpgrade` means this code can perform an upgrade * - `canBeUpgraded` mea...

View on GitHub

Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
  • refactor: use a non-durable set to reflect the observers' lifetime ee6c0a1

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
> The fact that we haven't verified it is either good note to add but doesn't change the flags, or a reason to not use canBeUpgraded. If we had verified it, it would be 'canUpgrade`. The only t...

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 cth-auction-priceNotifier Agoric/agoric-sdk
  • chore: drop the map; use an instance variable in state 77f2260

View on GitHub

Chris-Hibbert created a comment on a pull request on Agoric/documentation
Lint is failing and claiming there are warnings for two files. When I run `yarn prettier` locally, it doesn't find any issues.

View on GitHub

Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
  • feat: use a map based on collateralBrand for each auctionBook ba64933

View on GitHub

Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
  • feat: use a sub-baggage for each auctionBook b68ac12

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
updated via pairing.

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 cth-auction-priceNotifier Agoric/agoric-sdk
  • feat: robustify startup of the quoteNotifier observer a12a965

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
No. I also notice that we don't seem to make a new baggage for each book. I need to figure out if that's true, and either make new baggages, or make unique names for each notifier

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 durableContracts Agoric/documentation
  • chore: prettier's suggestions 5a72a8c

View on GitHub

Chris-Hibbert opened a pull request on Agoric/agoric-sdk
don't reschedule auction's price notifier if we already have one
## Description It was observed, after applying upgrade 18 to EmeryNet, that a whole slew of promises resolved when a price was provided. The current belief is that `observeQuoteNotifier` will be...
Chris-Hibbert created a branch on Agoric/agoric-sdk

cth-auction-priceNotifier - monorepo for the Agoric Javascript smart contract platform

Chris-Hibbert pushed 1 commit to durableContracts Agoric/documentation
  • chore: prettier's suggestions 7a91dde

View on GitHub

Chris-Hibbert opened a pull request on Agoric/documentation
Durable contracts
## Description Collect the details on creating durable contracts in one place. Update to cover use of `meta` with `start` and stop recommending `prepare` for this. Also provide some cross-li...
Chris-Hibbert pushed 3 commits to durableContracts Agoric/documentation
  • Revert "docs: durable contract details collected in one place" (#1253) This reverts commit 28cb2fb234d6fc011e4687fc0... 8fe5188
  • docs: durable contract details collected in one place 159b0a4
  • docs: more detail and more cross links f47fd29

View on GitHub

Chris-Hibbert pushed 1 commit to durableContracts Agoric/documentation
  • docs: more detail and more cross links d697b24

View on GitHub

Chris-Hibbert edited a wiki page on Agoric/agoric-sdk
Load more