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

Arc 78, extends 26 URI scheme Key Reg #314

Merged
merged 7 commits into from
Oct 21, 2024
Merged

Arc 78, extends 26 URI scheme Key Reg #314

merged 7 commits into from
Oct 21, 2024

Conversation

tasosbit
Copy link

@tasosbit tasosbit commented Oct 7, 2024

A backwards compatible extension to ARC-26 which specifies the encoding parameters of key registration transactions

Tasos Bitsios added 2 commits October 7, 2024 10:20
Tasos Bitsios and others added 2 commits October 7, 2024 10:34
@SudoWeezy SudoWeezy changed the title Arc 26 k Arc 78, extends 26 URI scheme Key Reg Oct 15, 2024
ARCs/arc-0078.md Outdated Show resolved Hide resolved
ARCs/arc-0078.md Outdated Show resolved Hide resolved
ARCs/arc-0078.md Outdated Show resolved Hide resolved
ARCs/arc-0078.md Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the s-draft label Oct 21, 2024
@SudoWeezy SudoWeezy merged commit 202d66d into main Oct 21, 2024
5 checks passed
@tasosbit
Copy link
Author

tasosbit commented Oct 22, 2024

Heads up: Will be adding an example for a keyreg offline txn like so:

{
  "txn": {
    "fee": 1000,
    "fv": 1776240,
    "gh:b64": "kUt08LxeVAAGHnh4JoAoAMM9ql/hBwSoiFtlnKNeOxA=",
    "lv": 1777240,
    "snd:b64": "D9kc63bT7v015uy5WSluLKtxISSMORopXdqhsLEF+P0=",
    "type": "keyreg"
  }
}

@tasosbit
Copy link
Author

Also to be discussed: should this support the non participation flag/type? I consider this to be irrelevant nowadays, so I would think not

{
  "txn": {
    "fee": 1000,
    "fv": 1776273,
    "gh:b64": "kUt08LxeVAAGHnh4JoAoAMM9ql/hBwSoiFtlnKNeOxA=",
    "lv": 1777273,
    "nonpart": true,
    "snd:b64": "D9kc63bT7v015uy5WSluLKtxISSMORopXdqhsLEF+P0=",
    "type": "keyreg"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants