Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP feat(gno.land): account sessions support (exploration 1) #3970

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

moul
Copy link
Member

@moul moul commented Mar 18, 2025

  • high-level changes (structs, interfaces)
  • pseudo code for vmkeeper changes
  • pseudo code for sdk changes
  • think about
    • storage efficiency
    • lookup efficiency
    • reusing a "burned" address (especially the initial one that can be derived to the same std.Address)
    • ...
  • give context on what I considered, why i chose this direction etc
  • explain how i envision gnokey mobile, playground on ipad or web-first, mix with native apps, airgap txs, airgap session management; deep links, qr code, link that we can share in chat apps; "gnoboards" working with "gnokey" on mobile; creating temporary accounts -> directions for the berty team + "cross-wallet initiatives"
  • explain how we could mix session management with tx for one-shot txs, like one-shot session usages

random personal notes (tmp):

  • tm2
  • subaccount
  • gnoaccount
  • managed by contract <3
  • wallet connect; qr code; patterns; steps
  • works for teams r/sys/teams
  • onbloc, berty, alex
  • UX: cookies, "manage devices"
  • self-expiring sessions (cookies)
  • key rotation
  • validator limited key

Related with #1499

@moul moul changed the title feat(gno.land): account sessions support feat(gno.land): account sessions support (exploration 1) Mar 18, 2025
@github-actions github-actions bot added 📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related labels Mar 18, 2025
@moul moul changed the title feat(gno.land): account sessions support (exploration 1) WIP feat(gno.land): account sessions support (exploration 1) Mar 18, 2025
@Gno2D2
Copy link
Collaborator

Gno2D2 commented Mar 18, 2025

🛠 PR Checks Summary

All Automated Checks passed. ✅

Manual Checks (for Reviewers):
  • IGNORE the bot requirements for this PR (force green CI check)
Read More

🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers.

✅ Automated Checks (for Contributors):

🟢 Maintainers must be able to edit this pull request (more info)

☑️ Contributor Actions:
  1. Fix any issues flagged by automated checks.
  2. Follow the Contributor Checklist to ensure your PR is ready for review.
    • Add new tests, or document why they are unnecessary.
    • Provide clear examples/screenshots, if necessary.
    • Update documentation, if required.
    • Ensure no breaking changes, or include BREAKING CHANGE notes.
    • Link related issues/PRs, where applicable.
☑️ Reviewer Actions:
  1. Complete manual checks for the PR, including the guidelines and additional checks if applicable.
📚 Resources:
Debug
Automated Checks
Maintainers must be able to edit this pull request (more info)

If

🟢 Condition met
└── 🟢 And
    ├── 🟢 The base branch matches this pattern: ^master$
    └── 🟢 The pull request was created from a fork (head branch repo: moul/gno)

Then

🟢 Requirement satisfied
└── 🟢 Maintainer can modify this pull request

Manual Checks
**IGNORE** the bot requirements for this PR (force green CI check)

If

🟢 Condition met
└── 🟢 On every pull request

Can be checked by

  • Any user with comment edit permission

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related
Projects
Status: No status
Status: 🎯 Current Topics
Status: Triage
Development

Successfully merging this pull request may close these issues.

2 participants