Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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...
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...
Chris-Hibbert pushed 1 commit to 10394-board Agoric/agoric-sdk
- chore: verify that the boards list of keys doesn't change 8a8996f
Chris-Hibbert pushed 2 commits to 10394-board Agoric/agoric-sdk
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...
Chris-Hibbert created a review on a pull request on Agoric/agoric-sdk
thanks. This looks cleaner to me.
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...
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...
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."
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 ...
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...
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.%'`]); `...
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...
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...
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...
Chris-Hibbert pushed 2 commits to 10401-registry Agoric/agoric-sdk
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 ...