Jan 8 Office Hours: capability-based access control with continuing invitations, IST incentives, ... #10819
dckc
started this conversation in
Office Hours
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
zoom recording
Passcode:
4UH=3&t5Welcome, Agenda Building
Agoric - Deploy Secure DeFi in JavaScript
Office Hours · Agoric/agoric-sdk Wiki
How to find transactions that interacted with a particular contract
Jorge asked how to do it. @dckc recommended...
for example, the vaults dashboard is built that way
@tgrecojs noted a starter-project
capability-based access control with continuing invitations
Following up on a discord thread ...
fennel re-stated his question: How do I make sure only the party that created a record can edit it?
@dckc explained a bit that
msg.senderis an anti-pattern: identity-based access control lists.... and explained that instead, the Agoric architecture uses capability-based access control, where rights are reified as JavaScript objects. The pattern goes back to the
erights.orgweb site and...Financial Instruments from 2000
A straightforward example is just a few lines long...
To integrate with the blockchain and the smart wallet contract, the state-of-the-art is...
This is the pattern that fennel is struggling with. Agoric doesn't have a simple example yet. We looked at some of fennel's code, and we started to review...
Then @gacogo pointed out an example in a contract he's working on:
fennel said that once he gets this working, he could perhaps write up a simple example.
@dckc said that would be fantastic! Pull requests on Agoric docs are more than welcome!
p.s. A quick show and tell discussion would be most welcome as well.
IST Liquidity Incentives and Community Pool Governance process
@kennyrowe noted a lack of IST liquidity and suggested incentives. @dckc asked him to share some experience in that area and then noted that there's >4M BLD in the Agoric community pool, and we discussed the governance process around spending it.
p.s. See, in particular...
bundle sizes and
elideCommentsagoric runin Agoric CLI Reference | Agoric Documentation9900 elide comments in bundles by turadg · Pull Request #9997 · Agoric/agoric-sdk
clean-up from an emerynet testnet problem
Unbork Emerynet: Cleanup Auctioneers, PriceAuthorities, and QuoteNotifiers · Issue #10725 · Agoric/agoric-sdk
don't reschedule auction's price notifier if we already have one by Chris-Hibbert · Pull Request #10615 · Agoric/agoric-sdk
devnet Instagoric
Holiday hacking with cloudflare workers (@dckc )
Time ran short, so rather than going into detail, @dckc recommended
which is cited from
Beta Was this translation helpful? Give feedback.
All reactions