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
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:/...
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.
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...
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.
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...
Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
- chore: update comment 59406eb
Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
- chore: drop meta declaration bff3484
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...
Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
- refactor: use a non-durable set to reflect the observers' lifetime ee6c0a1
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...
Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
- chore: drop the map; use an instance variable in state 77f2260
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.
Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
- feat: use a map based on collateralBrand for each auctionBook ba64933
Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
- feat: use a sub-baggage for each auctionBook b68ac12
Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
updated via pairing.
Chris-Hibbert pushed 1 commit to cth-auction-priceNotifier Agoric/agoric-sdk
- feat: robustify startup of the quoteNotifier observer a12a965
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
Chris-Hibbert pushed 1 commit to durableContracts Agoric/documentation
- chore: prettier's suggestions 5a72a8c
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
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
Chris-Hibbert pushed 1 commit to durableContracts Agoric/documentation
- docs: more detail and more cross links d697b24