Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Chris-Hibbert opened a pull request on Agoric/agoric-sdk
Turn on test of priceAuthority registry
closes: #10727 ## Description Add the existing test `registry-test.js` to `test.sh` so it actually runs. The test already passes. ### Security Considerations Overlooking stuff like this...Chris-Hibbert created a branch on Agoric/agoric-sdk
10727-testPARegistry-upgrade - monorepo for the Agoric Javascript smart contract platform
Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
``` {"vatName":"priceAuthority","vatID":"v8","incarnation":1,"bundleID":"b1-42cc2eec648914a9bd89beeb7888a2a4c7b0529a8705a9e5ddc106cbfdd7722e7ac3e6a3343728bd238f29dc4ad1724681594509d2036f7002df6846...
Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
Thanks for cross-checking this. Certainly we should add `registry.test.js` to `test.sh`. If the incarnation check shows that the upgrade isn't happening, then we'll add the `evalBundle`, but "vats/...
Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
The chain seems slow. All the scheduled actions are happening a few seconds to a few minutes later than scheduled. The auction takes the parameters `ClockStep`, `DiscountStep`, `LowestRate`, `st...
Chris-Hibbert pushed 1 commit to 8606-invite-proposals Agoric/agoric-sdk
- refactor: removed redundant check in coveredCall f75a179
Chris-Hibbert pushed 1 commit to 8606-invite-proposals Agoric/agoric-sdk
- refactor: removed redundant check in coveredCall cd810ec
Chris-Hibbert closed a pull request on Agoric/documentation
docs: update parameter type for getProposalShapeForInvitation()
I included a test for `getProposalShapeForInvitation()` in a more general test for invitation guards, and discovered that the docs were incorrect. This corrects them.Chris-Hibbert opened a pull request on Agoric/agoric-sdk
8606 invite proposals
closes: #8606 closes: #8597 ## Description #8597 suggested adding a test proposal guards in Zoe. This adds that test, and also cleans up a redundant check in coveredCall. The added test expo...Chris-Hibbert created a branch on Agoric/agoric-sdk
8606-invite-proposals - monorepo for the Agoric Javascript smart contract platform
Chris-Hibbert opened a pull request on Agoric/documentation
docs: update parameter type for getProposalShapeForInvitation()
I included a test for `getProposalShapeForInvitation()` in a more general test for invitation guards, and discovered that the docs were incorrect. This corrects them.Chris-Hibbert pushed 46 commits to 10094-vaultDirParams Agoric/agoric-sdk
- test: add proposal w/300 E(chainTimerService).getTimerBrand() calls (#10696) ## Description @warner asked for a pro... 3e27c74
- build(deps): use backport of cosmos-sdk v0.46.15 ab3fcb5
- fix(cosmic-swingset): expect chain --halt-height exit status > 1 c025cb7
- build(deps): use backport of cosmos-sdk v0.46.15 (#10704) ## Description Update `cosmos-sdk` dependency to newly ta... 5939b2a
- test: advance and settle as a macro - include `agoric` and `noble` EUD destinations 092056b
- chore: "oracles accept" handles already accepted invs - mainly to facilitate active development; allows test to be r... 1eb9eb1
- test(acceptance): skip make proposal and vote; seems flaky 4ce1540
- test(multichain): fusdc "advance and settle" as a macro (#10692) refs: #10597 ## Description - tests additional FUS... 9e124c3
- chore(vaultFactory): add core-eval for null upgrade vaultFactory 1eb858d
- chore(a3p): add new submissions from governance acceptance tests 662fa2c
- chore(governance):Refactor makeGovernanceDriver methods to be contract agnostic 75c8a12
- fix(a3p): change test execution order rel #10574 c9bd9a4
- test(a3p): extend governance testing coverage 4b660fd
- chore(a3p): refactor makeVStorage to be aligned with batchQuery.js rel: #10574 938d615
- test(a3p): extend governance test with proposals history dccf7bc
- chore(vaultFactory): include insightful comments dc7388c
- fix(a3p): minor fixes to governance test and helpers ecddebd
- fix(vaultFactory): fix proposal description Co-authored-by: Chris Hibbert <[email protected]> bc1f87a
- fix(a3p): remove duplicated await cc4c1a2
- chore: switch using waitForElectionResult, eliminate flakiness refs: https://github.com/Agoric/agoric-sdk/issues/10708 28b4884
- and 26 more ...
Chris-Hibbert opened a pull request on Agoric/agoric-sdk
feat: add an accessor for the vaultDirector's parameters
closes: #10094 ## Description Add a direct way to retrieve the governed parameters from the vaultDirector ### Security Considerations This was already accessible (and intended to be pub...Chris-Hibbert created a branch on Agoric/agoric-sdk
10094-vaultDirParams - monorepo for the Agoric Javascript smart contract platform
Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
`t.pass()` is only necessary when there are no tests. There are a few `t.is()`, and a `t.truthy()`, so this isn't helpful.
Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
I did more performance analysis in November, and my conclusions were that before upgrade-18 (as currently constituted), the board's allocated objects and the snapshot size grew steadily with every ...
Chris-Hibbert closed an issue on Agoric/agoric-sdk
Vats can be shut down to reap their objects using the adminNode.
## What is the Problem Being Solved? In #8400 and #8401, we discuss some problems with uncollected objects that accumulates over time. We're looking for ways to stop the accumulation and then dr...Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
#10267 added the ability to call `terminateContract` on the `adminFacet`.
Chris-Hibbert pushed 1 commit to cth-load-BOYD Agoric/agoric-sdk
- docs: more @file commentary 1184dad
Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
That checks the difference between 0 and at least 1. I was asking whether we need to worry about the difference between 1 and more than 1. `find` will return the first instance. Do we need to worr...
Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
a "null upgrade" is one where the contract code doesn't change. This one uses the bundleRef from the provided `contractRef`, so it will do an actual upgrade. ```suggestion * @file this core-eval...
Chris-Hibbert created a review on a pull request on Agoric/agoric-sdk
One remaining substantive question
Chris-Hibbert created a review on a pull request on Agoric/agoric-sdk
One remaining substantive question
Chris-Hibbert opened a pull request on Agoric/agoric-sdk
test: add proposal w/300 E(chainTimerService).getTimerBrand() calls
## Description @warner asked for a proposal that would ensure there were several more (300 was settled on) arbitrary calls in order to provoke bring-out-your-dead. ### Security Considerations...Chris-Hibbert created a branch on Agoric/agoric-sdk
cth-load-BOYD - monorepo for the Agoric Javascript smart contract platform
Chris-Hibbert pushed 1 commit to cth-saveAuctioneerKit Agoric/agoric-sdk
- test: add an exception for bootstrap tests 185e078