Ecosyste.ms: Timeline

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

Chris-Hibbert

Chris-Hibbert opened 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 created a comment on an issue on Agoric/agoric-sdk
This is a know problem. Zoe doesn't update the terms after they are originally defined. But the issuers are known and accessible via `zoe.getIssuers(instance)`. Try replacing ``` const issue...

View on GitHub

Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
Well, we did a bunch of measuring, and ran a lot of tests, but were unable to replicate the issue from MainNet. The code in a3p-integration stubbornly refused to allocate and retain the excess obje...

View on GitHub

Chris-Hibbert pushed 1 commit to 10394-board Agoric/agoric-sdk
  • chore: verify that the boards list of keys doesn't change 8a8996f

View on GitHub

Chris-Hibbert pushed 2 commits to 10394-board Agoric/agoric-sdk
  • feat: run test-upgraded-board.js in p:upgrade-19, not upgrade.go b194320
  • chore: clarify feeDistributor messages 3f2063b

View on GitHub

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
``` const makeBridgeHandler = prepareBridgeHandlerTool(zone); const handler = makeBridgeHandler(); // This throws ``` If `makeBridgeHandler` is defined the way I expect, you'd have to call it...

View on GitHub

Chris-Hibbert created a review on a pull request on Agoric/agoric-sdk
thanks. This looks cleaner to me.

View on GitHub

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
> SwingSet expects all exo objects defined in the previous incarnation to be instantiated during the start up. This isn't quite right. SwingSet requires that all Exo types defined in the previo...

View on GitHub

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
In VaultFactory, we pass parameters called `directorParamOverrides` and `managerParams` via privateArgs. The first is then passed to `makeParamManagerFromTerms` to override the values originally pa...

View on GitHub

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
That was intended to be pick a number of vats and upgrade them in upgrade 19, and leave the rest for upgrade 20."

View on GitHub

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
> Honestly, I'm leaning towards using yarn link because a file system symlink enables making changes to the linked lib instance. Having multiple proposals linked to ../../lib might end up unwanted ...

View on GitHub

Chris-Hibbert created a review on a pull request on Agoric/agoric-sdk
That's a helpful test, but we shouldn't close #10399 until we have an upgrade set up in upgrade.go, and tests in `a3p-integration`. One of the things I'm looking forward to seeing in `a3p-integr...

View on GitHub

Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
Well I get a count of 422 before in `a3p-integration`, and 432 after, using a query like this (with vatID = 7). ``` sql.get([`SELECT COUNT(*) from kvStore WHERE key LIKE '${vatId}.c.%'`]); `...

View on GitHub

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

View on GitHub

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
> Would you please clarify that this is on purpose? Do we have other plans (mainfork?) for testing that? Sorry, I wrote "restarting it should clean up a fair amount of space. ...*checking*", mea...

View on GitHub

Chris-Hibbert opened a pull request on Agoric/agoric-sdk
feat: upgrade v7-board and test it
closes: #10394 ## Description Upgrade v7-board. ### Security Considerations The Board is a critical vat. ### Scaling Considerations v7-Board is consuming more resources than it sh...
Chris-Hibbert created a branch on Agoric/agoric-sdk

10394-board - monorepo for the Agoric Javascript smart contract platform

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
Sorry, I didn't communicate that well. I meant symbolic links in the file system (`ln -s`), not whatever `yarn link --symbolic` does. There would just be multiple copies of the directory full of li...

View on GitHub

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
I'm not sure what I should be look at. I see messages going back and forth, but I'm not sure how I would tell if the ephemeral object is retained or dropped. Do you see something in this transcript...

View on GitHub

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

View on GitHub

Chris-Hibbert pushed 2 commits to 10401-registry Agoric/agoric-sdk
  • chore: upgrade v8, the priceAuthorityRegistry b6eaff9
  • chore: minor cleanups 67dd557

View on GitHub

Chris-Hibbert pushed 176 commits to 10401-registry Agoric/agoric-sdk
  • lint: eslint-env node 5108ab1
  • build: smart-wallet doesn't need casting e73afcb
  • chore(types): less ambient 769de1f
  • feat: client-utils package 50af71f
  • build: emit types 3026d97
  • refactor: format lib to client-utils 63c7850
  • chore: remove Natural 64bf826
  • chore: WalletUtils type bd97f95
  • lint: cleanup imports 8582373
  • feat: makeWalletUtils wo/spawn 20083ae
  • refactor: pickEndpoint 5762418
  • refactor: network-config ocap module 55fd3d1
  • refactor: format lib back to agoric-cli 4ea3ec0
  • chore: deprecations 1563f0f
  • feat: one marshaller per WalletUtils b141ce6
  • chore(types): more annotations 085db85
  • feat: makeTendermintRpcClient 129516a
  • feat: ocap makeStargateClient c8f7407
  • test: exports list c3f5438
  • new client-utils package (#10407) closes: #10168 ## Description Provide a new package, `client-utils`, as a home fo... d4f2864
  • and 156 more ...

View on GitHub

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
@LuqiPan It has details that weren't reproduced in #10393 @anilhelvaci, PTAL at this and verify that it doesn't raise any issues that we might have missed in @10453.

View on GitHub

Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
This is going to show up twice, but I can't see that it got forwarded to anyone, so let me enter it again. > This is appropriate for all circumstances when a contract needs to be taken from disk...

View on GitHub

Chris-Hibbert created a review comment on a pull request on Agoric/agoric-sdk
> This is appropriate for all circumstances when a contract needs to be taken from disk and its bundlecap passed in to the getManifest* call. @michaelfig: The issue @dckc is bringing up applies...

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 10401-registry Agoric/agoric-sdk

View on GitHub

Chris-Hibbert created a comment on an issue on Agoric/agoric-sdk
I can't tell whether the error messages here ``` 2024-11-13T21:37:37.173Z SwingSet: vat: v43: wallet agoric1rwwley550k9mmk6uq6mm6z4udrg8kyuyvfszjk IMMEDIATE OFFER ERROR: { incarnationNumber: 3, n...

View on GitHub

Chris-Hibbert created a comment on a pull request on Agoric/agoric-sdk
I don't have a problem with these changes to our coding style. > We always use let and const which have the Temporal Dead Zone that will throw an error if used before declaration. Is use of `...

View on GitHub

Load more