Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Chris-Hibbert pushed 1 commit to cth-saveAuctioneerKit Agoric/agoric-sdk
- chore: save legacy kit before the auction upgrade. drop an await bae91d0
Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
I commented it out, because I thought the important thing was saving the instance.
Chris-Hibbert opened a pull request on Agoric/agoric-sdk
Save the contractKit for the auctioneer before overwriting it
refs: #10680 ## Description We misplaced the adminFacets that would allow us to manage Auctions after they've been replaced and were about to do it again. The auctions were [last upgraded](ht...Chris-Hibbert created a branch on Agoric/agoric-sdk
cth-saveAuctioneerKit - monorepo for the Agoric Javascript smart contract platform
Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
> So we accidentally dropped the auctioneer's adminFacet. Oops. It turns out we did this for the replacement auctioneer (v157) as well. We just noticed that we did the same on AssetReserve. In b...
Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
tests are failing ``` ✘ [fail]: add collatoral to reserve Rejected promise returned by test .... ✘ [fail]: upgrade ```
Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
With the AssetReserve, we're going to want to verify that assets weren't lost in the upgrade on the testNets (if any) and on MainNet. I think that means we'll need to take a look in vstorage befor...
Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
I understand why we have to duplicate stuff from `synthetic-chain`. If we can import from `@agoric/internal`, why do we need to repeat code that's in `agoric-cli`? I looked around and didn't fin...
Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
```suggestion * List ordered from most recent to earliest of Economic Committee ```
Chris-Hibbert created a review on a pull request on Agoric/agoric-sdk
Nice cleanup/enhancement of the governance driver.
Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
> if there's no behavioral change the old vat will keep up the old behavior there will be no way to tell other than the incarnation message printed to the logs That's mostly right. I neglected ...
Chris-Hibbert pushed 7 commits to 10669-saveInstances Agoric/agoric-sdk
- chore(provisionPool): add governedParamOverrides to privateArgs adbd7d3
- chore(provisionPool): simplify defining of governedParamOverrides e4fc720
- chore(governance): add overrides argument to handleParamGovernance be7c97f
- chore(provisionPool): allow the overriding of governed param 6c5ccde
- chore(provisionPool): allow overriding PerAccountInitialAmount during contract upgrade (#10638) closes: #10562 ## ... 6e25d9f
- feat: record instances that will be replaced so we can manage them c883c39
- refactor: provideRetiredInstances 1581127
Chris-Hibbert pushed 15 commits to 10669-saveInstances Agoric/agoric-sdk
- chore: `decodeAddressHook` `throws` annotation e86a5e1
- chore: use address-hook encoding 6091992
- chore: fusdc uses bech32 address hook encoding (#10682) refs: #10614 ## Description - `@agoric/fast-usdc` uses bech... 254e849
- chore: `setupTestKeys` optionally takes mnemonics 14fa39b
- chore: export denom tools 6cb025a
- chore: `WalletDriver` type 1f4b4c6
- refactor: `commonBuilderOpts` - include `chainInfo` and `assetInfo` as common builder options for orchestration cont... 46f94d5
- chore: `flags` supports mutli option e124d85
- chore: ensure latest view on vbank entries - in the testing environment, we might see multiple USDC entries in `vban... e60589f
- test: fast-usdc advance happy path 46f5743
- chore: `await` `deleteTestKeys` - get rid of dangling promise and await something we actually rely on 2c4d7cd
- chore: ava `failFast: true` a56f407
- test: fusdc multichain (#10618) closes: #10597 ## Description Adds `multichain-testing` test for FUSDC happy path. ... c7a005e
- feat: record instances that will be replaced so we can manage them f73d021
- refactor: provideRetiredInstances 616fdfe
Chris-Hibbert pushed 2 commits to 10669-saveInstances Agoric/agoric-sdk
Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
I draw your attention to this inability, but I'm going to merge it anyway. The old auction instance has been stored, but I haven't been able to look it up in in `governedContractKits` or `contractK...
Chris-Hibbert pushed 42 commits to 10669-saveInstances Agoric/agoric-sdk
- chore: publish account addresses to storage 4d17a3f
- chore: publish `PoolMetrics` to child node 092ad4a
- test: `fastUsdc` vstorage coverage - include `poolMetrics` and account addresses bd2a960
- chore: fusdc `getStaticInfo` PF method - ensure contract consumers have access to the contract's orch account addre... 475e720
- chore: fusdc vstorage (#10639) incidental FUSDC changes ## Description - publish `PoolMetrics` to child node - p... 5affa34
- feat(vats): first cut of Address Hooks in JS dbad30b
- build(deps): regenerate `yarn.lock`s 5014cf9
- feat(vtransfer): port some `address-hooks.js` functions to Go 159098b
- docs(cosmic-proto): generate initial typedoc c8ad417
- feat: `bech32` Address Hooks (#10613) closes: #10614 refs: #10249 #10250 ## Description Pack a bech32 "base addres... 945fef1
- fix(telemetry): timer-poll run.id (#10672) refs: #10357 ## Description I did a bad copy paste in #10357, which caus... 3b478fb
- fix(client-utils): only call `fetch` as a function, not a method (#10671) closes: #XXXX refs: https://github.com/end... fbae24c
- chore(types): stdout optional a3872d0
- chore(types): add typescript e115474
- test: vstorageKit.agoricNames 10302ad
- chore!: remove agoricNames from VstorageKit 1c69d39
- refactor: s/makeWalletUtils/makeSmartWalletKit 15976b5
- refactor: fu cmds with SmartWalletKit b7180b0
- refactor: backwards-compat for wallet-utils fdcf70c
- test: replace rpc.js with client-utils 97e431f
- and 22 more ...