Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
dckc closed a draft pull request on Agoric/dapp-orchestration-basics
feat: add emerynet to network selector
goal: closes #43 This is evidently not enough - Keplr still asks to confirm that I want to add a network with a localhost rpc. The RPC address seems to be hard-coded in places such as... ...dckc closed a draft pull request on Agoric/dapp-orchestration-basics
test: starship testing in ci
trying out the stuff from #50 now that #37 is landed @0xpatrickdev LMK if you'd rather I pushed straight to `u17-emery-ci` cc @Jovonnidckc created a review comment on a pull request on Agoric/agoric-sdk
For 1-2 liners like this, I tend to think DRY is more trouble than it's worth. One thing that really bugs me about typescript is that factoring out an expression like this as a function requires...
dckc created a review comment on a pull request on Agoric/agoric-sdk
The point of the filtering is that in a3p, there is no connection to noble.
dckc pushed 6 commits to dc-fu-policy-update Agoric/agoric-sdk
- chore(fast-usdc): add deploy config from builder 27462fc
- refactor(boot): organize fast-usdc imports c13594f
- test(boot): core-eval to change fastUsdc.feedPolicy e82135f
- chore(deps): boot depends on fast-usdc da831d9
- chore(builders): sync fast-usdc options config, usage to code 58fb1bc
- feat(builders): fast-usdc policy update builder - use deploy config from fast-usdc package 8ded3d8
dckc created a comment on an issue on Agoric/agoric-sdk
Yeah... It would involve upgrading the bank / provisioning vat, but that should be feasible.
dckc opened a draft pull request on Agoric/documentation
docs(ertp): ERTP walk-thru: Alice buys a ticket from Bob
refs - #1165 Description: - replace ERTP Guide with walk thru of tested code snippets of Alice buying a ticket from Bob - call-out to MarkM's recent ERTP talk - scrub quatloos etc. ...dckc pushed 5 commits to dc-ertp-guide Agoric/documentation
dckc pushed 6 commits to master endojs/endo
- docs(patterns): demote developer-oriented material to CONTRIBUTING 200c0ad
- docs(patterns): promote M, the main export, above Containers 76d2bd8
- docs(patterns): add M example; move InterfaceGuard example - use @link markup af38232
- docs(patters): more links: Key, keyEQ, ... 7270084
- docs(patterns): more links: CopySet, CopyBag, ... f0b4117
- docs(patterns): start with simple example (#2442) ## Description / Documentation Considerations Start the README ... 2460645
dckc closed a pull request on endojs/endo
docs(patterns): start with simple example
## Description / Documentation Considerations Start the README with a simple example (taken from a test). Make the `PatternMatchers` interface that defines `M`'s methods easier to find. - De...dckc pushed 192 commits to dc-patterns-hello-example endojs/endo
- feat(ses): shim ArrayBuffer.prototype.transfer (#2417) Staged on #2419 Closes: #XXXX Refs: https://github.com/e... 4e5e30e
- chore: Add scripts for homogenizing npm packaging 28df92a
- chore(skel): Generalize package.json files e0ff3b8
- chore: Homogenize package.json packed files a3a1240
- chore: Homogenize package.json packed files (#2443) ## Description To address missing a `"*.js"` entry in `packag... e63c27f
- chore: Delete tsbuildinfo after pack 3f4e596
- chore: Delete tsbuildinfo after pack (#2446) Cleans up more dross after building packages for npm. ```sh #!/bin/... 79e90eb
- feat(trampoline): create @endo/trampoline This package will be used by `@endo/compartment-mapper` and potentially `s... 4406f5d
- fix(ses): Expose ses/console-shim 8f653b0
- fix(ses): Expose ses/console-shim (#2460) SES exposes `ses/console-shim.js` in `package.json`, but lacked the “thun... 593dd9e
- test(ses): Add assert, lockdown, and Compartment to restricted globals But not console, since we do wish to fall thr... 2d604b6
- fix(ses): Use lexical assert, not global b58cd9b
- fix(ses): Restrict global assert (#2461) SES restricts access to globals in the lexical scope of SES itself, except... 013dfb8
- feat(ses): Expose console shim 70dd851
- feat(ses): Expose ses/console-shim.js for real this time (#2462) Stemming from a confusion in #2460, I find that we ... b139e6f
- chore: remove redundant node version CI steps 2475048
- chore: remove redundant node version CI steps (#2458) f61b771
- test(cli): Fix failing cli tests (#2453) Closes: https://github.com/endojs/endo/issues/2409 Refs: https://github.co... 7948a69
- ci: no-bail to lint and test all packages a236857
- test: fix endo-script-format name ef6865c
- and 172 more ...
dckc created a review comment on a pull request on Agoric/documentation
It would be nice to have a small snippet of code inline here.
dckc created a review comment on a pull request on Agoric/documentation
"economical" is good, but again, "cost-free" is too far.
dckc created a review comment on a pull request on Agoric/documentation
While we don't have a vstorage-specific cost-recovery mechanism in place, there is a cost to the validators and such to store the data. For mainnet 2, we manually verify that the cost of storage us...
dckc created a review comment on a pull request on Agoric/documentation
dapp-ed-cert link seems incomplete.
dckc created a review on a pull request on Agoric/documentation
"economical" is good, but again, "cost-free" is too far. and I think a link is incomplete
dckc created a review on a pull request on Agoric/documentation
"economical" is good, but again, "cost-free" is too far. and I think a link is incomplete
dckc pushed 117 commits to dc-fu-policy-update Agoric/agoric-sdk
- build(deps): bump typescript to 5.6.2 making compatible with root tsconfig 3f281bb
- ci: lint types 824988a
- build: typedef for generated file b096f13
- chore(deps): bump node types for correct Buffer 99dab6f
- ci: simplify lint commands 9127f37
- chore(types): ts-check a62f80c
- lint multichain-testing (#10312) incidental ## Description https://github.com/Agoric/agoric-sdk/pull/10305 used `b... ef82fbf
- test(fast-usdc): prune testBorrow(...), testRepay(...) tests - largely covered by share-pool-math tests - move '... aa7a476
- chore(fast-usdc): prune testBorrow, testRepay methods d96a45e
- chore(fast-usdc): prune testBorrow, testRepay methods (#10607) closes: #10388 refs: #10511 ## Description Prune `t... 11c895a
- chore(pp-upgrade): create and set a new bridgeHandler in the proposal Refs: https://github.com/Agoric/agoric-sdk/iss... 0767f72
- chore(pp-upgrade): create helper core-evals Refs: https://github.com/Agoric/agoric-sdk/issues/10395 c8916b2
- chore(pp-upgrade): test functionality after provisionPool and bank upgrade Refs: https://github.com/Agoric/agoric-sd... bf6c1ff
- chore: make provisionBridgeHandler durable Make sure the handler returned from E(creatorFacet).makeHandler() is dura... 164151e
- chore(pp-upgrade): test functionality after provisionPool and bank upgrade (#10419) closes: #10395 closes: #10425 c... dcf2772
- feat: assetInfo as array of entries - to facililate registering the same denom across multiple chains in `ChainHub` ... 51e7a9c
- feat!: `getAsset` and `getDenomInfo` require `srcChainName` param - since denoms are only unique to a chain and all ... fc802ad
- feat: multichain-testing `makeAssetInfo` helper 50b36ba
- chore(z:acceptance): skip "user can open a vault under debt limit" - filed #10599 after observing multiple flakes fr... 5912769
- feat!: `chainHub.getAsset` requires `srcChainName` parameter (#10588) refs: #10445 ## Description IBC Denoms are u... 3154854
- and 97 more ...